From f27f142d1a7d37919a591ec3a873c71bab26ae81 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Fri, 17 Apr 2020 12:52:09 -0400 Subject: [Initial] Verison 0.0.1 --- .../data/sparkt/loot_tables/block/machine_block.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/main/resources/data/sparkt/loot_tables/block/machine_block.json (limited to 'src/main/resources/data') diff --git a/src/main/resources/data/sparkt/loot_tables/block/machine_block.json b/src/main/resources/data/sparkt/loot_tables/block/machine_block.json new file mode 100644 index 0000000..5c6db56 --- /dev/null +++ b/src/main/resources/data/sparkt/loot_tables/block/machine_block.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "sparkt:machine_block" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file -- cgit v1.2.3