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 /mobs | |
| 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 'mobs')
| -rw-r--r-- | mobs/pest_beetle.json | 12 | ||||
| -rw-r--r-- | mobs/pest_beetle.png | bin | 0 -> 733 bytes | |||
| -rw-r--r-- | mobs/pest_cricket.json | 12 | ||||
| -rw-r--r-- | mobs/pest_cricket.png | bin | 0 -> 618 bytes | |||
| -rw-r--r-- | mobs/pest_earthworm.json | 12 | ||||
| -rw-r--r-- | mobs/pest_earthworm.png | bin | 0 -> 540 bytes | |||
| -rw-r--r-- | mobs/pest_fly.json | 12 | ||||
| -rw-r--r-- | mobs/pest_fly.png | bin | 0 -> 755 bytes | |||
| -rw-r--r-- | mobs/pest_locust.json | 12 | ||||
| -rw-r--r-- | mobs/pest_locust.png | bin | 0 -> 700 bytes | |||
| -rw-r--r-- | mobs/pest_mite.json | 12 | ||||
| -rw-r--r-- | mobs/pest_mite.png | bin | 0 -> 647 bytes | |||
| -rw-r--r-- | mobs/pest_mosquito.json | 12 | ||||
| -rw-r--r-- | mobs/pest_mosquito.png | bin | 0 -> 873 bytes | |||
| -rw-r--r-- | mobs/pest_moth.json | 12 | ||||
| -rw-r--r-- | mobs/pest_moth.png | bin | 0 -> 1031 bytes | |||
| -rw-r--r-- | mobs/pest_rat.json | 12 | ||||
| -rw-r--r-- | mobs/pest_rat.png | bin | 0 -> 864 bytes | |||
| -rw-r--r-- | mobs/pest_slug.json | 12 | ||||
| -rw-r--r-- | mobs/pest_slug.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 00000000..f6a7f8e2 --- /dev/null +++ b/mobs/pest_beetle.png 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 Binary files differnew file mode 100644 index 00000000..734fd370 --- /dev/null +++ b/mobs/pest_cricket.png 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 Binary files differnew file mode 100644 index 00000000..78b57c54 --- /dev/null +++ b/mobs/pest_earthworm.png 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 Binary files differnew file mode 100644 index 00000000..65198bc2 --- /dev/null +++ b/mobs/pest_fly.png 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 Binary files differnew file mode 100644 index 00000000..6970d101 --- /dev/null +++ b/mobs/pest_locust.png 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 Binary files differnew file mode 100644 index 00000000..73660918 --- /dev/null +++ b/mobs/pest_mite.png 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 Binary files differnew file mode 100644 index 00000000..c3b785d5 --- /dev/null +++ b/mobs/pest_mosquito.png 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 Binary files differnew file mode 100644 index 00000000..cd647bb1 --- /dev/null +++ b/mobs/pest_moth.png 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 Binary files differnew file mode 100644 index 00000000..85e81f25 --- /dev/null +++ b/mobs/pest_rat.png 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 Binary files differnew file mode 100644 index 00000000..2e53aabe --- /dev/null +++ b/mobs/pest_slug.png |
