From 04b365582d83f1c1d6898eb20e404ec59980b474 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 18 Apr 2024 21:37:39 +0200 Subject: Added glacite mobs and fixed some other things (#1166) * Added glacite mobs and fixed some other things * Fixed NBT * Added 62 wiki links --- items/UGLY_FOSSIL.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'items/UGLY_FOSSIL.json') diff --git a/items/UGLY_FOSSIL.json b/items/UGLY_FOSSIL.json index 9f6253ff..c77e5289 100644 --- a/items/UGLY_FOSSIL.json +++ b/items/UGLY_FOSSIL.json @@ -13,5 +13,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Ugly_Fossil" + ] } \ No newline at end of file -- cgit