diff --git a/behaviour/loot_tables/loot_tables.json b/behaviour/loot_tables/loot_tables.json index 8c089e39..9774fc1c 100644 --- a/behaviour/loot_tables/loot_tables.json +++ b/behaviour/loot_tables/loot_tables.json @@ -45,11 +45,7 @@ "title": "Type", "type": "string", "description": "", - "enum": [ - "loot_table", - "item", - "empty" - ] + "enum": ["loot_table", "item", "empty"] }, "conditions": { "title": "Conditions", @@ -115,9 +111,7 @@ "title": "Type", "type": "string", "description": "TODO description", - "enum": [ - "minecraft:chest" - ] + "enum": ["minecraft:chest"] } } }