From 5f56115cb9a43d03fafed9847d50365391a9adf4 Mon Sep 17 00:00:00 2001 From: KTrain <69028025+KTrain5169@users.noreply.github.com> Date: Wed, 24 Apr 2024 23:43:51 +1000 Subject: Add wiki RMB wiki link to Celadon Dye (#1172) * Add DYE_CELADON.json * Add DYE_CELADON.json * Match colour of Celadon Dye correctly to what it looks like in-game. * remove modver * readd modver * Delete DYE_CELADON.json (wrong folder) * Add files via upload (#3) * Add files via upload * Update DYE_CELADON.json * Update DYE_CELADON.json --- items/DYE_CELADON.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'items') diff --git a/items/DYE_CELADON.json b/items/DYE_CELADON.json index 4bfd0c4e..f1acad86 100644 --- a/items/DYE_CELADON.json +++ b/items/DYE_CELADON.json @@ -14,6 +14,10 @@ "internalname": "DYE_CELADON", "crafttext": "", "clickcommand": "", - "modver": "", - "infoType": "" -} \ No newline at end of file + "modver": "2.1.1-PRE", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Dyes", + "https://wiki.hypixel.net/Dyes" + ] +} -- cgit