diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-10-19 09:14:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 18:14:54 +1100 |
commit | 5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc (patch) | |
tree | 6ae23d4819eb974901de2743065c3ad23327dd06 /items/BUTTERFLY_MONSTER.json | |
parent | c02c2d3e9d856aed9a5d118da8f3839897cf68c3 (diff) | |
download | NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.tar.gz NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.tar.bz2 NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.zip |
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 <romangraef@gmail.com>
Co-authored-by: efefury <69400149+efefury@users.noreply.github.com>
Diffstat (limited to 'items/BUTTERFLY_MONSTER.json')
-rw-r--r-- | items/BUTTERFLY_MONSTER.json | 40 |
1 files changed, 26 insertions, 14 deletions
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 |