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_LOCUST_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_LOCUST_MONSTER.json')
| -rw-r--r-- | items/PEST_LOCUST_MONSTER.json | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/items/PEST_LOCUST_MONSTER.json b/items/PEST_LOCUST_MONSTER.json new file mode 100644 index 00000000..743719b0 --- /dev/null +++ b/items/PEST_LOCUST_MONSTER.json @@ -0,0 +1,85 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aLocust (Pest)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"004473e3-58f2-3c36-956c-ff2c39527222\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5NzU1NzA3NzAzNywKICAicHJvZmlsZUlkIiA6ICI0YjJlMGM1ODliZjU0ZTk1OWM1ZmJlMzg5MjQ1MzQzZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJfTmVvdHJvbl8iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGIyNGE0ODJhMzJkYjFlYTc4ZmI5ODA2MGIwYzJmYTRhMzczY2JkMThhNjhlZGRkZWI3NDE5NDU1YTU5Y2RhOSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Pretty loud, and pretty\",1:\"§7annoying.\",2:\"\",3:\"§7Attracted to §aPlant Matter§7.\",4:\"\",5:\"§c❤ Health§8: §c600\"],Name:\"§aLocust (Pest)\"},ExtraAttributes:{id:\"PEST_LOCUST_MONSTER\"}}", + "damage": 3, + "lore": [ + "§7Pretty loud, and pretty", + "§7annoying.", + "", + "§7Attracted to §aPlant Matter§7.", + "", + "§c❤ Health§8: §c600" + ], + "internalname": "PEST_LOCUST_MONSTER", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Locust" + ], + "crafttext": "", + "recipes": [ + { + "level": 1, + "coins": 25, + "xp": 10, + "panorama": "garden", + "render": "@neurepo:mobs/pest_locust.json", + "name": "§aLocust", + "type": "drops", + "drops": [ + { + "id": "ENCHANTED_POTATO:1", + "extra": [], + "chance": "100%" + }, + { + "id": "ENCHANTED_POISONOUS_POTATO:1", + "extra": [], + "chance": "5%" + }, + { + "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_CICADA_SYMPHONY:1", + "extra": [], + "chance": "2%" + }, + { + "id": "ENCHANTED_BAKED_POTATO:1", + "extra": [], + "chance": "1%" + }, + { + "id": "SUNDER;6:1", + "extra": [], + "chance": "1%" + } + ] + } + ] +}
\ No newline at end of file |
