+ vein
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
"tfc:vein/beryllium",
|
||||
"tfc:vein/lapis",
|
||||
"tfc:vein/salt",
|
||||
"tfc:vein/garnet_opal"
|
||||
"tfc:vein/garnet_opal",
|
||||
"tfc:vein/bauxite"
|
||||
]
|
||||
}
|
||||
151
kubejs/data/tfc/worldgen/configured_feature/vein/bauxite.json
Normal file
151
kubejs/data/tfc/worldgen/configured_feature/vein/bauxite.json
Normal file
@@ -0,0 +1,151 @@
|
||||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"rarity": 85,
|
||||
"min_y": {
|
||||
"absolute": 10
|
||||
},
|
||||
"max_y": {
|
||||
"absolute": 80
|
||||
},
|
||||
"size": 30,
|
||||
"density": 0.3,
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/shale"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 45,
|
||||
"block": "gtceu:tfc_shale_bauxite_ore"
|
||||
},
|
||||
{
|
||||
"weight": 30,
|
||||
"block": "gtceu:tfc_shale_ilmenite_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_shale_aluminium_ore"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/claystone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 45,
|
||||
"block": "gtceu:tfc_claystone_bauxite_ore"
|
||||
},
|
||||
{
|
||||
"weight": 30,
|
||||
"block": "gtceu:tfc_claystone_ilmenite_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_claystone_aluminium_ore"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/limestone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 45,
|
||||
"block": "gtceu:tfc_limestone_bauxite_ore"
|
||||
},
|
||||
{
|
||||
"weight": 30,
|
||||
"block": "gtceu:tfc_limestone_ilmenite_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_limestone_aluminium_ore"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/conglomerate"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 45,
|
||||
"block": "gtceu:tfc_conglomerate_bauxite_ore"
|
||||
},
|
||||
{
|
||||
"weight": 30,
|
||||
"block": "gtceu:tfc_conglomerate_ilmenite_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_conglomerate_aluminium_ore"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/dolomite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 45,
|
||||
"block": "gtceu:tfc_dolomite_bauxite_ore"
|
||||
},
|
||||
{
|
||||
"weight": 30,
|
||||
"block": "gtceu:tfc_dolomite_ilmenite_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_dolomite_aluminium_ore"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/chert"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 45,
|
||||
"block": "gtceu:tfc_chert_bauxite_ore"
|
||||
},
|
||||
{
|
||||
"weight": 30,
|
||||
"block": "gtceu:tfc_chert_ilmenite_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_chert_aluminium_ore"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/chalk"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"weight": 45,
|
||||
"block": "gtceu:tfc_chalk_bauxite_ore"
|
||||
},
|
||||
{
|
||||
"weight": 30,
|
||||
"block": "gtceu:tfc_chalk_ilmenite_ore"
|
||||
},
|
||||
{
|
||||
"weight": 25,
|
||||
"block": "gtceu:tfc_chalk_aluminium_ore"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"random_name": "bauxite"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"feature": "tfc:vein/bauxite",
|
||||
"placement": []
|
||||
}
|
||||
Reference in New Issue
Block a user