This commit is contained in:
SpeeeDCraft 2023-10-22 19:00:43 +07:00
parent aaec8afb4a
commit 08f48960eb
3 changed files with 164 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:cluster_vein",
"type": "tfc:disc_vein",
"config": {
"rarity": 80,
"min_y": {
@ -59,6 +59,7 @@
]
}
],
"random_name": "basaltic_sands"
"random_name": "basaltic_sands",
"height": 3
}
}

View file

@ -0,0 +1,156 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:cluster_vein",
"config": {
"rarity": 70,
"min_y": {
"absolute": -60
},
"max_y": {
"absolute": 10
},
"size": 40,
"density": 0.25,
"blocks": [
{
"replace": [
"tfc:rock/raw/quartzite"
],
"with": [
{
"weight": 35,
"block": "gtceu:tfc_quartzite_lazurite_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_quartzite_sodalite_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_quartzite_lapis_ore"
},
{
"weight": 15,
"block": "gtceu:tfc_quartzite_calcite_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/slate"
],
"with": [
{
"weight": 35,
"block": "gtceu:tfc_slate_lazurite_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_slate_sodalite_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_slate_lapis_ore"
},
{
"weight": 15,
"block": "gtceu:tfc_slate_calcite_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/phyllite"
],
"with": [
{
"weight": 35,
"block": "gtceu:tfc_phyllite_lazurite_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_phyllite_sodalite_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_phyllite_lapis_ore"
},
{
"weight": 15,
"block": "gtceu:tfc_phyllite_calcite_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/schist"
],
"with": [
{
"weight": 35,
"block": "gtceu:tfc_schist_lazurite_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_schist_sodalite_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_schist_lapis_ore"
},
{
"weight": 15,
"block": "gtceu:tfc_schist_calcite_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/gneiss"
],
"with": [
{
"weight": 35,
"block": "gtceu:tfc_gneiss_lazurite_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_gneiss_sodalite_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_gneiss_lapis_ore"
},
{
"weight": 15,
"block": "gtceu:tfc_gneiss_calcite_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/marble"
],
"with": [
{
"weight": 35,
"block": "gtceu:tfc_marble_lazurite_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_marble_sodalite_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_marble_lapis_ore"
},
{
"weight": 15,
"block": "gtceu:tfc_marble_calcite_ore"
}
]
}
],
"random_name": "lapis"
}
}

View file

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