From b53844da5b85918fc16332f56e7e5df46f5600be Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 29 May 2024 16:28:19 +0200 Subject: Added wiki links, 2 npcs and 1 item, also fixed some shit (#1221) --- items/PERFECT_PERIDOT_GEM.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'items/PERFECT_PERIDOT_GEM.json') diff --git a/items/PERFECT_PERIDOT_GEM.json b/items/PERFECT_PERIDOT_GEM.json index 0a27d04b..6603b63f 100644 --- a/items/PERFECT_PERIDOT_GEM.json +++ b/items/PERFECT_PERIDOT_GEM.json @@ -17,7 +17,7 @@ "crafttext": "Requires: Gemstone X/HotM 5", "clickcommand": "viewrecipe", "modver": "2.1.1-PRE", - "infoType": "", + "infoType": "WIKI_URL", "recipes": [ { "type": "forge", @@ -29,5 +29,8 @@ "overrideOutputId": "PERFECT_PERIDOT_GEM", "duration": 72000 } + ], + "info": [ + "https://wiki.hypixel.net/☘_Perfect_Peridot_Gemstone" ] } \ No newline at end of file -- cgit