This commit is contained in:
SpeeeDCraft 2023-10-23 07:43:10 +07:00
parent a392c83782
commit 774d0313b6
2 changed files with 230 additions and 0 deletions

View file

@ -0,0 +1,225 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:cluster_vein",
"config": {
"rarity": 50,
"min_y": {
"absolute": -55
},
"max_y": {
"absolute": 40
},
"size": 50,
"density": 0.1,
"blocks": [
{
"replace": [
"tfc:rock/raw/granite"
],
"with": [
{
"weight": 35,
"block": "gtceu:tfc_granite_saltpeter_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_granite_diatomite_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_granite_electrotine_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_granite_alunite_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/diorite"
],
"with": [
{
"weight": 35,
"block": "gtceu:tfc_diorite_saltpeter_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_diorite_diatomite_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_diorite_electrotine_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_diorite_alunite_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/gabbro"
],
"with": [
{
"weight": 35,
"block": "gtceu:tfc_gabbro_saltpeter_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_gabbro_diatomite_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_gabbro_electrotine_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_gabbro_alunite_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/quartzite"
],
"with": [
{
"weight": 35,
"block": "gtceu:tfc_quartzite_saltpeter_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_quartzite_diatomite_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_quartzite_electrotine_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_quartzite_alunite_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/slate"
],
"with": [
{
"weight": 35,
"block": "gtceu:tfc_slate_saltpeter_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_slate_diatomite_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_slate_electrotine_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_slate_alunite_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/phyllite"
],
"with": [
{
"weight": 35,
"block": "gtceu:tfc_phyllite_saltpeter_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_phyllite_diatomite_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_phyllite_electrotine_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_phyllite_alunite_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/schist"
],
"with": [
{
"weight": 35,
"block": "gtceu:tfc_schist_saltpeter_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_schist_diatomite_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_schist_electrotine_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_schist_alunite_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/gneiss"
],
"with": [
{
"weight": 35,
"block": "gtceu:tfc_gneiss_saltpeter_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_gneiss_diatomite_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_gneiss_electrotine_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_gneiss_alunite_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/marble"
],
"with": [
{
"weight": 35,
"block": "gtceu:tfc_marble_saltpeter_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_marble_diatomite_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_marble_electrotine_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_marble_alunite_ore"
}
]
}
],
"random_name": "saltpeter"
}
}

View file

@ -0,0 +1,5 @@
{
"__comment__": "This file was automatically created by mcresources",
"feature": "tfc:vein/saltpeter",
"placement": []
}