From a88cec4020309d9b5d4345e2e749777272299a79 Mon Sep 17 00:00:00 2001 From: "Christian \"Krissy\" Silvermoon" Date: Mon, 14 Jun 2021 18:11:26 -0700 Subject: [PATCH] Purged (Now Broken) Hot Tools Functionality Some underlying change in 1.17.x Loot Tables has broken the way this feature works. --- .../loot_tables/blocks/acacia_log.json | 78 --------------- .../loot_tables/blocks/acacia_wood.json | 78 --------------- .../loot_tables/blocks/birch_log.json | 78 --------------- .../loot_tables/blocks/birch_wood.json | 78 --------------- .../loot_tables/blocks/black_terracotta.json | 65 ------------- .../loot_tables/blocks/blue_terracotta.json | 65 ------------- .../loot_tables/blocks/brown_terracotta.json | 65 ------------- data/minecraft/loot_tables/blocks/clay.json | 78 --------------- .../loot_tables/blocks/cobblestone.json | 65 ------------- .../loot_tables/blocks/cyan_terracotta.json | 65 ------------- .../loot_tables/blocks/dark_oak_log.json | 78 --------------- .../loot_tables/blocks/dark_oak_wood.json | 78 --------------- data/minecraft/loot_tables/blocks/gravel.json | 95 ------------------- .../loot_tables/blocks/gray_terracotta.json | 65 ------------- .../loot_tables/blocks/green_terracotta.json | 65 ------------- .../loot_tables/blocks/jungle_log.json | 78 --------------- .../loot_tables/blocks/jungle_wood.json | 78 --------------- .../blocks/light_blue_terracotta.json | 65 ------------- .../blocks/light_gray_terracotta.json | 65 ------------- .../loot_tables/blocks/lime_terracotta.json | 65 ------------- .../blocks/magenta_terracotta.json | 65 ------------- .../loot_tables/blocks/nether_bricks.json | 65 ------------- .../loot_tables/blocks/netherrack.json | 65 ------------- .../minecraft/loot_tables/blocks/oak_log.json | 78 --------------- .../loot_tables/blocks/oak_wood.json | 78 --------------- .../loot_tables/blocks/orange_terracotta.json | 65 ------------- .../loot_tables/blocks/pink_terracotta.json | 65 ------------- .../blocks/polished_blackstone_bricks.json | 65 ------------- .../loot_tables/blocks/purple_terracotta.json | 65 ------------- .../loot_tables/blocks/red_sand.json | 89 ----------------- .../loot_tables/blocks/red_terracotta.json | 65 ------------- data/minecraft/loot_tables/blocks/sand.json | 89 ----------------- .../loot_tables/blocks/spruce_log.json | 78 --------------- .../loot_tables/blocks/spruce_wood.json | 78 --------------- data/minecraft/loot_tables/blocks/stone.json | 65 ------------- .../loot_tables/blocks/stone_bricks.json | 65 ------------- .../blocks/stripped_acacia_log.json | 78 --------------- .../blocks/stripped_birch_log.json | 78 --------------- .../blocks/stripped_dark_oak_log.json | 78 --------------- .../blocks/stripped_jungle_log.json | 78 --------------- .../loot_tables/blocks/stripped_oak_log.json | 78 --------------- .../blocks/stripped_spruce_log.json | 78 --------------- .../loot_tables/blocks/wet_sponge.json | 48 ---------- .../loot_tables/blocks/white_terracotta.json | 65 ------------- .../loot_tables/blocks/yellow_terracotta.json | 65 ------------- 45 files changed, 3233 deletions(-) delete mode 100644 data/minecraft/loot_tables/blocks/acacia_log.json delete mode 100644 data/minecraft/loot_tables/blocks/acacia_wood.json delete mode 100644 data/minecraft/loot_tables/blocks/birch_log.json delete mode 100644 data/minecraft/loot_tables/blocks/birch_wood.json delete mode 100644 data/minecraft/loot_tables/blocks/black_terracotta.json delete mode 100644 data/minecraft/loot_tables/blocks/blue_terracotta.json delete mode 100644 data/minecraft/loot_tables/blocks/brown_terracotta.json delete mode 100644 data/minecraft/loot_tables/blocks/clay.json delete mode 100644 data/minecraft/loot_tables/blocks/cobblestone.json delete mode 100644 data/minecraft/loot_tables/blocks/cyan_terracotta.json delete mode 100644 data/minecraft/loot_tables/blocks/dark_oak_log.json delete mode 100644 data/minecraft/loot_tables/blocks/dark_oak_wood.json delete mode 100644 data/minecraft/loot_tables/blocks/gravel.json delete mode 100644 data/minecraft/loot_tables/blocks/gray_terracotta.json delete mode 100644 data/minecraft/loot_tables/blocks/green_terracotta.json delete mode 100644 data/minecraft/loot_tables/blocks/jungle_log.json delete mode 100644 data/minecraft/loot_tables/blocks/jungle_wood.json delete mode 100644 data/minecraft/loot_tables/blocks/light_blue_terracotta.json delete mode 100644 data/minecraft/loot_tables/blocks/light_gray_terracotta.json delete mode 100644 data/minecraft/loot_tables/blocks/lime_terracotta.json delete mode 100644 data/minecraft/loot_tables/blocks/magenta_terracotta.json delete mode 100644 data/minecraft/loot_tables/blocks/nether_bricks.json delete mode 100644 data/minecraft/loot_tables/blocks/netherrack.json delete mode 100644 data/minecraft/loot_tables/blocks/oak_log.json delete mode 100644 data/minecraft/loot_tables/blocks/oak_wood.json delete mode 100644 data/minecraft/loot_tables/blocks/orange_terracotta.json delete mode 100644 data/minecraft/loot_tables/blocks/pink_terracotta.json delete mode 100644 data/minecraft/loot_tables/blocks/polished_blackstone_bricks.json delete mode 100644 data/minecraft/loot_tables/blocks/purple_terracotta.json delete mode 100644 data/minecraft/loot_tables/blocks/red_sand.json delete mode 100644 data/minecraft/loot_tables/blocks/red_terracotta.json delete mode 100644 data/minecraft/loot_tables/blocks/sand.json delete mode 100644 data/minecraft/loot_tables/blocks/spruce_log.json delete mode 100644 data/minecraft/loot_tables/blocks/spruce_wood.json delete mode 100644 data/minecraft/loot_tables/blocks/stone.json delete mode 100644 data/minecraft/loot_tables/blocks/stone_bricks.json delete mode 100644 data/minecraft/loot_tables/blocks/stripped_acacia_log.json delete mode 100644 data/minecraft/loot_tables/blocks/stripped_birch_log.json delete mode 100644 data/minecraft/loot_tables/blocks/stripped_dark_oak_log.json delete mode 100644 data/minecraft/loot_tables/blocks/stripped_jungle_log.json delete mode 100644 data/minecraft/loot_tables/blocks/stripped_oak_log.json delete mode 100644 data/minecraft/loot_tables/blocks/stripped_spruce_log.json delete mode 100644 data/minecraft/loot_tables/blocks/wet_sponge.json delete mode 100644 data/minecraft/loot_tables/blocks/white_terracotta.json delete mode 100644 data/minecraft/loot_tables/blocks/yellow_terracotta.json diff --git a/data/minecraft/loot_tables/blocks/acacia_log.json b/data/minecraft/loot_tables/blocks/acacia_log.json deleted file mode 100644 index b150781..0000000 --- a/data/minecraft/loot_tables/blocks/acacia_log.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:acacia_log" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_axe" - } - }, - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:fire_aspect", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:charcoal" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:acacia_log" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/acacia_wood.json b/data/minecraft/loot_tables/blocks/acacia_wood.json deleted file mode 100644 index ad555f7..0000000 --- a/data/minecraft/loot_tables/blocks/acacia_wood.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:acacia_wood" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_axe" - } - }, - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:fire_aspect", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:charcoal" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:acacia_wood" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/birch_log.json b/data/minecraft/loot_tables/blocks/birch_log.json deleted file mode 100644 index a839119..0000000 --- a/data/minecraft/loot_tables/blocks/birch_log.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:birch_log" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_axe" - } - }, - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:fire_aspect", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:charcoal" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:birch_log" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/birch_wood.json b/data/minecraft/loot_tables/blocks/birch_wood.json deleted file mode 100644 index af521b9..0000000 --- a/data/minecraft/loot_tables/blocks/birch_wood.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:birch_wood" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_axe" - } - }, - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:fire_aspect", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:charcoal" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:birch_wood" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/black_terracotta.json b/data/minecraft/loot_tables/blocks/black_terracotta.json deleted file mode 100644 index 04cff7b..0000000 --- a/data/minecraft/loot_tables/blocks/black_terracotta.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:black_terracotta" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_pickaxe" - } - } - ] - } - ], - "name": "minecraft:black_glazed_terracotta" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:black_terracotta" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/blue_terracotta.json b/data/minecraft/loot_tables/blocks/blue_terracotta.json deleted file mode 100644 index e67e62e..0000000 --- a/data/minecraft/loot_tables/blocks/blue_terracotta.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:blue_terracotta" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_pickaxe" - } - } - ] - } - ], - "name": "minecraft:blue_glazed_terracotta" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:blue_terracotta" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/brown_terracotta.json b/data/minecraft/loot_tables/blocks/brown_terracotta.json deleted file mode 100644 index 89bf5c4..0000000 --- a/data/minecraft/loot_tables/blocks/brown_terracotta.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:brown_terracotta" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_pickaxe" - } - } - ] - } - ], - "name": "minecraft:brown_glazed_terracotta" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:brown_terracotta" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/clay.json b/data/minecraft/loot_tables/blocks/clay.json deleted file mode 100644 index 70d6158..0000000 --- a/data/minecraft/loot_tables/blocks/clay.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ], - "name": "minecraft:clay" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:fire_aspect", - "levels": { - "min": 1 - } - } - ] - } - } - ], - "name": "minecraft:terracotta" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_shovel" - } - } - ], - "name": "minecraft:terracotta" - }, - { - "type": "minecraft:item", - "functions": [ - { - "function": "minecraft:set_count", - "count": 4 - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "minecraft:clay_ball" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/cobblestone.json b/data/minecraft/loot_tables/blocks/cobblestone.json deleted file mode 100644 index ec8aef0..0000000 --- a/data/minecraft/loot_tables/blocks/cobblestone.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:cobblestone" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_pickaxe" - } - } - ] - } - ], - "name": "minecraft:stone" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:cobblestone" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/cyan_terracotta.json b/data/minecraft/loot_tables/blocks/cyan_terracotta.json deleted file mode 100644 index f607ccc..0000000 --- a/data/minecraft/loot_tables/blocks/cyan_terracotta.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:cyan_terracotta" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_pickaxe" - } - } - ] - } - ], - "name": "minecraft:cyan_glazed_terracotta" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:cyan_terracotta" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/dark_oak_log.json b/data/minecraft/loot_tables/blocks/dark_oak_log.json deleted file mode 100644 index ce13672..0000000 --- a/data/minecraft/loot_tables/blocks/dark_oak_log.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:dark_oak_log" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_axe" - } - }, - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:fire_aspect", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:charcoal" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:dark_oak_log" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/dark_oak_wood.json b/data/minecraft/loot_tables/blocks/dark_oak_wood.json deleted file mode 100644 index 81b4183..0000000 --- a/data/minecraft/loot_tables/blocks/dark_oak_wood.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:dark_oak_wood" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_axe" - } - }, - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:fire_aspect", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:charcoal" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:dark_oak_wood" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/gravel.json b/data/minecraft/loot_tables/blocks/gravel.json deleted file mode 100644 index 5be7840..0000000 --- a/data/minecraft/loot_tables/blocks/gravel.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ], - "name": "minecraft:gravel" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:fire_aspect", - "levels": { - "min": 1 - } - } - ] - } - } - ], - "name": "minecraft:stone" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_shovel" - } - } - ], - "name": "minecraft:stone" - }, - { - "type": "minecraft:alternatives", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:table_bonus", - "enchantment": "minecraft:fortune", - "chances": [ - 0.1, - 0.14285715, - 0.25, - 1 - ] - } - ], - "name": "minecraft:flint" - }, - { - "type": "minecraft:item", - "name": "minecraft:gravel" - } - ] - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/gray_terracotta.json b/data/minecraft/loot_tables/blocks/gray_terracotta.json deleted file mode 100644 index b734eb3..0000000 --- a/data/minecraft/loot_tables/blocks/gray_terracotta.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:gray_terracotta" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_pickaxe" - } - } - ] - } - ], - "name": "minecraft:gray_glazed_terracotta" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:gray_terracotta" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/green_terracotta.json b/data/minecraft/loot_tables/blocks/green_terracotta.json deleted file mode 100644 index a1301b2..0000000 --- a/data/minecraft/loot_tables/blocks/green_terracotta.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:green_terracotta" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_pickaxe" - } - } - ] - } - ], - "name": "minecraft:green_glazed_terracotta" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:green_terracotta" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/jungle_log.json b/data/minecraft/loot_tables/blocks/jungle_log.json deleted file mode 100644 index 710c5fb..0000000 --- a/data/minecraft/loot_tables/blocks/jungle_log.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:jungle_log" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_axe" - } - }, - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:fire_aspect", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:charcoal" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:jungle_log" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/jungle_wood.json b/data/minecraft/loot_tables/blocks/jungle_wood.json deleted file mode 100644 index 1bce397..0000000 --- a/data/minecraft/loot_tables/blocks/jungle_wood.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:jungle_wood" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_axe" - } - }, - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:fire_aspect", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:charcoal" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:jungle_wood" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/light_blue_terracotta.json b/data/minecraft/loot_tables/blocks/light_blue_terracotta.json deleted file mode 100644 index bb2057e..0000000 --- a/data/minecraft/loot_tables/blocks/light_blue_terracotta.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:light_blue_terracotta" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_pickaxe" - } - } - ] - } - ], - "name": "minecraft:light_blue_glazed_terracotta" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:light_blue_terracotta" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/light_gray_terracotta.json b/data/minecraft/loot_tables/blocks/light_gray_terracotta.json deleted file mode 100644 index 28aba31..0000000 --- a/data/minecraft/loot_tables/blocks/light_gray_terracotta.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:light_gray_terracotta" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_pickaxe" - } - } - ] - } - ], - "name": "minecraft:light_gray_glazed_terracotta" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:light_gray_terracotta" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/lime_terracotta.json b/data/minecraft/loot_tables/blocks/lime_terracotta.json deleted file mode 100644 index 6efd397..0000000 --- a/data/minecraft/loot_tables/blocks/lime_terracotta.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:lime_terracotta" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_pickaxe" - } - } - ] - } - ], - "name": "minecraft:lime_glazed_terracotta" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:lime_terracotta" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/magenta_terracotta.json b/data/minecraft/loot_tables/blocks/magenta_terracotta.json deleted file mode 100644 index 0b2fd8c..0000000 --- a/data/minecraft/loot_tables/blocks/magenta_terracotta.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:magenta_terracotta" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_pickaxe" - } - } - ] - } - ], - "name": "minecraft:magenta_glazed_terracotta" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:magenta_terracotta" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/nether_bricks.json b/data/minecraft/loot_tables/blocks/nether_bricks.json deleted file mode 100644 index d80cfdf..0000000 --- a/data/minecraft/loot_tables/blocks/nether_bricks.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:nether_bricks" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_pickaxe" - } - } - ] - } - ], - "name": "minecraft:cracked_nether_bricks" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:nether_bricks" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/netherrack.json b/data/minecraft/loot_tables/blocks/netherrack.json deleted file mode 100644 index 669596a..0000000 --- a/data/minecraft/loot_tables/blocks/netherrack.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:netherrack" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_pickaxe" - } - } - ] - } - ], - "name": "minecraft:nether_brick" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:netherrack" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/oak_log.json b/data/minecraft/loot_tables/blocks/oak_log.json deleted file mode 100644 index 9d3250a..0000000 --- a/data/minecraft/loot_tables/blocks/oak_log.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:oak_log" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_axe" - } - }, - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:fire_aspect", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:charcoal" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:oak_log" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/oak_wood.json b/data/minecraft/loot_tables/blocks/oak_wood.json deleted file mode 100644 index d3baa2f..0000000 --- a/data/minecraft/loot_tables/blocks/oak_wood.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:oak_wood" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_axe" - } - }, - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:fire_aspect", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:charcoal" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:oak_wood" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/orange_terracotta.json b/data/minecraft/loot_tables/blocks/orange_terracotta.json deleted file mode 100644 index 0152ca1..0000000 --- a/data/minecraft/loot_tables/blocks/orange_terracotta.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:orange_terracotta" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_pickaxe" - } - } - ] - } - ], - "name": "minecraft:orange_glazed_terracotta" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:orange_terracotta" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/pink_terracotta.json b/data/minecraft/loot_tables/blocks/pink_terracotta.json deleted file mode 100644 index 013786c..0000000 --- a/data/minecraft/loot_tables/blocks/pink_terracotta.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:pink_terracotta" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_pickaxe" - } - } - ] - } - ], - "name": "minecraft:pink_glazed_terracotta" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:pink_terracotta" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/polished_blackstone_bricks.json b/data/minecraft/loot_tables/blocks/polished_blackstone_bricks.json deleted file mode 100644 index 1304417..0000000 --- a/data/minecraft/loot_tables/blocks/polished_blackstone_bricks.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:polished_blackstone_bricks" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_pickaxe" - } - } - ] - } - ], - "name": "minecraft:cracked_polished_blackstone_bricks" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:polished_blackstone_bricks" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/purple_terracotta.json b/data/minecraft/loot_tables/blocks/purple_terracotta.json deleted file mode 100644 index 3b02aab..0000000 --- a/data/minecraft/loot_tables/blocks/purple_terracotta.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:purple_terracotta" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_pickaxe" - } - } - ] - } - ], - "name": "minecraft:purple_glazed_terracotta" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:purple_terracotta" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/red_sand.json b/data/minecraft/loot_tables/blocks/red_sand.json deleted file mode 100644 index faeffab..0000000 --- a/data/minecraft/loot_tables/blocks/red_sand.json +++ /dev/null @@ -1,89 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:red_sand" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:fire_aspect", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:glass" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_shovel" - } - } - ] - } - ], - "name": "minecraft:glass" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:red_sand" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/red_terracotta.json b/data/minecraft/loot_tables/blocks/red_terracotta.json deleted file mode 100644 index e741dc4..0000000 --- a/data/minecraft/loot_tables/blocks/red_terracotta.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:red_terracotta" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_pickaxe" - } - } - ] - } - ], - "name": "minecraft:red_glazed_terracotta" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:red_terracotta" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/sand.json b/data/minecraft/loot_tables/blocks/sand.json deleted file mode 100644 index 05b7ee9..0000000 --- a/data/minecraft/loot_tables/blocks/sand.json +++ /dev/null @@ -1,89 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:sand" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:fire_aspect", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:glass" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_shovel" - } - } - ] - } - ], - "name": "minecraft:glass" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:sand" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/spruce_log.json b/data/minecraft/loot_tables/blocks/spruce_log.json deleted file mode 100644 index 979429a..0000000 --- a/data/minecraft/loot_tables/blocks/spruce_log.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:spruce_log" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_axe" - } - }, - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:fire_aspect", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:charcoal" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:spruce_log" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/spruce_wood.json b/data/minecraft/loot_tables/blocks/spruce_wood.json deleted file mode 100644 index e117b4d..0000000 --- a/data/minecraft/loot_tables/blocks/spruce_wood.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:spruce_wood" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_axe" - } - }, - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:fire_aspect", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:charcoal" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:spruce_wood" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/stone.json b/data/minecraft/loot_tables/blocks/stone.json deleted file mode 100644 index a58b174..0000000 --- a/data/minecraft/loot_tables/blocks/stone.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:stone" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_pickaxe" - } - } - ] - } - ], - "name": "minecraft:smooth_stone" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:cobblestone" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/stone_bricks.json b/data/minecraft/loot_tables/blocks/stone_bricks.json deleted file mode 100644 index d2f5e4b..0000000 --- a/data/minecraft/loot_tables/blocks/stone_bricks.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:stone_bricks" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_pickaxe" - } - } - ] - } - ], - "name": "minecraft:cracked_stone_bricks" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:stone_bricks" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/stripped_acacia_log.json b/data/minecraft/loot_tables/blocks/stripped_acacia_log.json deleted file mode 100644 index 34139c2..0000000 --- a/data/minecraft/loot_tables/blocks/stripped_acacia_log.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:stripped_acacia_log" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_axe" - } - }, - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:fire_aspect", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:charcoal" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:stripped_acacia_log" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/stripped_birch_log.json b/data/minecraft/loot_tables/blocks/stripped_birch_log.json deleted file mode 100644 index 994e364..0000000 --- a/data/minecraft/loot_tables/blocks/stripped_birch_log.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:stripped_birch_log" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_axe" - } - }, - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:fire_aspect", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:charcoal" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:stripped_birch_log" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/stripped_dark_oak_log.json b/data/minecraft/loot_tables/blocks/stripped_dark_oak_log.json deleted file mode 100644 index 2311a72..0000000 --- a/data/minecraft/loot_tables/blocks/stripped_dark_oak_log.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:stripped_dark_oak_log" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_axe" - } - }, - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:fire_aspect", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:charcoal" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:stripped_dark_oak_log" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/stripped_jungle_log.json b/data/minecraft/loot_tables/blocks/stripped_jungle_log.json deleted file mode 100644 index 2a90c8f..0000000 --- a/data/minecraft/loot_tables/blocks/stripped_jungle_log.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:stripped_jungle_log" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_axe" - } - }, - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:fire_aspect", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:charcoal" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:stripped_jungle_log" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/stripped_oak_log.json b/data/minecraft/loot_tables/blocks/stripped_oak_log.json deleted file mode 100644 index b03b5c4..0000000 --- a/data/minecraft/loot_tables/blocks/stripped_oak_log.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:stripped_oak_log" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_axe" - } - }, - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:fire_aspect", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:charcoal" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:stripped_oak_log" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/stripped_spruce_log.json b/data/minecraft/loot_tables/blocks/stripped_spruce_log.json deleted file mode 100644 index 3010351..0000000 --- a/data/minecraft/loot_tables/blocks/stripped_spruce_log.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:stripped_spruce_log" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_axe" - } - }, - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:fire_aspect", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:charcoal" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:stripped_spruce_log" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/wet_sponge.json b/data/minecraft/loot_tables/blocks/wet_sponge.json deleted file mode 100644 index b97d09f..0000000 --- a/data/minecraft/loot_tables/blocks/wet_sponge.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:fire_aspect", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:sponge" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:wet_sponge" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/white_terracotta.json b/data/minecraft/loot_tables/blocks/white_terracotta.json deleted file mode 100644 index 83a57c0..0000000 --- a/data/minecraft/loot_tables/blocks/white_terracotta.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:white_terracotta" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_pickaxe" - } - } - ] - } - ], - "name": "minecraft:white_glazed_terracotta" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:white_terracotta" - } - ] - } - ] - } - ] -} diff --git a/data/minecraft/loot_tables/blocks/yellow_terracotta.json b/data/minecraft/loot_tables/blocks/yellow_terracotta.json deleted file mode 100644 index d99d9a4..0000000 --- a/data/minecraft/loot_tables/blocks/yellow_terracotta.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ] - } - ], - "name": "minecraft:yellow_terracotta" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:alternative", - "terms": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "item": "minecraft:golden_pickaxe" - } - } - ] - } - ], - "name": "minecraft:yellow_glazed_terracotta" - }, - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "name": "minecraft:yellow_terracotta" - } - ] - } - ] - } - ] -}