more veins again

This commit is contained in:
SpeeeDCraft 2023-10-22 14:00:33 +07:00
parent f9615b6fed
commit 974dc5a6ec
8 changed files with 167 additions and 1 deletions

View file

@ -23,6 +23,9 @@
"tfc:vein/deep_limonite",
"tfc:vein/deep_magnetite",
"tfc:vein/garnet_amethyst",
"tfc:vein/coal"
"tfc:vein/coal",
"tfc:vein/redstone",
"tfc:vein/diamond",
"tfc:vein/beryllium"
]
}

View file

@ -0,0 +1,33 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:cluster_vein",
"config": {
"rarity": 130,
"min_y": {
"absolute": -64
},
"max_y": {
"absolute": 10
},
"size": 40,
"density": 0.35,
"blocks": [
{
"replace": [
"tfc:rock/raw/rhyolite"
],
"with": [
{
"weight": 65,
"block": "gtceu:tfc_rhyolite_beryllium_ore"
},
{
"weight": 35,
"block": "gtceu:tfc_rhyolite_emerald_ore"
}
]
}
],
"random_name": "beryllium"
}
}

View file

@ -0,0 +1,41 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:pipe_vein",
"config": {
"rarity": 60,
"min_y": {
"absolute": -64
},
"max_y": {
"absolute": 100
},
"size": 60,
"density": 0.4,
"blocks": [
{
"replace": [
"tfc:rock/raw/gabbro"
],
"with": [
{
"weight": 45,
"block": "gtceu:tfc_gabbro_graphite_ore"
},
{
"weight": 25,
"block": "gtceu:tfc_gabbro_diamond_ore"
},
{
"weight": 30,
"block": "gtceu:tfc_gabbro_coal_ore"
}
]
}
],
"random_name": "diamond",
"min_skew": 5,
"max_skew": 13,
"min_slant": 0,
"max_slant": 2
}
}

View file

@ -0,0 +1,37 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:cluster_vein",
"config": {
"rarity": 110,
"min_y": {
"absolute": -64
},
"max_y": {
"absolute": 30
},
"size": 45,
"density": 0.7,
"blocks": [
{
"replace": [
"tfc:rock/raw/rhyolite"
],
"with": [
{
"weight": 5,
"block": "gtceu:tfc_rhyolite_tin_ore"
}
]
}
],
"indicator": {
"rarity": 12,
"blocks": [
{
"block": "tfc:ore/small_native_gold"
}
]
},
"random_name": "example"
}
}

View file

@ -0,0 +1,37 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:cluster_vein",
"config": {
"rarity": 90,
"min_y": {
"absolute": -48
},
"max_y": {
"absolute": 100
},
"size": 25,
"density": 0.6,
"blocks": [
{
"replace": [
"tfc:rock/raw/granite"
],
"with": [
{
"weight": 45,
"block": "gtceu:tfc_granite_redstone_ore"
},
{
"weight": 35,
"block": "gtceu:tfc_granite_ruby_ore"
},
{
"weight": 20,
"block": "gtceu:tfc_granite_cinnabar_ore"
}
]
}
],
"random_name": "redstone"
}
}

View file

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

View file

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

View file

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