From 76503706e0cff291cbd9b01e4fb8ee28f6a497cf Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 22 Apr 2021 15:59:28 +0200 Subject: Added Items, Mobs and Rainbow Name (#471) * Added Rainbow Name, other constants things * Update Stuff and Dragons --- items/WEATHER_NODE.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'items/WEATHER_NODE.json') diff --git a/items/WEATHER_NODE.json b/items/WEATHER_NODE.json index fc8e5016..84db2e7d 100644 --- a/items/WEATHER_NODE.json +++ b/items/WEATHER_NODE.json @@ -28,5 +28,8 @@ "crafttext": "Requires: Redstone V", "clickcommand": "viewrecipe", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Weather_Node" + ] } \ No newline at end of file -- cgit