This commit is contained in:
SpeeeDCraft 2023-10-22 20:37:27 +07:00
parent cbaddc69b1
commit 63c8f72239
3 changed files with 186 additions and 1 deletions

View file

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

View file

@ -0,0 +1,179 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:cluster_vein",
"config": {
"rarity": 150,
"min_y": {
"absolute": -64
},
"max_y": {
"absolute": 50
},
"size": 25,
"density": 0.25,
"blocks": [
{
"replace": [
"tfc:rock/raw/rhyolite"
],
"with": [
{
"weight": 40,
"block": "gtceu:tfc_rhyolite_wulfenite_ore"
},
{
"weight": 30,
"block": "gtceu:tfc_rhyolite_molybdenite_ore"
},
{
"weight": 15,
"block": "gtceu:tfc_rhyolite_molybdenium_ore"
},
{
"weight": 15,
"block": "gtceu:tfc_rhyolite_powellite_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/basalt"
],
"with": [
{
"weight": 40,
"block": "gtceu:tfc_basalt_wulfenite_ore"
},
{
"weight": 30,
"block": "gtceu:tfc_basalt_molybdenite_ore"
},
{
"weight": 15,
"block": "gtceu:tfc_basalt_molybdenium_ore"
},
{
"weight": 15,
"block": "gtceu:tfc_basalt_powellite_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/andesite"
],
"with": [
{
"weight": 40,
"block": "gtceu:tfc_andesite_wulfenite_ore"
},
{
"weight": 30,
"block": "gtceu:tfc_andesite_molybdenite_ore"
},
{
"weight": 15,
"block": "gtceu:tfc_andesite_molybdenium_ore"
},
{
"weight": 15,
"block": "gtceu:tfc_andesite_powellite_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/dacite"
],
"with": [
{
"weight": 40,
"block": "gtceu:tfc_dacite_wulfenite_ore"
},
{
"weight": 30,
"block": "gtceu:tfc_dacite_molybdenite_ore"
},
{
"weight": 15,
"block": "gtceu:tfc_dacite_molybdenium_ore"
},
{
"weight": 15,
"block": "gtceu:tfc_dacite_powellite_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/granite"
],
"with": [
{
"weight": 40,
"block": "gtceu:tfc_granite_wulfenite_ore"
},
{
"weight": 30,
"block": "gtceu:tfc_granite_molybdenite_ore"
},
{
"weight": 15,
"block": "gtceu:tfc_granite_molybdenium_ore"
},
{
"weight": 15,
"block": "gtceu:tfc_granite_powellite_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/diorite"
],
"with": [
{
"weight": 40,
"block": "gtceu:tfc_diorite_wulfenite_ore"
},
{
"weight": 30,
"block": "gtceu:tfc_diorite_molybdenite_ore"
},
{
"weight": 15,
"block": "gtceu:tfc_diorite_molybdenium_ore"
},
{
"weight": 15,
"block": "gtceu:tfc_diorite_powellite_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/gabbro"
],
"with": [
{
"weight": 40,
"block": "gtceu:tfc_gabbro_wulfenite_ore"
},
{
"weight": 30,
"block": "gtceu:tfc_gabbro_molybdenite_ore"
},
{
"weight": 15,
"block": "gtceu:tfc_gabbro_molybdenium_ore"
},
{
"weight": 15,
"block": "gtceu:tfc_gabbro_powellite_ore"
}
]
}
],
"random_name": "example"
}
}

View file

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