diff --git a/galaxy/data/galaxy/loot_table/gameplay/enderdragon_event.json b/galaxy/data/galaxy/loot_table/gameplay/enderdragon_event.json deleted file mode 100755 index e71027e..0000000 --- a/galaxy/data/galaxy/loot_table/gameplay/enderdragon_event.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "type": "minecraft:gift", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "quality": 1, - "name": "minecraft:elytra", - "weight": 30 - }, - { - "type": "minecraft:item", - "quality": 1, - "name": "minecraft:dragon_head", - "weight": 30 - }, - { - "type": "minecraft:item", - "functions": [ - { - "add": false, - "count": { - "type": "minecraft:uniform", - "max": 8.0, - "min": 2.0 - }, - "function": "minecraft:set_count" - } - ], - "name": "minecraft:dragon_breath", - "weight": 40 - } - ] - } - ] -} \ No newline at end of file