normal_silver vein

This commit is contained in:
SpeeeDCraft 2023-10-22 10:01:16 +07:00
parent 64b9e64c92
commit cf9dc7d9c9

View file

@ -9,7 +9,7 @@
"max_y": {
"absolute": 75
},
"size": 20,
"size": 40,
"density": 0.6,
"blocks": [
{
@ -17,17 +17,17 @@
"tfc:rock/raw/granite"
],
"with": [
{
"weight": 20,
"block": "tfc:ore/poor_native_silver/granite"
},
{
"weight": 50,
"block": "tfc:ore/normal_native_silver/granite"
},
{
"weight": 30,
"block": "tfc:ore/rich_native_silver/granite"
"block": "gtceu:tfc_granite_galena_ore"
},
{
"weight": 15,
"block": "gtceu:tfc_granite_silver_ore"
},
{
"weight": 55,
"block": "gtceu:tfc_granite_lead_ore"
}
]
},
@ -36,17 +36,17 @@
"tfc:rock/raw/gneiss"
],
"with": [
{
"weight": 20,
"block": "tfc:ore/poor_native_silver/gneiss"
},
{
"weight": 50,
"block": "tfc:ore/normal_native_silver/gneiss"
},
{
"weight": 30,
"block": "tfc:ore/rich_native_silver/gneiss"
"block": "gtceu:tfc_gneiss_galena_ore"
},
{
"weight": 15,
"block": "gtceu:tfc_gneiss_silver_ore"
},
{
"weight": 55,
"block": "gtceu:tfc_gneiss_lead_ore"
}
]
}