diff options
Diffstat (limited to 'items/BUTTERFLY_MONSTER.json')
-rw-r--r-- | items/BUTTERFLY_MONSTER.json | 35 |
1 files changed, 23 insertions, 12 deletions
diff --git a/items/BUTTERFLY_MONSTER.json b/items/BUTTERFLY_MONSTER.json index 42909e98..dd49e060 100644 --- a/items/BUTTERFLY_MONSTER.json +++ b/items/BUTTERFLY_MONSTER.json @@ -1,30 +1,41 @@ { "itemid": "minecraft:skull", "displayname": "§aButterfly (Monster)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"aed56745-0562-307d-aed5-67450562907d\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWZkODA2ZGVmZGZkZjU5YjFmMjYwOWM4ZWUzNjQ2NjZkZTY2MTI3YTYyMzQxNWI1NDMwYzkzNThjNjAxZWY3YyJ9fX0=\"}]}},display:{Lore:[0:\"§7Beautiful critters that\",1:\"§7around harmlessly in Fairy\",2:\"§7regions\",3:\"\",4:\"§c❤ Health§8: §c100\",5:\"§7Coins per Kill: §610\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§fCommon Loot\",9:\"§8 ■ §f❁ Rough Jasper Gemstone §8x10-22x\",10:\"\",11:\"§6Legendary Loot\",12:\"§8 ■ §dJasper Crystal\"],Name:\"§aButterfly (Monster)\"},ExtraAttributes:{id:\"BUTTERFLY_MONSTER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"aed56745-0562-307d-aed5-67450562907d\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWZkODA2ZGVmZGZkZjU5YjFmMjYwOWM4ZWUzNjQ2NjZkZTY2MTI3YTYyMzQxNWI1NDMwYzkzNThjNjAxZWY3YyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Beautiful critters that\",1:\"§7around harmlessly in Fairy\",2:\"§7regions\",3:\"\",4:\"§c❤ Health§8: §c100\"],Name:\"§aButterfly (Monster)\"},ExtraAttributes:{id:\"BUTTERFLY_MONSTER\"}}", "damage": 3, "lore": [ "§7Beautiful critters that", "§7around harmlessly in Fairy", "§7regions", "", - "§c❤ Health§8: §c100", - "§7Coins per Kill: §610", - "", - "§6§lPossible Drops:", - "§fCommon Loot", - "§8 ■ §f❁ Rough Jasper Gemstone §8x10-22x", - "", - "§6Legendary Loot", - "§8 ■ §dJasper Crystal" + "§c❤ Health§8: §c100" ], "internalname": "BUTTERFLY_MONSTER", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Butterfly", "https://wiki.hypixel.net/Butterfly" ], - "crafttext": "" + "crafttext": "", + "recipes": [ + { + "level": 100, + "coins": 10, + "xp": 10, + "combat_xp": 50, + "name": "§c§eButterfly", + "panorama": "crystal_hollows", + "render": "@neurepo:mobs/butterfly.json", + "type": "drops", + "drops": [ + { + "id": "ROUGH_JASPER_GEM:1", + "extra": [], + "chance": "x10-22" + } + ] + } + ] }
\ No newline at end of file |