diff options
Diffstat (limited to 'items/HARD_GLASS.json')
-rw-r--r-- | items/HARD_GLASS.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/items/HARD_GLASS.json b/items/HARD_GLASS.json index f5c8b98d..5718d6c2 100644 --- a/items/HARD_GLASS.json +++ b/items/HARD_GLASS.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:stained_glass", "displayname": "§fHard Glass", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Special hardened glass which\",1:\"§7doesn't break to explosions.\",2:\"\",3:\"§f§lCOMMON\"],Name:\"§fHard Glass\"},ExtraAttributes:{id:\"HARD_GLASS\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Special hardened glass which\",1:\"§7doesn\u0027t break to explosions.\",2:\"\",3:\"§f§lCOMMON\"],Name:\"§fHard Glass\"},ExtraAttributes:{id:\"HARD_GLASS\"}}", "damage": 7, "lore": [ "§7Special hardened glass which", - "§7doesn't break to explosions.", + "§7doesn\u0027t break to explosions.", "", "§f§lCOMMON" ], @@ -26,5 +26,6 @@ "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Hard_Glass" - ] + ], + "crafttext": "Requires: Sand VII" }
\ No newline at end of file |