drop tfc ore gen support
This commit is contained in:
parent
f05bccb7fd
commit
ac93f272a4
102 changed files with 12 additions and 7327 deletions
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
17
kubejs/data/tfc/worldgen/configured_feature/vein/geode.json
Normal file
17
kubejs/data/tfc/worldgen/configured_feature/vein/geode.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue