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/ENCHANTED_TUNGSTEN.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'items/ENCHANTED_TUNGSTEN.json') diff --git a/items/ENCHANTED_TUNGSTEN.json b/items/ENCHANTED_TUNGSTEN.json index 0566209a..2d53558f 100644 --- a/items/ENCHANTED_TUNGSTEN.json +++ b/items/ENCHANTED_TUNGSTEN.json @@ -21,5 +21,9 @@ "clickcommand": "viewrecipe", "modver": "2.1.1-PRE", "crafttext": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Tungsten", + "https://wiki.hypixel.net/Enchanted_Tungsten" + ] } \ No newline at end of file -- cgit