removed the "nether hint vein" because it's just confusing people

This commit is contained in:
Pyritie
2025-05-31 00:28:26 +01:00
parent 3055a9a230
commit 5efc7a607d
3 changed files with 0 additions and 87 deletions

View File

@@ -1,81 +0,0 @@
{
"type": "tfc:pipe_vein",
"config": {
"rarity": 40,
"density": 0.8,
"min_y": -64,
"max_y": -48,
"random_name": "nether_hint_vein",
"min_skew": 6,
"max_skew": 18,
"min_slant": 0,
"max_slant": 4,
"sign": 0.3,
"height": 30,
"radius": 5,
"blocks": [
{
"replace": [
"tfc:rock/raw/rhyolite",
"tfc:rock/raw/andesite",
"tfc:rock/raw/dacite",
"tfc:rock/raw/basalt",
"tfc:rock/raw/schist",
"tfc:rock/raw/gneiss",
"tfc:rock/raw/gabbro",
"tfc:rock/raw/granite",
"tfc:rock/raw/diorite",
"tfc:rock/raw/quartzite",
"tfc:rock/raw/slate",
"tfc:rock/raw/phyllite",
"tfc:rock/raw/marble",
"tfc:rock/raw/shale",
"tfc:rock/raw/claystone",
"tfc:rock/raw/limestone",
"tfc:rock/raw/conglomerate",
"tfc:rock/raw/dolomite",
"tfc:rock/raw/chert",
"tfc:rock/raw/chalk"
],
"with": [
{
"block": "minecraft:deepslate",
"weight": 60
},
{
"block": "minecraft:blackstone",
"weight": 30
},
{
"block": "gtceu:deepslate_nether_quartz_ore",
"weight": 5
},
{
"block": "minecraft:glowstone",
"weight": 10
}
]
}
],
"indicator": {
"rarity": 15,
"depth": 1,
"underground_rarity": 40,
"underground_count": 400,
"blocks": [
{
"block": "tfg:loose/deepslate",
"weight": 60
},
{
"block": "beneath:blackstone_pebble",
"weight": 20
},
{
"block": "gtceu:nether_quartz_bud_indicator",
"weight": 10
}
]
}
}
}

View File

@@ -1,4 +0,0 @@
{
"feature": "tfg:earth/nether_hint_vein",
"placement": []
}

View File

@@ -533,8 +533,6 @@ const registerTFCPlacedFeatures = (event) => {
event.add('tfc:in_biome/veins', 'tfg:earth/geode/quartzite')
// Other decoration
event.add('tfc:in_biome/veins', 'tfg:earth/nether_hint_vein')
event.add('tfc:in_biome/underground_decoration', 'tfg:glow_lichen')
event.add('tfc:in_biome/underground_decoration', 'tfg:earth/sulfur_patch')
}