From cc1dad024af01a5ef6cacd3afbba2a1e18ea4a43 Mon Sep 17 00:00:00 2001 From: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> Date: Sun, 31 Jan 2021 14:16:38 +0100 Subject: added 38 wiki links + pet skin (#382) * added 38 wiki links * added skeleton horse zombie pet skin * added parent for pet candy * forgot to change rare cosmetic in nbt tag to epic cosmetic --- items/GOBLIN_HELMET.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'items/GOBLIN_HELMET.json') diff --git a/items/GOBLIN_HELMET.json b/items/GOBLIN_HELMET.json index 2ab34cee..b66a1034 100644 --- a/items/GOBLIN_HELMET.json +++ b/items/GOBLIN_HELMET.json @@ -20,6 +20,9 @@ "internalname": "GOBLIN_HELMET", "crafttext": "", "clickcommand": "", - "modver": "1.7.1-REL", - "infoType": "" + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Goblin_Armor" + ] } \ No newline at end of file -- cgit