drop tfc ore gen support

This commit is contained in:
Dmitry 2024-05-14 16:05:15 +07:00
parent f05bccb7fd
commit ac93f272a4
102 changed files with 12 additions and 7327 deletions

View file

@ -0,0 +1,11 @@
{
"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

@ -0,0 +1,17 @@
{
"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
}
]
}
}