This commit is contained in:
SpeeeDCraft 2023-10-22 19:07:37 +07:00
parent 08f48960eb
commit 46d5e177a2
3 changed files with 95 additions and 1 deletions

View file

@ -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"
]
}

View 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"
}
}

View file

@ -0,0 +1,5 @@
{
"__comment__": "This file was automatically created by mcresources",
"feature": "tfc:vein/salt",
"placement": []
}