From 406d31faf7b9c32fbb09ee0b48f41bca227c7278 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 24 Aug 2023 12:09:01 +0200 Subject: First part (#972) * First part * Part 2 * Part III * Part 4 * Fixed items * Fixed Pets * Fixed nbt * Fixed name * Fixed Mooshroom Cow lore * Added wiki links * Fixed shortbow lores * Fixed Fel Sword lore * Fixed drill recipe * patch notes wtf * More fixes --- items/MUSHROOM_BARN_SKIN.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'items/MUSHROOM_BARN_SKIN.json') diff --git a/items/MUSHROOM_BARN_SKIN.json b/items/MUSHROOM_BARN_SKIN.json index 1933b742..96380edc 100644 --- a/items/MUSHROOM_BARN_SKIN.json +++ b/items/MUSHROOM_BARN_SKIN.json @@ -16,5 +16,9 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mushroom_Barn_Skin", + "https://wiki.hypixel.net/Mushroom_Barn_Skin" + ] } \ No newline at end of file -- cgit