diff --git a/src/main/resources/data/spectrum/loot_tables/chests/ruined_pedestal_deepslate.json b/src/main/resources/data/spectrum/loot_tables/chests/ruined_pedestal_deepslate.json index adc50e402f..3dd58c2491 100644 --- a/src/main/resources/data/spectrum/loot_tables/chests/ruined_pedestal_deepslate.json +++ b/src/main/resources/data/spectrum/loot_tables/chests/ruined_pedestal_deepslate.json @@ -85,15 +85,6 @@ } } ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:sniffer_egg" - } - ] } ] } diff --git a/src/main/resources/data/spectrum/loot_tables/chests/ruined_pedestal_stone.json b/src/main/resources/data/spectrum/loot_tables/chests/ruined_pedestal_stone.json index 1a97e699b7..f7a3eb4989 100644 --- a/src/main/resources/data/spectrum/loot_tables/chests/ruined_pedestal_stone.json +++ b/src/main/resources/data/spectrum/loot_tables/chests/ruined_pedestal_stone.json @@ -77,18 +77,6 @@ } } ] - }, - { - "rolls": { - "min": 0, - "max": 1 - }, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:sniffer_egg" - } - ] } ] } diff --git a/src/main/resources/data/spectrum/structures/pedestal_ruins/deepslate/main.nbt b/src/main/resources/data/spectrum/structures/pedestal_ruins/deepslate/main.nbt index 9344a0931b..cfa684c529 100644 Binary files a/src/main/resources/data/spectrum/structures/pedestal_ruins/deepslate/main.nbt and b/src/main/resources/data/spectrum/structures/pedestal_ruins/deepslate/main.nbt differ diff --git a/src/main/resources/data/spectrum/structures/pedestal_ruins/stone/main.nbt b/src/main/resources/data/spectrum/structures/pedestal_ruins/stone/main.nbt index 3f36601afa..38808832f2 100644 Binary files a/src/main/resources/data/spectrum/structures/pedestal_ruins/stone/main.nbt and b/src/main/resources/data/spectrum/structures/pedestal_ruins/stone/main.nbt differ