diff options
Diffstat (limited to 'items/HARD_GLASS.json')
-rw-r--r-- | items/HARD_GLASS.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/HARD_GLASS.json b/items/HARD_GLASS.json index cec8f1f0..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" ], |