diff options
author | KTrain <69028025+KTrain5169@users.noreply.github.com> | 2024-04-24 23:43:51 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-24 13:43:51 +0000 |
commit | 5f56115cb9a43d03fafed9847d50365391a9adf4 (patch) | |
tree | 60824657bb240f5576f44cc4e2a4f461903f017d | |
parent | 0182c86d6ab50979639851396e554374c7cddb95 (diff) | |
download | NotEnoughUpdates-REPO-5f56115cb9a43d03fafed9847d50365391a9adf4.tar.gz NotEnoughUpdates-REPO-5f56115cb9a43d03fafed9847d50365391a9adf4.tar.bz2 NotEnoughUpdates-REPO-5f56115cb9a43d03fafed9847d50365391a9adf4.zip |
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
-rw-r--r-- | items/DYE_CELADON.json | 10 |
1 files changed, 7 insertions, 3 deletions
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" + ] +} |