diff options
author | Kyle Gunger <corechg@gmail.com> | 2020-04-17 12:52:09 -0400 |
---|---|---|
committer | Kyle Gunger <corechg@gmail.com> | 2020-04-17 12:52:20 -0400 |
commit | f27f142d1a7d37919a591ec3a873c71bab26ae81 (patch) | |
tree | 3cfb9989faf7f9823c6941dc63ec2a7dfc683b80 /src/main/resources/data |
[Initial] Verison 0.0.1
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 |