diff options
Diffstat (limited to 'items/ENDER_STONE.json')
-rw-r--r-- | items/ENDER_STONE.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/items/ENDER_STONE.json b/items/ENDER_STONE.json index 14416ab7..bc0f2cfd 100644 --- a/items/ENDER_STONE.json +++ b/items/ENDER_STONE.json @@ -1,17 +1,20 @@ { "itemid": "minecraft:end_stone", "displayname": "§fEnd Stone", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fEnd Stone\"},ExtraAttributes:{id:\"ENDER_STONE\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Collection Item\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fEnd Stone\"},ExtraAttributes:{id:\"ENDER_STONE\"}}", "damage": 0, "lore": [ + "§7§8Collection Item", + "", "§f§lCOMMON" ], "internalname": "ENDER_STONE", - "modver": "2.1.0-REL", + "modver": "2.2.2", "vanilla": true, "clickcommand": "", "infoType": "WIKI_URL", "info": [ "https://wiki.hypixel.net/End_Stone" - ] + ], + "crafttext": "" }
\ No newline at end of file |