From 5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 19 Oct 2022 09:14:54 +0200 Subject: NEU 2.1 Things (#660) Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> Co-authored-by: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> Co-authored-by: nea Co-authored-by: efefury <69400149+efefury@users.noreply.github.com> --- items/DIAMOND_SWORD.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'items/DIAMOND_SWORD.json') diff --git a/items/DIAMOND_SWORD.json b/items/DIAMOND_SWORD.json index c3430bc1..b2e3d5c9 100644 --- a/items/DIAMOND_SWORD.json +++ b/items/DIAMOND_SWORD.json @@ -13,8 +13,8 @@ "vanilla": true, "crafttext": "", "clickcommand": "viewrecipe", - "modver": "1.4-REL", - "infoType": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", "recipe": { "A1": "DIAMOND:1", "A2": "", @@ -25,5 +25,8 @@ "C1": "STICK:1", "C2": "", "C3": "" - } -} + }, + "info": [ + "https://wiki.hypixel.net/Diamond_Sword" + ] +} \ No newline at end of file -- cgit