diff --git a/src/main/resources/data/evilcraft/loot_table/blocks/dark_ore.json b/src/main/resources/data/evilcraft/loot_table/blocks/dark_ore.json index e9c4c124aa..db49745a1a 100644 --- a/src/main/resources/data/evilcraft/loot_table/blocks/dark_ore.json +++ b/src/main/resources/data/evilcraft/loot_table/blocks/dark_ore.json @@ -13,14 +13,16 @@ { "condition": "minecraft:match_tool", "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 + "predicates": { + "minecraft:enchantments": [ + { + "enchantments": "minecraft:silk_touch", + "levels": { + "min": 1 + } } - } - ] + ] + } } } ], @@ -80,28 +82,32 @@ "term": { "condition": "minecraft:match_tool", "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 + "predicates": { + "minecraft:enchantments": [ + { + "enchantments": "minecraft:silk_touch", + "levels": { + "min": 1 + } } - } - ] + ] + } } } }, { "condition": "minecraft:match_tool", "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:fortune", - "levels": { - "min": 1 + "predicates": { + "minecraft:enchantments": [ + { + "enchantments": "minecraft:fortune", + "levels": { + "min": 1 + } } - } - ] + ] + } } } ] diff --git a/src/main/resources/data/evilcraft/loot_table/blocks/dark_ore_deepslate.json b/src/main/resources/data/evilcraft/loot_table/blocks/dark_ore_deepslate.json index 1eff9db592..5fde007a45 100644 --- a/src/main/resources/data/evilcraft/loot_table/blocks/dark_ore_deepslate.json +++ b/src/main/resources/data/evilcraft/loot_table/blocks/dark_ore_deepslate.json @@ -13,14 +13,16 @@ { "condition": "minecraft:match_tool", "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 + "predicates": { + "minecraft:enchantments": [ + { + "enchantments": "minecraft:silk_touch", + "levels": { + "min": 1 + } } - } - ] + ] + } } } ], @@ -80,28 +82,32 @@ "term": { "condition": "minecraft:match_tool", "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 + "predicates": { + "minecraft:enchantments": [ + { + "enchantments": "minecraft:silk_touch", + "levels": { + "min": 1 + } } - } - ] + ] + } } } }, { "condition": "minecraft:match_tool", "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:fortune", - "levels": { - "min": 1 + "predicates": { + "minecraft:enchantments": [ + { + "enchantments": "minecraft:fortune", + "levels": { + "min": 1 + } } - } - ] + ] + } } } ] diff --git a/src/main/resources/data/evilcraft/loot_table/blocks/hardened_blood.json b/src/main/resources/data/evilcraft/loot_table/blocks/hardened_blood.json index 0cc210a746..65705204d6 100644 --- a/src/main/resources/data/evilcraft/loot_table/blocks/hardened_blood.json +++ b/src/main/resources/data/evilcraft/loot_table/blocks/hardened_blood.json @@ -13,14 +13,16 @@ { "condition": "minecraft:match_tool", "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 + "predicates": { + "minecraft:enchantments": [ + { + "enchantments": "minecraft:silk_touch", + "levels": { + "min": 1 + } } - } - ] + ] + } } } ],