normal_copper vein

This commit is contained in:
SpeeeDCraft 2023-10-22 09:53:36 +07:00
parent 2f97360ab4
commit cd886bc4ed

View file

@ -9,7 +9,7 @@
"max_y": { "max_y": {
"absolute": 75 "absolute": 75
}, },
"size": 20, "size": 40,
"density": 0.6, "density": 0.6,
"blocks": [ "blocks": [
{ {
@ -19,15 +19,19 @@
"with": [ "with": [
{ {
"weight": 20, "weight": 20,
"block": "tfc:ore/poor_native_copper/rhyolite" "block": "gtceu:tfc_rhyolite_chalcopyrite_ore"
}, },
{ {
"weight": 50, "weight": 5,
"block": "tfc:ore/normal_native_copper/rhyolite" "block": "gtceu:tfc_rhyolite_iron_ore"
}, },
{ {
"weight": 30, "weight": 10,
"block": "tfc:ore/rich_native_copper/rhyolite" "block": "gtceu:tfc_rhyolite_pyrite_ore"
},
{
"weight": 65,
"block": "gtceu:tfc_rhyolite_copper_ore"
} }
] ]
}, },
@ -38,15 +42,19 @@
"with": [ "with": [
{ {
"weight": 20, "weight": 20,
"block": "tfc:ore/poor_native_copper/basalt" "block": "gtceu:tfc_basalt_chalcopyrite_ore"
}, },
{ {
"weight": 50, "weight": 5,
"block": "tfc:ore/normal_native_copper/basalt" "block": "gtceu:tfc_basalt_iron_ore"
}, },
{ {
"weight": 30, "weight": 10,
"block": "tfc:ore/rich_native_copper/basalt" "block": "gtceu:tfc_basalt_pyrite_ore"
},
{
"weight": 65,
"block": "gtceu:tfc_basalt_copper_ore"
} }
] ]
}, },
@ -57,15 +65,19 @@
"with": [ "with": [
{ {
"weight": 20, "weight": 20,
"block": "tfc:ore/poor_native_copper/andesite" "block": "gtceu:tfc_andesite_chalcopyrite_ore"
}, },
{ {
"weight": 50, "weight": 5,
"block": "tfc:ore/normal_native_copper/andesite" "block": "gtceu:tfc_andesite_iron_ore"
}, },
{ {
"weight": 30, "weight": 10,
"block": "tfc:ore/rich_native_copper/andesite" "block": "gtceu:tfc_andesite_pyrite_ore"
},
{
"weight": 65,
"block": "gtceu:tfc_andesite_copper_ore"
} }
] ]
}, },
@ -76,15 +88,19 @@
"with": [ "with": [
{ {
"weight": 20, "weight": 20,
"block": "tfc:ore/poor_native_copper/dacite" "block": "gtceu:tfc_dacite_chalcopyrite_ore"
}, },
{ {
"weight": 50, "weight": 5,
"block": "tfc:ore/normal_native_copper/dacite" "block": "gtceu:tfc_dacite_iron_ore"
}, },
{ {
"weight": 30, "weight": 10,
"block": "tfc:ore/rich_native_copper/dacite" "block": "gtceu:tfc_dacite_pyrite_ore"
},
{
"weight": 65,
"block": "gtceu:tfc_dacite_copper_ore"
} }
] ]
} }