From d7627b696f2ccb13f6d5075fd1b99be8996bdf3e Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 21 Nov 2023 15:12:59 +0100 Subject: Added Pest Mobs (#1044) --- mobs/pest_beetle.json | 12 ++++++++++++ mobs/pest_beetle.png | Bin 0 -> 733 bytes mobs/pest_cricket.json | 12 ++++++++++++ mobs/pest_cricket.png | Bin 0 -> 618 bytes mobs/pest_earthworm.json | 12 ++++++++++++ mobs/pest_earthworm.png | Bin 0 -> 540 bytes mobs/pest_fly.json | 12 ++++++++++++ mobs/pest_fly.png | Bin 0 -> 755 bytes mobs/pest_locust.json | 12 ++++++++++++ mobs/pest_locust.png | Bin 0 -> 700 bytes mobs/pest_mite.json | 12 ++++++++++++ mobs/pest_mite.png | Bin 0 -> 647 bytes mobs/pest_mosquito.json | 12 ++++++++++++ mobs/pest_mosquito.png | Bin 0 -> 873 bytes mobs/pest_moth.json | 12 ++++++++++++ mobs/pest_moth.png | Bin 0 -> 1031 bytes mobs/pest_rat.json | 12 ++++++++++++ mobs/pest_rat.png | Bin 0 -> 864 bytes mobs/pest_slug.json | 12 ++++++++++++ mobs/pest_slug.png | Bin 0 -> 652 bytes 20 files changed, 120 insertions(+) create mode 100644 mobs/pest_beetle.json create mode 100644 mobs/pest_beetle.png create mode 100644 mobs/pest_cricket.json create mode 100644 mobs/pest_cricket.png create mode 100644 mobs/pest_earthworm.json create mode 100644 mobs/pest_earthworm.png create mode 100644 mobs/pest_fly.json create mode 100644 mobs/pest_fly.png create mode 100644 mobs/pest_locust.json create mode 100644 mobs/pest_locust.png create mode 100644 mobs/pest_mite.json create mode 100644 mobs/pest_mite.png create mode 100644 mobs/pest_mosquito.json create mode 100644 mobs/pest_mosquito.png create mode 100644 mobs/pest_moth.json create mode 100644 mobs/pest_moth.png create mode 100644 mobs/pest_rat.json create mode 100644 mobs/pest_rat.png create mode 100644 mobs/pest_slug.json create mode 100644 mobs/pest_slug.png (limited to 'mobs') 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 Binary files /dev/null and b/mobs/pest_beetle.png 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 Binary files /dev/null and b/mobs/pest_cricket.png 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 Binary files /dev/null and b/mobs/pest_earthworm.png 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 Binary files /dev/null and b/mobs/pest_fly.png 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 Binary files /dev/null and b/mobs/pest_locust.png 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 Binary files /dev/null and b/mobs/pest_mite.png 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 Binary files /dev/null and b/mobs/pest_mosquito.png 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 Binary files /dev/null and b/mobs/pest_moth.png 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 Binary files /dev/null and b/mobs/pest_rat.png 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 Binary files /dev/null and b/mobs/pest_slug.png differ -- cgit