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