diff options
Diffstat (limited to 'items/WITCH_MONSTER.json')
-rw-r--r-- | items/WITCH_MONSTER.json | 44 |
1 files changed, 34 insertions, 10 deletions
diff --git a/items/WITCH_MONSTER.json b/items/WITCH_MONSTER.json index c500a44a..54066ca5 100644 --- a/items/WITCH_MONSTER.json +++ b/items/WITCH_MONSTER.json @@ -1,20 +1,44 @@ { "itemid": "minecraft:skull", "displayname": "§aWitch (Monster)", - "nbttag": "{SkullOwner:{Id:\"7f92b3d6-5ee0-4ab6-afae-2206b9514a63\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjBlMTNkMTg0NzRmYzk0ZWQ1NWFlYjcwNjk1NjZlNDY4N2Q3NzNkYWMxNmY0YzNmODcyMmZjOTViZjlmMmRmYSJ9fX0\u003d\u003d\"}]}},display:{Lore:[0:\"§7A witch is a normal mob which can only spawn on\",1:\"§7your Private Island, although it spawns rarely.\",2:\"§7There are no tougher or higher leveled variants\",3:\"§7due to its spawn location. \"],Name:\"§aWitch (Monster)\"},ExtraAttributes:{id:\"WITCH_MONSTER\"}}", + "nbttag": "{SkullOwner:{Id:\"7f92b3d6-5ee0-4ab6-afae-2206b9514a63\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjBlMTNkMTg0NzRmYzk0ZWQ1NWFlYjcwNjk1NjZlNDY4N2Q3NzNkYWMxNmY0YzNmODcyMmZjOTViZjlmMmRmYSJ9fX0\u003d\u003d\"}]}},display:{Lore:[0:\"§7Masters of alchemy\",1:\"\",2:\"§c❤ Health§8: §c150 - 1,061\"],Name:\"§aWitch (Monster)\"},ExtraAttributes:{id:\"WITCH_MONSTER\"}}", "damage": 3, "lore": [ - "§7A witch is a normal mob which can only spawn on", - "§7your Private Island, although it spawns rarely.", - "§7There are no tougher or higher leveled variants", - "§7due to its spawn location. " + "§7Masters of alchemy", + "", + "§c❤ Health§8: §c150 - 1,061" ], "internalname": "WITCH_MONSTER", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Witch" + "https://hypixel-skyblock.fandom.com/wiki/Witch", + "https://wiki.hypixel.net/Witch" ], - "crafttext": "" -} + "crafttext": "", + "recipes": [ + { + "coins": 1, + "xp": 4, + "name": "§cWitch", + "render": "Witch", + "panorama": "dynamic", + "type": "drops", + "drops": [ + { + "id": "GLOWSTONE_DUST", + "chance": "50%" + }, + { + "id": "SULPHUR", + "chance": "50%" + }, + { + "id": "GLASS_BOTTLE", + "chance": "20%" + } + ] + } + ] +}
\ No newline at end of file |