diff --git a/test/files/correct/data_bp/loot_tables/enchan_test.json b/test/files/correct/data_bp/loot_tables/enchan_test.json new file mode 100644 index 00000000..40df484a --- /dev/null +++ b/test/files/correct/data_bp/loot_tables/enchan_test.json @@ -0,0 +1,15 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:diamond_sword", + "weight": 1, + "functions": [{ "function": "specific_enchants", "enchants": [{ "id": "power", "level": 3 }] }] + } + ] + } + ] +}