From 5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 19 Oct 2022 09:14:54 +0200 Subject: NEU 2.1 Things (#660) Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> Co-authored-by: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> Co-authored-by: nea Co-authored-by: efefury <69400149+efefury@users.noreply.github.com> --- items/BUTTERFLY_MONSTER.json | 40 ++++++++++++++++++++++++++-------------- 1 file changed, 26 insertions(+), 14 deletions(-) (limited to 'items/BUTTERFLY_MONSTER.json') diff --git a/items/BUTTERFLY_MONSTER.json b/items/BUTTERFLY_MONSTER.json index 552076bd..dd49e060 100644 --- a/items/BUTTERFLY_MONSTER.json +++ b/items/BUTTERFLY_MONSTER.json @@ -1,29 +1,41 @@ { "itemid": "minecraft:skull", "displayname": "§aButterfly (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\",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": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Butterfly" + "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 -- cgit