From 76d0606e645482941c7fae5fff62ed45cc35badc Mon Sep 17 00:00:00 2001 From: Meredith Espinosa Date: Sat, 22 Jun 2019 12:23:12 -0700 Subject: [PATCH] finally add the loot table for slopes --- .../templates/loot_tables/blocks/slope.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/main/resources/data/templates/loot_tables/blocks/slope.json diff --git a/src/main/resources/data/templates/loot_tables/blocks/slope.json b/src/main/resources/data/templates/loot_tables/blocks/slope.json new file mode 100644 index 0000000..3b985f9 --- /dev/null +++ b/src/main/resources/data/templates/loot_tables/blocks/slope.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "templates:slope" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file