diff options
Diffstat (limited to 'mining/blocks/gemstones/jasper.json')
| -rw-r--r-- | mining/blocks/gemstones/jasper.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/mining/blocks/gemstones/jasper.json b/mining/blocks/gemstones/jasper.json new file mode 100644 index 00000000..2ca4f0be --- /dev/null +++ b/mining/blocks/gemstones/jasper.json @@ -0,0 +1,24 @@ +{ + "breakingPower": 9, + "blockStrength": 4800, + "name": "Jasper Gemstone", + "baseDrop": "ROUGH_JASPER_GEM", + "blocks189": [ + { + "itemId": "minecraft:glass", + "damage": 6, + "onlyIn": [ + "crystal_hollows", + "mineshaft" + ] + }, + { + "itemId": "minecraft:glass_pane", + "damage": 6, + "onlyIn": [ + "crystal_hollows", + "mineshaft" + ] + } + ] +} |
