aboutsummaryrefslogtreecommitdiff
path: root/mobs
diff options
context:
space:
mode:
Diffstat (limited to 'mobs')
-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
20 files changed, 120 insertions, 0 deletions
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