aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--items/PEST_BEETLE_MONSTER.json84
-rw-r--r--items/PEST_CRICKET_MONSTER.json80
-rw-r--r--items/PEST_EARTHWORM_MONSTER.json79
-rw-r--r--items/PEST_FLY_MONSTER.json80
-rw-r--r--items/PEST_LOCUST_MONSTER.json85
-rw-r--r--items/PEST_MITE_MONSTER.json79
-rw-r--r--items/PEST_MOSQUITO_MONSTER.json80
-rw-r--r--items/PEST_MOTH_MONSTER.json80
-rw-r--r--items/PEST_RAT_MONSTER.json80
-rw-r--r--items/PEST_SLUG_MONSTER.json95
-rw-r--r--mobs/pest_beetle.json12
-rw-r--r--mobs/pest_beetle.pngbin0 -> 733 bytes
-rw-r--r--mobs/pest_cricket.json12
-rw-r--r--mobs/pest_cricket.pngbin0 -> 618 bytes
-rw-r--r--mobs/pest_earthworm.json12
-rw-r--r--mobs/pest_earthworm.pngbin0 -> 540 bytes
-rw-r--r--mobs/pest_fly.json12
-rw-r--r--mobs/pest_fly.pngbin0 -> 755 bytes
-rw-r--r--mobs/pest_locust.json12
-rw-r--r--mobs/pest_locust.pngbin0 -> 700 bytes
-rw-r--r--mobs/pest_mite.json12
-rw-r--r--mobs/pest_mite.pngbin0 -> 647 bytes
-rw-r--r--mobs/pest_mosquito.json12
-rw-r--r--mobs/pest_mosquito.pngbin0 -> 873 bytes
-rw-r--r--mobs/pest_moth.json12
-rw-r--r--mobs/pest_moth.pngbin0 -> 1031 bytes
-rw-r--r--mobs/pest_rat.json12
-rw-r--r--mobs/pest_rat.pngbin0 -> 864 bytes
-rw-r--r--mobs/pest_slug.json12
-rw-r--r--mobs/pest_slug.pngbin0 -> 652 bytes
30 files changed, 942 insertions, 0 deletions
diff --git a/items/PEST_BEETLE_MONSTER.json b/items/PEST_BEETLE_MONSTER.json
new file mode 100644
index 00000000..52c4ffcf
--- /dev/null
+++ b/items/PEST_BEETLE_MONSTER.json
@@ -0,0 +1,84 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§aBeetle (Pest)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"50060768-8fe7-3cb9-9a62-dad9fce68f5b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5Njg3MDQzNTQwNCwKICAicHJvZmlsZUlkIiA6ICJiMDU4MTFjYTdmNDk0YTM5OTZiNDU4ZjcwMmQ2MzJiOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJVeWlsIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzM1NTkwZDUzMjZhNjVkNTViMmJjNjBjNWNkMTk0YzEzZDYxMjU2NThkM2Q0YzYwZWNlMWQ5YmVjZmFjZWE5M2MiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A particularly gross pest.\",1:\"\",2:\"§7Attracted to §aDung§7.\",3:\"\",4:\"§c❤ Health§8: §c600\"],Name:\"§aBeetle (Pest)\"},ExtraAttributes:{id:\"PEST_BEETLE_MONSTER\"}}",
+ "damage": 3,
+ "lore": [
+ "§7A particularly gross pest.",
+ "",
+ "§7Attracted to §aDung§7.",
+ "",
+ "§c❤ Health§8: §c600"
+ ],
+ "internalname": "PEST_BEETLE_MONSTER",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.1-PRE",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://wiki.hypixel.net/Beetle"
+ ],
+ "crafttext": "",
+ "recipes": [
+ {
+ "level": 1,
+ "coins": 25,
+ "xp": 10,
+ "panorama": "garden",
+ "render": "@neurepo:mobs/pest_beetle.json",
+ "name": "§aBeetle",
+ "type": "drops",
+ "drops": [
+ {
+ "id": "ENCHANTED_NETHER_STALK:1",
+ "extra": [],
+ "chance": "100%"
+ },
+ {
+ "id": "ENCHANTED_BROWN_MUSHROOM: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": "PESTERMINATOR;1:1",
+ "extra": [],
+ "chance": "3.5%"
+ },
+ {
+ "id": "VINYL_BEETLE:1",
+ "extra": [],
+ "chance": "2%"
+ },
+ {
+ "id": "MUTANT_NETHER_STALK:1",
+ "extra": [],
+ "chance": "1%"
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/PEST_CRICKET_MONSTER.json b/items/PEST_CRICKET_MONSTER.json
new file mode 100644
index 00000000..10e6c0ea
--- /dev/null
+++ b/items/PEST_CRICKET_MONSTER.json
@@ -0,0 +1,80 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§aCricket (Pest)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a1ef995c-6cc2-3629-9712-9585d0ca3a88\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5Njg3MDQ1NDYxMywKICAicHJvZmlsZUlkIiA6ICI5MThhMDI5NTU5ZGQ0Y2U2YjE2ZjdhNWQ1M2VmYjQxMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJCZWV2ZWxvcGVyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzdiNTBkNmU2YmY5MDdmYTRlM2M0NGY0NjVjZDJjNGY3OTEyNGI1NzAzYTJkZjIyZmFjNjM3NmIxYjkxNzAzY2YiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Usually just a hop, skip, and a\",1:\"§7jump away.\",2:\"\",3:\"§7Attracted to §aHoney Jar§7.\",4:\"\",5:\"§c❤ Health§8: §c600\"],Name:\"§aCricket (Pest)\"},ExtraAttributes:{id:\"PEST_CRICKET_MONSTER\"}}",
+ "damage": 3,
+ "lore": [
+ "§7Usually just a hop, skip, and a",
+ "§7jump away.",
+ "",
+ "§7Attracted to §aHoney Jar§7.",
+ "",
+ "§c❤ Health§8: §c600"
+ ],
+ "internalname": "PEST_CRICKET_MONSTER",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.1-PRE",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://wiki.hypixel.net/Cricket"
+ ],
+ "crafttext": "",
+ "recipes": [
+ {
+ "level": 1,
+ "coins": 25,
+ "xp": 10,
+ "panorama": "garden",
+ "render": "@neurepo:mobs/pest_cricket.json",
+ "name": "§aCricket",
+ "type": "drops",
+ "drops": [
+ {
+ "id": "ENCHANTED_CARROT: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": "ENCHANTED_GOLDEN_CARROT:1",
+ "extra": [],
+ "chance": "1%"
+ },
+ {
+ "id": "VINYL_CRICKET_CHOIR:1",
+ "extra": [],
+ "chance": "2%"
+ },
+ {
+ "id": "CHIRPING_STEREO:1",
+ "extra": [],
+ "chance": "0.5%"
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/PEST_EARTHWORM_MONSTER.json b/items/PEST_EARTHWORM_MONSTER.json
new file mode 100644
index 00000000..39f20858
--- /dev/null
+++ b/items/PEST_EARTHWORM_MONSTER.json
@@ -0,0 +1,79 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§aEarthworm (Pest)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1e07211f-84b8-3d66-9ce8-667acca7f43f\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5NzQ3MDQ1OTc0NywKICAicHJvZmlsZUlkIiA6ICIyNTBlNzc5MjZkNDM0ZDIyYWM2MTQ4N2EyY2M3YzAwNCIsCiAgInByb2ZpbGVOYW1lIiA6ICJMdW5hMTIxMDUiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjQwM2JhNDAyN2EzMzNkOGQyZmQzMmFiNTlkMWNmZGJhYTdkOTA4ZDgwZDIzODFkYjJhNjljYmU2NTQ1MGFkOCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Big, scary, and pink.\",1:\"\",2:\"§7Attracted to §aCompost§7.\",3:\"\",4:\"§c❤ Health§8: §c600\"],Name:\"§aEarthworm (Pest)\"},ExtraAttributes:{id:\"PEST_EARTHWORM_MONSTER\"}}",
+ "damage": 3,
+ "lore": [
+ "§7Big, scary, and pink.",
+ "",
+ "§7Attracted to §aCompost§7.",
+ "",
+ "§c❤ Health§8: §c600"
+ ],
+ "internalname": "PEST_EARTHWORM_MONSTER",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.1-PRE",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://wiki.hypixel.net/Earthworm"
+ ],
+ "crafttext": "",
+ "recipes": [
+ {
+ "level": 1,
+ "coins": 25,
+ "xp": 10,
+ "panorama": "garden",
+ "render": "@neurepo:mobs/pest_earthworm.json",
+ "name": "§aEarthworm",
+ "type": "drops",
+ "drops": [
+ {
+ "id": "ENCHANTED_MELON: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_EARTHWORM_ENSEMBLE:1",
+ "extra": [],
+ "chance": "2%"
+ },
+ {
+ "id": "ENCHANTED_MELON_BLOCK:1",
+ "extra": [],
+ "chance": "1%"
+ },
+ {
+ "id": "BOOKWORM_BOOK:1",
+ "extra": [],
+ "chance": "2.5%"
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/PEST_FLY_MONSTER.json b/items/PEST_FLY_MONSTER.json
new file mode 100644
index 00000000..94970267
--- /dev/null
+++ b/items/PEST_FLY_MONSTER.json
@@ -0,0 +1,80 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§aFly (Pest)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d4a3cbe9-b7be-3fc4-9fc5-a132fc7e1749\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5Njk0NTA2MzI4MSwKICAicHJvZmlsZUlkIiA6ICJjN2FmMWNkNjNiNTE0Y2YzOGY4NWQ2ZDUxNzhjYThlNCIsCiAgInByb2ZpbGVOYW1lIiA6ICJtb25zdGVyZ2FtZXIzMTUiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWQ5MGU3Nzc4MjZhNTI0NjEzNjhlMjZkMWIyZTE5YmZhMWJhNTgyZDYwMjQ4M2U1NDVmNDEyNGQwZjczMTg0MiIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7A common Garden pest, known for\",1:\"§7its big eyes.\",2:\"\",3:\"§7Attracted to §aDung§7.\",4:\"\",5:\"§c❤ Health§8: §c600\"],Name:\"§aFly (Pest)\"},ExtraAttributes:{id:\"PEST_FLY_MONSTER\"}}",
+ "damage": 3,
+ "lore": [
+ "§7A common Garden pest, known for",
+ "§7its big eyes.",
+ "",
+ "§7Attracted to §aDung§7.",
+ "",
+ "§c❤ Health§8: §c600"
+ ],
+ "internalname": "PEST_FLY_MONSTER",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.1-PRE",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://wiki.hypixel.net/Fly"
+ ],
+ "crafttext": "",
+ "recipes": [
+ {
+ "level": 1,
+ "coins": 25,
+ "xp": 10,
+ "panorama": "garden",
+ "render": "@neurepo:mobs/pest_fly.json",
+ "name": "§aFly",
+ "type": "drops",
+ "drops": [
+ {
+ "id": "ENCHANTED_HAY_BLOCK: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": "BEADY_EYES:1",
+ "extra": [],
+ "chance": "2.5%"
+ },
+ {
+ "id": "VINYL_PRETTY_FLY:1",
+ "extra": [],
+ "chance": "2%"
+ },
+ {
+ "id": "TIGHTLY_TIED_HAY_BALE:1",
+ "extra": [],
+ "chance": "1%"
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file
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
diff --git a/items/PEST_MITE_MONSTER.json b/items/PEST_MITE_MONSTER.json
new file mode 100644
index 00000000..ad3164af
--- /dev/null
+++ b/items/PEST_MITE_MONSTER.json
@@ -0,0 +1,79 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§aMite (Pest)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"adaea028-9916-318c-84ee-601a380ae76b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5Njg3MDQxOTcyNSwKICAicHJvZmlsZUlkIiA6ICJkYjYzNWE3MWI4N2U0MzQ5YThhYTgwOTMwOWFhODA3NyIsCiAgInByb2ZpbGVOYW1lIiA6ICJFbmdlbHMxNzQiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmU2YmFmNjQzMWE5ZGFhMmNhNjA0ZDVhM2MyNmU5YTc2MWQ1OTUyZjA4MTcxNzRhNGZlMGI3NjQ2MTZlMjFmZiIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Try and you just mite.\",1:\"\",2:\"§7Attracted to §aTasty Cheese§7.\",3:\"\",4:\"§c❤ Health§8: §c600\"],Name:\"§aMite (Pest)\"},ExtraAttributes:{id:\"PEST_MITE_MONSTER\"}}",
+ "damage": 3,
+ "lore": [
+ "§7Try and you just mite.",
+ "",
+ "§7Attracted to §aTasty Cheese§7.",
+ "",
+ "§c❤ Health§8: §c600"
+ ],
+ "internalname": "PEST_MITE_MONSTER",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.1-PRE",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://wiki.hypixel.net/Mite"
+ ],
+ "crafttext": "",
+ "recipes": [
+ {
+ "level": 1,
+ "coins": 25,
+ "xp": 10,
+ "panorama": "garden",
+ "render": "@neurepo:mobs/pest_mite.json",
+ "name": "§aMite",
+ "type": "drops",
+ "drops": [
+ {
+ "id": "ENCHANTED_CACTUS_GREEN: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_DYNAMITES:1",
+ "extra": [],
+ "chance": "2%"
+ },
+ {
+ "id": "ENCHANTED_CACTUS:1",
+ "extra": [],
+ "chance": "1%"
+ },
+ {
+ "id": "ATMOSPHERIC_FILTER:1",
+ "extra": [],
+ "chance": "0.25%"
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file
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
diff --git a/items/PEST_MOTH_MONSTER.json b/items/PEST_MOTH_MONSTER.json
new file mode 100644
index 00000000..bd38c238
--- /dev/null
+++ b/items/PEST_MOTH_MONSTER.json
@@ -0,0 +1,80 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§aMoth (Pest)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e36704a8-21e6-30f2-a2d7-a197bc679485\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5Njg3MDQwNTk1NCwKICAicHJvZmlsZUlkIiA6ICJiMTUyZDlhZTE1MTM0OWNmOWM2NmI0Y2RjMTA5NTZjOCIsCiAgInByb2ZpbGVOYW1lIiA6ICJNaXNxdW90aCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS82NTQ4NWM0YjM0ZTViNTQ3MGJlOTRkZTEwMGU2MWY3ODE2ZjgxYmM1YTExZGZkZjBlY2NmODkwMTcyZGE1ZDBhIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Fluttering around a Garden near\",1:\"§7you.\",2:\"\",3:\"§7Attracted to §aHoney Jar§7.\",4:\"\",5:\"§c❤ Health§8: §c600\"],Name:\"§aMoth (Pest)\"},ExtraAttributes:{id:\"PEST_MOTH_MONSTER\"}}",
+ "damage": 3,
+ "lore": [
+ "§7Fluttering around a Garden near",
+ "§7you.",
+ "",
+ "§7Attracted to §aHoney Jar§7.",
+ "",
+ "§c❤ Health§8: §c600"
+ ],
+ "internalname": "PEST_MOTH_MONSTER",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.1-PRE",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://wiki.hypixel.net/Moth"
+ ],
+ "crafttext": "",
+ "recipes": [
+ {
+ "level": 1,
+ "coins": 25,
+ "xp": 10,
+ "panorama": "garden",
+ "render": "@neurepo:mobs/pest_moth.json",
+ "name": "§aMoth",
+ "type": "drops",
+ "drops": [
+ {
+ "id": "ENCHANTED_COCOA: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_WINGS_OF_HARMONY:1",
+ "extra": [],
+ "chance": "2%"
+ },
+ {
+ "id": "ENCHANTED_COOKIE:1",
+ "extra": [],
+ "chance": "1%"
+ },
+ {
+ "id": "WRIGGLING_LARVA:1",
+ "extra": [],
+ "chance": "0.5%"
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/PEST_RAT_MONSTER.json b/items/PEST_RAT_MONSTER.json
new file mode 100644
index 00000000..b8a2c5fd
--- /dev/null
+++ b/items/PEST_RAT_MONSTER.json
@@ -0,0 +1,80 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§aRat (Pest)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8842a457-5e25-3ad0-958e-dfbebbb1129c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODQxOTcwMTc1MywKICAicHJvZmlsZUlkIiA6ICI3MzgyZGRmYmU0ODU0NTVjODI1ZjkwMGY4OGZkMzJmOCIsCiAgInByb2ZpbGVOYW1lIiA6ICJCdUlJZXQiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYThhYmI0NzFkYjBhYjc4NzAzMDExOTc5ZGM4YjQwNzk4YTk0MWYzYTRkZWMzZWM2MWNiZWVjMmFmOGNmZmU4IiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Pretty loud, and pretty\",1:\"§7annoying.\",2:\"\",3:\"§7Attracted to §aPlant Matter§7.\",4:\"\",5:\"§c❤ Health§8: §c600\"],Name:\"§aRat (Pest)\"},ExtraAttributes:{id:\"PEST_RAT_MONSTER\"}}",
+ "damage": 3,
+ "lore": [
+ "§7Pretty loud, and pretty",
+ "§7annoying.",
+ "",
+ "§7Attracted to §aPlant Matter§7.",
+ "",
+ "§c❤ Health§8: §c600"
+ ],
+ "internalname": "PEST_RAT_MONSTER",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.1-PRE",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://wiki.hypixel.net/Rat(Pest)"
+ ],
+ "crafttext": "",
+ "recipes": [
+ {
+ "level": 1,
+ "coins": 25,
+ "xp": 10,
+ "panorama": "garden",
+ "render": "@neurepo:mobs/pest_rat.json",
+ "name": "§aRat",
+ "type": "drops",
+ "drops": [
+ {
+ "id": "ENCHANTED_PUMPKIN: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_RODENT_REVOLUTION:1",
+ "extra": [],
+ "chance": "2%"
+ },
+ {
+ "id": "POLISHED_PUMPKIN:1",
+ "extra": [],
+ "chance": "1%"
+ },
+ {
+ "id": "RAT;4:1",
+ "extra": [],
+ "chance": "0.2%"
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/PEST_SLUG_MONSTER.json b/items/PEST_SLUG_MONSTER.json
new file mode 100644
index 00000000..82b07504
--- /dev/null
+++ b/items/PEST_SLUG_MONSTER.json
@@ -0,0 +1,95 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§aSlug (Pest)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"bd1a026f-387c-30c8-adf2-62f57cf9709e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5NzQ3MDQ0MzA4MiwKICAicHJvZmlsZUlkIiA6ICJkOGNkMTNjZGRmNGU0Y2IzODJmYWZiYWIwOGIyNzQ4OSIsCiAgInByb2ZpbGVOYW1lIiA6ICJaYWNoeVphY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2E3OWQwZmQ2NzdiNTQ1MzA5NjExMTdlZjg0YWRjMjA2ZTJjYzUwNDVjMTM0NGQ2MWQ3NzZiZjhhYzJmZTFiYSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Methodical in movement,\",1:\"§7ineffective in survival.\",2:\"\",3:\"§7Attracted to §aPlant Matter§7.\",4:\"\",5:\"§c❤ Health§8: §c600\"],Name:\"§aSlug (Pest)\"},ExtraAttributes:{id:\"PEST_SLUG_MONSTER\"}}",
+ "damage": 3,
+ "lore": [
+ "§7Methodical in movement,",
+ "§7ineffective in survival.",
+ "",
+ "§7Attracted to §aPlant Matter§7.",
+ "",
+ "§c❤ Health§8: §c600"
+ ],
+ "internalname": "PEST_SLUG_MONSTER",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.1-PRE",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://wiki.hypixel.net/Slug"
+ ],
+ "crafttext": "",
+ "recipes": [
+ {
+ "level": 1,
+ "coins": 25,
+ "xp": 10,
+ "panorama": "garden",
+ "render": "@neurepo:mobs/pest_slug.json",
+ "name": "§aSlug",
+ "type": "drops",
+ "drops": [
+ {
+ "id": "ENCHANTED_RED_MUSHROOM:1",
+ "extra": [],
+ "chance": "100%"
+ },
+ {
+ "id": "ENCHANTED_BROWN_MUSHROOM: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_SLOW_AND_GROOVY:1",
+ "extra": [],
+ "chance": "2%"
+ },
+ {
+ "id": "ENCHANTED_HUGE_MUSHROOM_1:1",
+ "extra": [],
+ "chance": "0.5%"
+ },
+ {
+ "id": "ENCHANTED_HUGE_MUSHROOM_2:1",
+ "extra": [],
+ "chance": "0.5%"
+ },
+ {
+ "id": "SLUG;3:1",
+ "extra": [],
+ "chance": "0.5%"
+ },
+ {
+ "id": "SLUG;4:1",
+ "extra": [],
+ "chance": "0.1%"
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file
diff --git a/mobs/pest_beetle.json b/mobs/pest_beetle.json
new file mode 100644
index 00000000..b8162f9e
--- /dev/null
+++ b/mobs/pest_beetle.json
@@ -0,0 +1,12 @@
+{
+ "entity": "ArmorStand",
+ "modifiers": [
+ {
+ "type": "invisible"
+ },
+ {
+ "type": "equipment",
+ "helmet": "PEST_BEETLE_MONSTER"
+ }
+ ]
+} \ No newline at end of file
diff --git a/mobs/pest_beetle.png b/mobs/pest_beetle.png
new file mode 100644
index 00000000..f6a7f8e2
--- /dev/null
+++ b/mobs/pest_beetle.png
Binary files differ
diff --git a/mobs/pest_cricket.json b/mobs/pest_cricket.json
new file mode 100644
index 00000000..d62e88e1
--- /dev/null
+++ b/mobs/pest_cricket.json
@@ -0,0 +1,12 @@
+{
+ "entity": "ArmorStand",
+ "modifiers": [
+ {
+ "type": "invisible"
+ },
+ {
+ "type": "equipment",
+ "helmet": "PEST_CRICKET_MONSTER"
+ }
+ ]
+} \ No newline at end of file
diff --git a/mobs/pest_cricket.png b/mobs/pest_cricket.png
new file mode 100644
index 00000000..734fd370
--- /dev/null
+++ b/mobs/pest_cricket.png
Binary files differ
diff --git a/mobs/pest_earthworm.json b/mobs/pest_earthworm.json
new file mode 100644
index 00000000..bbcf969c
--- /dev/null
+++ b/mobs/pest_earthworm.json
@@ -0,0 +1,12 @@
+{
+ "entity": "ArmorStand",
+ "modifiers": [
+ {
+ "type": "invisible"
+ },
+ {
+ "type": "equipment",
+ "helmet": "PEST_EARTHWORM_MONSTER"
+ }
+ ]
+} \ No newline at end of file
diff --git a/mobs/pest_earthworm.png b/mobs/pest_earthworm.png
new file mode 100644
index 00000000..78b57c54
--- /dev/null
+++ b/mobs/pest_earthworm.png
Binary files differ
diff --git a/mobs/pest_fly.json b/mobs/pest_fly.json
new file mode 100644
index 00000000..b2dc92e8
--- /dev/null
+++ b/mobs/pest_fly.json
@@ -0,0 +1,12 @@
+{
+ "entity": "ArmorStand",
+ "modifiers": [
+ {
+ "type": "invisible"
+ },
+ {
+ "type": "equipment",
+ "helmet": "PEST_FLY_MONSTER"
+ }
+ ]
+} \ No newline at end of file
diff --git a/mobs/pest_fly.png b/mobs/pest_fly.png
new file mode 100644
index 00000000..65198bc2
--- /dev/null
+++ b/mobs/pest_fly.png
Binary files differ
diff --git a/mobs/pest_locust.json b/mobs/pest_locust.json
new file mode 100644
index 00000000..90ff261c
--- /dev/null
+++ b/mobs/pest_locust.json
@@ -0,0 +1,12 @@
+{
+ "entity": "ArmorStand",
+ "modifiers": [
+ {
+ "type": "invisible"
+ },
+ {
+ "type": "equipment",
+ "helmet": "PEST_LOCUST_MONSTER"
+ }
+ ]
+} \ No newline at end of file
diff --git a/mobs/pest_locust.png b/mobs/pest_locust.png
new file mode 100644
index 00000000..6970d101
--- /dev/null
+++ b/mobs/pest_locust.png
Binary files differ
diff --git a/mobs/pest_mite.json b/mobs/pest_mite.json
new file mode 100644
index 00000000..cf9ac526
--- /dev/null
+++ b/mobs/pest_mite.json
@@ -0,0 +1,12 @@
+{
+ "entity": "ArmorStand",
+ "modifiers": [
+ {
+ "type": "invisible"
+ },
+ {
+ "type": "equipment",
+ "helmet": "PEST_MITE_MONSTER"
+ }
+ ]
+} \ No newline at end of file
diff --git a/mobs/pest_mite.png b/mobs/pest_mite.png
new file mode 100644
index 00000000..73660918
--- /dev/null
+++ b/mobs/pest_mite.png
Binary files differ
diff --git a/mobs/pest_mosquito.json b/mobs/pest_mosquito.json
new file mode 100644
index 00000000..fb6afb3b
--- /dev/null
+++ b/mobs/pest_mosquito.json
@@ -0,0 +1,12 @@
+{
+ "entity": "ArmorStand",
+ "modifiers": [
+ {
+ "type": "invisible"
+ },
+ {
+ "type": "equipment",
+ "helmet": "PEST_MOSQUITO_MONSTER"
+ }
+ ]
+} \ No newline at end of file
diff --git a/mobs/pest_mosquito.png b/mobs/pest_mosquito.png
new file mode 100644
index 00000000..c3b785d5
--- /dev/null
+++ b/mobs/pest_mosquito.png
Binary files differ
diff --git a/mobs/pest_moth.json b/mobs/pest_moth.json
new file mode 100644
index 00000000..14a09f94
--- /dev/null
+++ b/mobs/pest_moth.json
@@ -0,0 +1,12 @@
+{
+ "entity": "ArmorStand",
+ "modifiers": [
+ {
+ "type": "invisible"
+ },
+ {
+ "type": "equipment",
+ "helmet": "PEST_MOTH_MONSTER"
+ }
+ ]
+} \ No newline at end of file
diff --git a/mobs/pest_moth.png b/mobs/pest_moth.png
new file mode 100644
index 00000000..cd647bb1
--- /dev/null
+++ b/mobs/pest_moth.png
Binary files differ
diff --git a/mobs/pest_rat.json b/mobs/pest_rat.json
new file mode 100644
index 00000000..25ec48d9
--- /dev/null
+++ b/mobs/pest_rat.json
@@ -0,0 +1,12 @@
+{
+ "entity": "ArmorStand",
+ "modifiers": [
+ {
+ "type": "invisible"
+ },
+ {
+ "type": "equipment",
+ "helmet": "PEST_RAT_MONSTER"
+ }
+ ]
+} \ No newline at end of file
diff --git a/mobs/pest_rat.png b/mobs/pest_rat.png
new file mode 100644
index 00000000..85e81f25
--- /dev/null
+++ b/mobs/pest_rat.png
Binary files differ
diff --git a/mobs/pest_slug.json b/mobs/pest_slug.json
new file mode 100644
index 00000000..19b7d4b0
--- /dev/null
+++ b/mobs/pest_slug.json
@@ -0,0 +1,12 @@
+{
+ "entity": "ArmorStand",
+ "modifiers": [
+ {
+ "type": "invisible"
+ },
+ {
+ "type": "equipment",
+ "helmet": "PEST_SLUG_MONSTER"
+ }
+ ]
+} \ No newline at end of file
diff --git a/mobs/pest_slug.png b/mobs/pest_slug.png
new file mode 100644
index 00000000..2e53aabe
--- /dev/null
+++ b/mobs/pest_slug.png
Binary files differ