This commit is contained in:
SpeeeDCraft 2023-10-23 07:35:30 +07:00
parent 050c8d9747
commit a392c83782
5 changed files with 536 additions and 57 deletions

View file

@ -37,6 +37,7 @@
"tfc:vein/sheldonite",
"tfc:vein/certus_quartz",
"tfc:vein/manganese",
"tfc:vein/molybdenium"
"tfc:vein/molybdenium",
"tfc:vein/monazite"
]
}

View file

@ -0,0 +1,75 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:cluster_vein",
"config": {
"rarity": 80,
"min_y": {
"absolute": -50
},
"max_y": {
"absolute": 40
},
"size": 25,
"density": 0.25,
"blocks": [
{
"replace": [
"tfc:rock/raw/granite"
],
"with": [
{
"weight": 50,
"block": "gtceu:tfc_granite_bastnasite_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_granite_molybdenum_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_granite_neodymium_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/diorite"
],
"with": [
{
"weight": 50,
"block": "gtceu:tfc_diorite_bastnasite_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_diorite_molybdenum_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_diorite_neodymium_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/gabbro"
],
"with": [
{
"weight": 50,
"block": "gtceu:tfc_gabbro_bastnasite_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_gabbro_molybdenum_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_gabbro_neodymium_ore"
}
]
}
],
"random_name": "monazite"
}
}

View file

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