diff options
Diffstat (limited to 'items/ENDERMAN_MASK.json')
-rw-r--r-- | items/ENDERMAN_MASK.json | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/items/ENDERMAN_MASK.json b/items/ENDERMAN_MASK.json index 58b33689..f6a32814 100644 --- a/items/ENDERMAN_MASK.json +++ b/items/ENDERMAN_MASK.json @@ -5,7 +5,7 @@ "clickcommand": "", "damage": 3, "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2e4b7ac2-dc4c-3206-9ba0-fa4f7c034386\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDc0NmMyNmFhYzE2ZTM4ODA5ODJkMTM5OWZiNWY5Zjc5OTEzZGQ2MTZlNzE2NTRmOWJmNGQ0MWZiMzMifX19\"}]}},display:{Lore:[0:\"§7Strength: §c+1\",1:\"§7Health: §a+1\",2:\"§7Defense: §a+1\",3:\"§7Intelligence: §a-99\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§a§lUNCOMMON HELMET\"],Name:\"§aEnderman Mask\"},ExtraAttributes:{id:\"ENDERMAN_MASK\"}}", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "lore": [ "§7Strength: §c+1", "§7Health: §a+1", @@ -17,7 +17,15 @@ ], "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Enderman_Mask" + "https://hypixel-skyblock.fandom.com/wiki/Enderman_Mask", + "https://wiki.hypixel.net/Enderman_Mask" ], - "crafttext": "" + "crafttext": "", + "recipes": [ + { + "type": "trade", + "cost": "EMERALD:12", + "result": "ENDERMAN_MASK" + } + ] }
\ No newline at end of file |