diff --git a/test/files/correct/data_bp/loot_tables/enchan_test.json b/test/files/correct/data_bp/loot_tables/enchan_test.json index 40df484a..8476138e 100644 --- a/test/files/correct/data_bp/loot_tables/enchan_test.json +++ b/test/files/correct/data_bp/loot_tables/enchan_test.json @@ -7,7 +7,7 @@ "type": "item", "name": "minecraft:diamond_sword", "weight": 1, - "functions": [{ "function": "specific_enchants", "enchants": [{ "id": "power", "level": 3 }] }] + "functions": [{ "function": "specific_enchants", "enchants": [{ "id": "power", "level": 3 }, "power"] }] } ] }