This commit is contained in:
SpeeeDCraft 2023-10-22 19:13:13 +07:00
parent 46d5e177a2
commit 1bb527132d
3 changed files with 188 additions and 1 deletions

View file

@ -28,6 +28,7 @@
"tfc:vein/diamond",
"tfc:vein/beryllium",
"tfc:vein/lapis",
"tfc:vein/salt"
"tfc:vein/salt",
"tfc:vein/garnet_opal"
]
}

View file

@ -0,0 +1,181 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:disc_vein",
"config": {
"rarity": 14,
"min_y": {
"absolute": 40
},
"max_y": {
"absolute": 60
},
"size": 8,
"density": 0.2,
"blocks": [
{
"replace": [
"tfc:rock/raw/rhyolite"
],
"with": [
{
"weight": 5,
"block": "gtceu:tfc_rhyolite_red_garnet_ore"
},
{
"weight": 15,
"block": "gtceu:tfc_rhyolite_yellow_garnet_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_rhyolite_amethyst_ore"
},
{
"weight": 55,
"block": "gtceu:tfc_rhyolite_opal_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/basalt"
],
"with": [
{
"weight": 5,
"block": "gtceu:tfc_basalt_red_garnet_ore"
},
{
"weight": 15,
"block": "gtceu:tfc_basalt_yellow_garnet_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_basalt_amethyst_ore"
},
{
"weight": 55,
"block": "gtceu:tfc_basalt_opal_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/andesite"
],
"with": [
{
"weight": 5,
"block": "gtceu:tfc_andesite_red_garnet_ore"
},
{
"weight": 15,
"block": "gtceu:tfc_andesite_yellow_garnet_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_andesite_amethyst_ore"
},
{
"weight": 55,
"block": "gtceu:tfc_andesite_opal_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/dacite"
],
"with": [
{
"weight": 5,
"block": "gtceu:tfc_dacite_red_garnet_ore"
},
{
"weight": 15,
"block": "gtceu:tfc_dacite_yellow_garnet_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_dacite_amethyst_ore"
},
{
"weight": 55,
"block": "gtceu:tfc_dacite_opal_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/granite"
],
"with": [
{
"weight": 5,
"block": "gtceu:tfc_granite_red_garnet_ore"
},
{
"weight": 15,
"block": "gtceu:tfc_granite_yellow_garnet_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_granite_amethyst_ore"
},
{
"weight": 55,
"block": "gtceu:tfc_granite_opal_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/diorite"
],
"with": [
{
"weight": 5,
"block": "gtceu:tfc_diorite_red_garnet_ore"
},
{
"weight": 15,
"block": "gtceu:tfc_diorite_yellow_garnet_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_diorite_amethyst_ore"
},
{
"weight": 55,
"block": "gtceu:tfc_diorite_opal_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/gabbro"
],
"with": [
{
"weight": 5,
"block": "gtceu:tfc_gabbro_red_garnet_ore"
},
{
"weight": 15,
"block": "gtceu:tfc_gabbro_yellow_garnet_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_gabbro_amethyst_ore"
},
{
"weight": 55,
"block": "gtceu:tfc_gabbro_opal_ore"
}
]
}
],
"random_name": "garnet_amethyst",
"biomes": "#tfc:is_river",
"height": 4
}
}

View file

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