diff --git a/loader-common/src/main/resources/data/flopper/loot_table/blocks/flopper.json b/loader-common/src/main/resources/data/flopper/loot_table/blocks/flopper.json index 2626eb93..92b5ec74 100644 --- a/loader-common/src/main/resources/data/flopper/loot_table/blocks/flopper.json +++ b/loader-common/src/main/resources/data/flopper/loot_table/blocks/flopper.json @@ -9,11 +9,9 @@ "name": "flopper:flopper" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "condition": { + "type": "minecraft:survives_explosion" + } } ] -} \ No newline at end of file +}