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/SPONGE.json | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'items/SPONGE.json') diff --git a/items/SPONGE.json b/items/SPONGE.json index bb407831..a5c0e710 100644 --- a/items/SPONGE.json +++ b/items/SPONGE.json @@ -1,16 +1,13 @@ { "itemid": "minecraft:sponge", "displayname": "§fSponge", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\",1:\"\",2:\"§eClick to view recipe!\"],Name:\"§fSponge\"},ExtraAttributes:{id:\"SPONGE\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSponge\"},ExtraAttributes:{id:\"SPONGE\"}}", "damage": 0, "lore": [ "§f§lCOMMON" ], "internalname": "SPONGE", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Sponge" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" } \ No newline at end of file -- cgit