From a66db3805f35a24986e09f4ac75eaf7d18d45324 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Mon, 4 Oct 2021 12:17:45 +0200 Subject: [PATCH] Added test --- .../correct/data_bp/loot_tables/enchan_test.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test/files/correct/data_bp/loot_tables/enchan_test.json 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 }] }] + } + ] + } + ] +}