diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/nether_hint_vein.json b/kubejs/data/tfg/worldgen/configured_feature/earth/nether_hint_vein.json deleted file mode 100644 index ed35b0bf0..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/nether_hint_vein.json +++ /dev/null @@ -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 - } - ] - } - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/nether_hint_vein.json b/kubejs/data/tfg/worldgen/placed_feature/earth/nether_hint_vein.json deleted file mode 100644 index 5220dda23..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/earth/nether_hint_vein.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "feature": "tfg:earth/nether_hint_vein", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/server_scripts/tfc/tags.js b/kubejs/server_scripts/tfc/tags.js index f8f92c7ee..112706c76 100644 --- a/kubejs/server_scripts/tfc/tags.js +++ b/kubejs/server_scripts/tfc/tags.js @@ -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') } \ No newline at end of file