+ vein
This commit is contained in:
parent
fa17cdd22f
commit
50f1328d3e
3 changed files with 115 additions and 1 deletions
|
|
@ -30,6 +30,7 @@
|
|||
"tfc:vein/lapis",
|
||||
"tfc:vein/salt",
|
||||
"tfc:vein/garnet_opal",
|
||||
"tfc:vein/bauxite"
|
||||
"tfc:vein/bauxite",
|
||||
"tfc:vein/naquadah"
|
||||
]
|
||||
}
|
||||
108
kubejs/data/tfc/worldgen/configured_feature/vein/naquadah.json
Normal file
108
kubejs/data/tfc/worldgen/configured_feature/vein/naquadah.json
Normal 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"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"feature": "tfc:vein/naquadah",
|
||||
"placement": []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue