Revert "drop tfc ore gen support"

This reverts commit ac93f272a4.
This commit is contained in:
Dmitry 2024-05-22 21:52:17 +07:00
parent ac93f272a4
commit 9aae394dd4
102 changed files with 7327 additions and 12 deletions

View file

@ -1,11 +0,0 @@
{
"replace": true,
"values": [
"tfc:vein/gravel",
"tfc:vein/kaolin_disc",
"tfc:vein/granite_dike",
"tfc:vein/diorite_dike",
"tfc:vein/gabbro_dike",
"tfc:geode"
]
}

View file

@ -1,17 +0,0 @@
{
"type": "tfc:geode",
"config": {
"outer": "tfc:rock/hardened/basalt",
"middle": "tfc:rock/raw/quartzite",
"inner": [
{
"data": "gtceu:quartzite_amethyst_ore",
"weight": 1
},
{
"data": "tfc:rock/raw/quartzite",
"weight": 5
}
]
}
}