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