From 228ec7960d0319d8018c24ee14a92ea235c5e68c Mon Sep 17 00:00:00 2001 From: Moulberry Date: Thu, 1 Oct 2020 18:44:26 +1000 Subject: vanilla stuff & new items --- items/GHAST_TEAR.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'items/GHAST_TEAR.json') diff --git a/items/GHAST_TEAR.json b/items/GHAST_TEAR.json index 4495d52f..5e81ab97 100644 --- a/items/GHAST_TEAR.json +++ b/items/GHAST_TEAR.json @@ -1,17 +1,13 @@ { "itemid": "minecraft:ghast_tear", "displayname": "§fGhast Tear", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§f§lCOMMON\"],Name:\"§fGhast Tear\"},ExtraAttributes:{id:\"GHAST_TEAR\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGhast Tear\"},ExtraAttributes:{id:\"GHAST_TEAR\"}}", "damage": 0, "lore": [ - "§8Brewing Ingredient", "§f§lCOMMON" ], "internalname": "GHAST_TEAR", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Ghast_Tear" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" } \ No newline at end of file -- cgit