From 7cef71e1d1878c4840d2b190798bb921e0da9843 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Mon, 4 Oct 2021 12:18:08 +0200 Subject: [PATCH] Added --- test/files/correct/data_bp/loot_tables/enchan_test.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }] } ] }