normal_magnetite vein

This commit is contained in:
SpeeeDCraft 2023-10-22 09:50:16 +07:00
parent 02c39abb21
commit 2f97360ab4

View file

@ -9,7 +9,7 @@
"max_y": {
"absolute": 75
},
"size": 20,
"size": 40,
"density": 0.6,
"blocks": [
{
@ -18,16 +18,16 @@
],
"with": [
{
"weight": 20,
"block": "tfc:ore/poor_magnetite/shale"
"weight": 65,
"block": "gtceu:tfc_shale_magnetite_ore"
},
{
"weight": 50,
"block": "tfc:ore/normal_magnetite/shale"
"weight": 25,
"block": "gtceu:tfc_shale_vanadium_magnetite_ore"
},
{
"weight": 30,
"block": "tfc:ore/rich_magnetite/shale"
"weight": 10,
"block": "gtceu:tfc_shale_gold_ore"
}
]
},
@ -37,16 +37,16 @@
],
"with": [
{
"weight": 20,
"block": "tfc:ore/poor_magnetite/claystone"
"weight": 65,
"block": "gtceu:tfc_claystone_magnetite_ore"
},
{
"weight": 50,
"block": "tfc:ore/normal_magnetite/claystone"
"weight": 25,
"block": "gtceu:tfc_claystone_vanadium_magnetite_ore"
},
{
"weight": 30,
"block": "tfc:ore/rich_magnetite/claystone"
"weight": 10,
"block": "gtceu:tfc_claystone_gold_ore"
}
]
},
@ -56,16 +56,16 @@
],
"with": [
{
"weight": 20,
"block": "tfc:ore/poor_magnetite/limestone"
"weight": 65,
"block": "gtceu:tfc_limestone_magnetite_ore"
},
{
"weight": 50,
"block": "tfc:ore/normal_magnetite/limestone"
"weight": 25,
"block": "gtceu:tfc_limestone_vanadium_magnetite_ore"
},
{
"weight": 30,
"block": "tfc:ore/rich_magnetite/limestone"
"weight": 10,
"block": "gtceu:tfc_limestone_gold_ore"
}
]
},
@ -75,16 +75,16 @@
],
"with": [
{
"weight": 20,
"block": "tfc:ore/poor_magnetite/conglomerate"
"weight": 65,
"block": "gtceu:tfc_conglomerate_magnetite_ore"
},
{
"weight": 50,
"block": "tfc:ore/normal_magnetite/conglomerate"
"weight": 25,
"block": "gtceu:tfc_conglomerate_vanadium_magnetite_ore"
},
{
"weight": 30,
"block": "tfc:ore/rich_magnetite/conglomerate"
"weight": 10,
"block": "gtceu:tfc_conglomerate_gold_ore"
}
]
},
@ -94,16 +94,16 @@
],
"with": [
{
"weight": 20,
"block": "tfc:ore/poor_magnetite/dolomite"
"weight": 65,
"block": "gtceu:tfc_dolomite_magnetite_ore"
},
{
"weight": 50,
"block": "tfc:ore/normal_magnetite/dolomite"
"weight": 25,
"block": "gtceu:tfc_dolomite_vanadium_magnetite_ore"
},
{
"weight": 30,
"block": "tfc:ore/rich_magnetite/dolomite"
"weight": 10,
"block": "gtceu:tfc_dolomite_gold_ore"
}
]
},
@ -113,16 +113,16 @@
],
"with": [
{
"weight": 20,
"block": "tfc:ore/poor_magnetite/chert"
"weight": 65,
"block": "gtceu:tfc_chert_magnetite_ore"
},
{
"weight": 50,
"block": "tfc:ore/normal_magnetite/chert"
"weight": 25,
"block": "gtceu:tfc_chert_vanadium_magnetite_ore"
},
{
"weight": 30,
"block": "tfc:ore/rich_magnetite/chert"
"weight": 10,
"block": "gtceu:tfc_chert_gold_ore"
}
]
},
@ -132,16 +132,16 @@
],
"with": [
{
"weight": 20,
"block": "tfc:ore/poor_magnetite/chalk"
"weight": 65,
"block": "gtceu:tfc_chalk_magnetite_ore"
},
{
"weight": 50,
"block": "tfc:ore/normal_magnetite/chalk"
"weight": 25,
"block": "gtceu:tfc_chalk_vanadium_magnetite_ore"
},
{
"weight": 30,
"block": "tfc:ore/rich_magnetite/chalk"
"weight": 10,
"block": "gtceu:tfc_chalk_gold_ore"
}
]
}