+vein
This commit is contained in:
parent
08f48960eb
commit
46d5e177a2
3 changed files with 95 additions and 1 deletions
|
|
@ -26,6 +26,8 @@
|
|||
"tfc:vein/coal",
|
||||
"tfc:vein/redstone",
|
||||
"tfc:vein/diamond",
|
||||
"tfc:vein/beryllium"
|
||||
"tfc:vein/beryllium",
|
||||
"tfc:vein/lapis",
|
||||
"tfc:vein/salt"
|
||||
]
|
||||
}
|
||||
87
kubejs/data/tfc/worldgen/configured_feature/vein/salt.json
Normal file
87
kubejs/data/tfc/worldgen/configured_feature/vein/salt.json
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"rarity": 80,
|
||||
"min_y": {
|
||||
"absolute": 30
|
||||
},
|
||||
"max_y": {
|
||||
"absolute": 70
|
||||
},
|
||||
"size": 30,
|
||||
"density": 0.2,
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/shale"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 40,
|
||||
"block": "gtceu:tfc_shale_rocksalt_ore"
|
||||
},
|
||||
{
|
||||
"weight": 30,
|
||||
"block": "gtceu:tfc_shale_salt_ore"
|
||||
},
|
||||
{
|
||||
"weight": 15,
|
||||
"block": "gtceu:tfc_shale_lepidolite_ore"
|
||||
},
|
||||
{
|
||||
"weight": 15,
|
||||
"block": "tfc:ore/borax/shale"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/claystone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 40,
|
||||
"block": "gtceu:tfc_claystone_rocksalt_ore"
|
||||
},
|
||||
{
|
||||
"weight": 30,
|
||||
"block": "gtceu:tfc_claystone_salt_ore"
|
||||
},
|
||||
{
|
||||
"weight": 15,
|
||||
"block": "gtceu:tfc_claystone_lepidolite_ore"
|
||||
},
|
||||
{
|
||||
"weight": 15,
|
||||
"block": "tfc:ore/borax/claystone"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/limestone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 40,
|
||||
"block": "gtceu:tfc_limestone_rocksalt_ore"
|
||||
},
|
||||
{
|
||||
"weight": 30,
|
||||
"block": "gtceu:tfc_limestone_salt_ore"
|
||||
},
|
||||
{
|
||||
"weight": 15,
|
||||
"block": "gtceu:tfc_limestone_lepidolite_ore"
|
||||
},
|
||||
{
|
||||
"weight": 15,
|
||||
"block": "tfc:ore/borax/limestone"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"random_name": "salt"
|
||||
}
|
||||
}
|
||||
5
kubejs/data/tfc/worldgen/placed_feature/vein/salt.json
Normal file
5
kubejs/data/tfc/worldgen/placed_feature/vein/salt.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"feature": "tfc:vein/salt",
|
||||
"placement": []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue