diff options
Diffstat (limited to 'src/main/resources/data')
-rw-r--r-- | src/main/resources/data/sparkt/loot_tables/block/machine_block.json | 19 |
1 files changed, 19 insertions, 0 deletions
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 |