diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-11-21 15:12:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-21 14:12:59 +0000 |
commit | d7627b696f2ccb13f6d5075fd1b99be8996bdf3e (patch) | |
tree | c800fd37d100550dfafd5b180bf9e1234cde85a8 /items/PEST_MOSQUITO_MONSTER.json | |
parent | fbe68efe17d39f727205d665bb9d955efe98792c (diff) | |
download | NotEnoughUpdates-REPO-d7627b696f2ccb13f6d5075fd1b99be8996bdf3e.tar.gz NotEnoughUpdates-REPO-d7627b696f2ccb13f6d5075fd1b99be8996bdf3e.tar.bz2 NotEnoughUpdates-REPO-d7627b696f2ccb13f6d5075fd1b99be8996bdf3e.zip |
Added Pest Mobs (#1044)
Diffstat (limited to 'items/PEST_MOSQUITO_MONSTER.json')
-rw-r--r-- | items/PEST_MOSQUITO_MONSTER.json | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/items/PEST_MOSQUITO_MONSTER.json b/items/PEST_MOSQUITO_MONSTER.json new file mode 100644 index 00000000..43d713fb --- /dev/null +++ b/items/PEST_MOSQUITO_MONSTER.json @@ -0,0 +1,80 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aMosquito (Pest)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5d9bf5b9-6188-3587-bed0-93e0e47737cb\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5Njk0NTAyOTQ2MSwKICAicHJvZmlsZUlkIiA6ICI3NTE0NDQ4MTkxZTY0NTQ2OGM5NzM5YTZlMzk1N2JlYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJUaGFua3NNb2phbmciLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTJhOWZlMDViYzY2M2VmY2QxMmU1NmEzY2NjNWVjMDM1YmY1NzdiNzg3MDg1NDhiNmY0ZmZjZjFkMzBlY2NmZSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7One of nature\u0027s most useless\",1:\"§7creatures.\",2:\"\",3:\"§7Attracted to §aCompost§7.\",4:\"\",5:\"§c❤ Health§8: §c600\"],Name:\"§aMosquito (Pest)\"},ExtraAttributes:{id:\"PEST_MOSQUITO_MONSTER\"}}", + "damage": 3, + "lore": [ + "§7One of nature\u0027s most useless", + "§7creatures.", + "", + "§7Attracted to §aCompost§7.", + "", + "§c❤ Health§8: §c600" + ], + "internalname": "PEST_MOSQUITO_MONSTER", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Mosquito" + ], + "crafttext": "", + "recipes": [ + { + "level": 1, + "coins": 25, + "xp": 10, + "panorama": "garden", + "render": "@neurepo:mobs/pest_mosquito.json", + "name": "§aMosquito", + "type": "drops", + "drops": [ + { + "id": "ENCHANTED_SUGAR:1", + "extra": [], + "chance": "100%" + }, + { + "id": "COMPOST:1", + "extra": [], + "chance": "4%" + }, + { + "id": "HONEY_JAR:1", + "extra": [], + "chance": "4%" + }, + { + "id": "DUNG:1", + "extra": [], + "chance": "4%" + }, + { + "id": "PLANT_MATTER:1", + "extra": [], + "chance": "4%" + }, + { + "id": "CHEESE_FUEL:1", + "extra": [], + "chance": "4%" + }, + { + "id": "VINYL_BUZZIN_BEATS:1", + "extra": [], + "chance": "2%" + }, + { + "id": "ENCHANTED_SUGAR_CANE:1", + "extra": [], + "chance": "1%" + }, + { + "id": "CLIPPED_WINGS:1", + "extra": [], + "chance": "1%" + } + ] + } + ] +}
\ No newline at end of file |