diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-04-18 21:37:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-18 19:37:39 +0000 |
commit | 04b365582d83f1c1d6898eb20e404ec59980b474 (patch) | |
tree | 45e95b0c58be80b064d8893e551d6b2eafab68c2 /items/DWARVEN_HANDWARMERS.json | |
parent | b0efdd83d0d4cb0a524b6f97ada4fbf4f6cbe05f (diff) | |
download | NotEnoughUpdates-REPO-04b365582d83f1c1d6898eb20e404ec59980b474.tar.gz NotEnoughUpdates-REPO-04b365582d83f1c1d6898eb20e404ec59980b474.tar.bz2 NotEnoughUpdates-REPO-04b365582d83f1c1d6898eb20e404ec59980b474.zip |
Added glacite mobs and fixed some other things (#1166)
* Added glacite mobs and fixed some other things
* Fixed NBT
* Added 62 wiki links
Diffstat (limited to 'items/DWARVEN_HANDWARMERS.json')
-rw-r--r-- | items/DWARVEN_HANDWARMERS.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/items/DWARVEN_HANDWARMERS.json b/items/DWARVEN_HANDWARMERS.json index 7c9c92c9..225417d8 100644 --- a/items/DWARVEN_HANDWARMERS.json +++ b/items/DWARVEN_HANDWARMERS.json @@ -15,7 +15,7 @@ "crafttext": "", "clickcommand": "viewrecipe", "modver": "2.1.1-PRE", - "infoType": "", + "infoType": "WIKI_URL", "recipes": [ { "type": "forge", @@ -29,5 +29,9 @@ "duration": 14400, "overrideOutputId": "DWARVEN_HANDWARMERS" } + ], + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Dwarven_Handwarmers", + "https://wiki.hypixel.net/Dwarven_Handwarmers" ] }
\ No newline at end of file |