+ vein
This commit is contained in:
parent
505a5a01b8
commit
fad7dcd461
3 changed files with 160 additions and 1 deletions
|
|
@ -31,6 +31,7 @@
|
|||
"tfc:vein/salt",
|
||||
"tfc:vein/garnet_opal",
|
||||
"tfc:vein/bauxite",
|
||||
"tfc:vein/naquadah"
|
||||
"tfc:vein/naquadah",
|
||||
"tfc:vein/pitchblende"
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,153 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"rarity": 200,
|
||||
"min_y": {
|
||||
"absolute": -50
|
||||
},
|
||||
"max_y": {
|
||||
"absolute": 20
|
||||
},
|
||||
"size": 22,
|
||||
"density": 0.1,
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/granite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 50,
|
||||
"block": "gtceu:tfc_granite_pitchblende_ore"
|
||||
},
|
||||
{
|
||||
"weight": 50,
|
||||
"block": "gtceu:tfc_granite_uraninite_ore"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/diorite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 50,
|
||||
"block": "gtceu:tfc_diorite_pitchblende_ore"
|
||||
},
|
||||
{
|
||||
"weight": 50,
|
||||
"block": "gtceu:tfc_diorite_uraninite_ore"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/gabbro"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 50,
|
||||
"block": "gtceu:tfc_gabbro_pitchblende_ore"
|
||||
},
|
||||
{
|
||||
"weight": 50,
|
||||
"block": "gtceu:tfc_gabbro_uraninite_ore"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/quartzite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 50,
|
||||
"block": "gtceu:tfc_quartzite_pitchblende_ore"
|
||||
},
|
||||
{
|
||||
"weight": 50,
|
||||
"block": "gtceu:tfc_quartzite_uraninite_ore"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/slate"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 50,
|
||||
"block": "gtceu:tfc_slate_pitchblende_ore"
|
||||
},
|
||||
{
|
||||
"weight": 50,
|
||||
"block": "gtceu:tfc_slate_uraninite_ore"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/phyllite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 50,
|
||||
"block": "gtceu:tfc_phyllite_pitchblende_ore"
|
||||
},
|
||||
{
|
||||
"weight": 50,
|
||||
"block": "gtceu:tfc_phyllite_uraninite_ore"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/schist"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 50,
|
||||
"block": "gtceu:tfc_schist_pitchblende_ore"
|
||||
},
|
||||
{
|
||||
"weight": 50,
|
||||
"block": "gtceu:tfc_schist_uraninite_ore"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/gneiss"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 50,
|
||||
"block": "gtceu:tfc_gneiss_pitchblende_ore"
|
||||
},
|
||||
{
|
||||
"weight": 50,
|
||||
"block": "gtceu:tfc_gneiss_uraninite_ore"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/marble"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 50,
|
||||
"block": "gtceu:tfc_marble_pitchblende_ore"
|
||||
},
|
||||
{
|
||||
"weight": 50,
|
||||
"block": "gtceu:tfc_marble_uraninite_ore"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"random_name": "pitchblende"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"feature": "tfc:vein/pitchblende",
|
||||
"placement": []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue