diff options
Diffstat (limited to 'items/SLIME_BLOCK.json')
-rw-r--r-- | items/SLIME_BLOCK.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/items/SLIME_BLOCK.json b/items/SLIME_BLOCK.json new file mode 100644 index 00000000..1a539403 --- /dev/null +++ b/items/SLIME_BLOCK.json @@ -0,0 +1,12 @@ +{ + "internalname": "SLIME_BLOCK", + "itemid": "minecraft:slime", + "displayname": "Slime Block", + "clickcommand": "", + "damage": 0, + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSlime Block\"},ExtraAttributes:{id:\"SLIME_BLOCK\"}}", + "modver": "1.0.0", + "lore": [ + "?f?lCOMMON" + ] +}
\ No newline at end of file |