From 6d9c1f8fc224efc5af8fe648dcf0ce9e7a91ffdd Mon Sep 17 00:00:00 2001 From: Pyritie Date: Thu, 17 Jul 2025 21:35:20 +0100 Subject: [PATCH] fixed floating indicators in geodes --- .../configured_feature/earth/geode/barite.json | 5 +---- .../configured_feature/earth/geode/calcite.json | 5 +---- .../configured_feature/earth/geode/gypsum.json | 5 +---- .../worldgen/configured_feature/earth/geode/opal.json | 11 +---------- .../configured_feature/earth/geode/pyrite.json | 5 +---- .../configured_feature/earth/geode/quartzite.json | 11 +---------- 6 files changed, 6 insertions(+), 36 deletions(-) diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/geode/barite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/geode/barite.json index 1a7179195..98540a91e 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/geode/barite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/geode/barite.json @@ -23,10 +23,7 @@ }, "inner_placements": [ { - "Name": "gtceu:barite_indicator", - "Properties": { - "waterlogged": "false" - } + "Name": "minecraft:air" } ], "invalid_blocks": "#minecraft:geode_invalid_blocks", diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/geode/calcite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/geode/calcite.json index 0ef3716f8..888da3edf 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/geode/calcite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/geode/calcite.json @@ -23,10 +23,7 @@ }, "inner_placements": [ { - "Name": "gtceu:calcite_indicator", - "Properties": { - "waterlogged": "false" - } + "Name": "minecraft:air" } ], "invalid_blocks": "#minecraft:geode_invalid_blocks", diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/geode/gypsum.json b/kubejs/data/tfg/worldgen/configured_feature/earth/geode/gypsum.json index 57cc963e5..a46e86333 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/geode/gypsum.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/geode/gypsum.json @@ -23,10 +23,7 @@ }, "inner_placements": [ { - "Name": "gtceu:gypsum_indicator", - "Properties": { - "waterlogged": "false" - } + "Name": "minecraft:air" } ], "invalid_blocks": "#minecraft:geode_invalid_blocks", diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/geode/opal.json b/kubejs/data/tfg/worldgen/configured_feature/earth/geode/opal.json index b469d0bc5..b89a23158 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/geode/opal.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/geode/opal.json @@ -23,16 +23,7 @@ }, "inner_placements": [ { - "Name": "gtceu:opal_bud_indicator", - "Properties": { - "waterlogged": "false" - } - }, - { - "Name": "gtceu:opal_indicator", - "Properties": { - "waterlogged": "false" - } + "Name": "minecraft:air" } ], "invalid_blocks": "#minecraft:geode_invalid_blocks", diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/geode/pyrite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/geode/pyrite.json index 9e88a3fe8..0a5addd17 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/geode/pyrite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/geode/pyrite.json @@ -23,10 +23,7 @@ }, "inner_placements": [ { - "Name": "gtceu:pyrite_indicator", - "Properties": { - "waterlogged": "false" - } + "Name": "minecraft:air" } ], "invalid_blocks": "#minecraft:geode_invalid_blocks", diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/geode/quartzite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/geode/quartzite.json index 66c1928dd..787a850d1 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/geode/quartzite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/geode/quartzite.json @@ -23,16 +23,7 @@ }, "inner_placements": [ { - "Name": "gtceu:quartzite_bud_indicator", - "Properties": { - "waterlogged": "false" - } - }, - { - "Name": "gtceu:quartzite_indicator", - "Properties": { - "waterlogged": "false" - } + "Name": "minecraft:air" } ], "invalid_blocks": "#minecraft:geode_invalid_blocks",