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/HUGE_MUSHROOM_1.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'items/HUGE_MUSHROOM_1.json') diff --git a/items/HUGE_MUSHROOM_1.json b/items/HUGE_MUSHROOM_1.json index c4379602..8ce8c7df 100644 --- a/items/HUGE_MUSHROOM_1.json +++ b/items/HUGE_MUSHROOM_1.json @@ -19,6 +19,10 @@ }, "internalname": "HUGE_MUSHROOM_1", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Mushroom V" + "modver": "2.0.0-REL", + "crafttext": "Requires: Mushroom V", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Brown_Mushroom_Block" + ] } \ No newline at end of file -- cgit