This commit is contained in:
SpeeeDCraft 2023-10-22 19:21:45 +07:00
parent fa17cdd22f
commit 50f1328d3e
3 changed files with 115 additions and 1 deletions

View file

@ -30,6 +30,7 @@
"tfc:vein/lapis",
"tfc:vein/salt",
"tfc:vein/garnet_opal",
"tfc:vein/bauxite"
"tfc:vein/bauxite",
"tfc:vein/naquadah"
]
}

View file

@ -0,0 +1,108 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:cluster_vein",
"config": {
"rarity": 300,
"min_y": {
"absolute": -64
},
"max_y": {
"absolute": -10
},
"size": 26,
"density": 0.05,
"blocks": [
{
"replace": [
"tfc:rock/raw/quartzite"
],
"with": [
{
"weight": 75,
"block": "gtceu:tfc_quartzite_naquadah_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_quartzite_plutonium_239_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/slate"
],
"with": [
{
"weight": 75,
"block": "gtceu:tfc_slate_naquadah_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_slate_plutonium_239_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/phyllite"
],
"with": [
{
"weight": 75,
"block": "gtceu:tfc_phyllite_naquadah_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_phyllite_plutonium_239_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/schist"
],
"with": [
{
"weight": 75,
"block": "gtceu:tfc_schist_naquadah_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_schist_plutonium_239_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/gneiss"
],
"with": [
{
"weight": 75,
"block": "gtceu:tfc_gneiss_naquadah_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_gneiss_plutonium_239_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/marble"
],
"with": [
{
"weight": 75,
"block": "gtceu:tfc_marble_naquadah_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_marble_plutonium_239_ore"
}
]
}
],
"random_name": "naquadah"
}
}

View file

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