diff options
Diffstat (limited to 'items/FALLEN_STAR_HAT.json')
-rw-r--r-- | items/FALLEN_STAR_HAT.json | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/items/FALLEN_STAR_HAT.json b/items/FALLEN_STAR_HAT.json index 23b91cd1..85f2f796 100644 --- a/items/FALLEN_STAR_HAT.json +++ b/items/FALLEN_STAR_HAT.json @@ -17,9 +17,17 @@ "internalname": "FALLEN_STAR_HAT", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Fallen_Star_Helmet" + "https://hypixel-skyblock.fandom.com/wiki/Fallen_Star_Helmet", + "https://wiki.hypixel.net/Fallen_Star_Helmet" + ], + "recipes": [ + { + "type": "trade", + "cost": "ENCHANTED_EMERALD:3", + "result": "FALLEN_STAR_HAT" + } ] }
\ No newline at end of file |