diff options
author | Roman / Linnea Gräf <nea@nea.moe> | 2023-06-23 11:38:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-23 19:38:42 +1000 |
commit | 7c9262c3ec4cd17ca18bc464d8adf10d36f592e4 (patch) | |
tree | 67718e67176589f5970bc90c3e4db2fa3c51a2ee /mobs | |
parent | 38a2c295289dae2cf5de3e6c40694a76156cb54a (diff) | |
download | NotEnoughUpdates-REPO-7c9262c3ec4cd17ca18bc464d8adf10d36f592e4.tar.gz NotEnoughUpdates-REPO-7c9262c3ec4cd17ca18bc464d8adf10d36f592e4.tar.bz2 NotEnoughUpdates-REPO-7c9262c3ec4cd17ca18bc464d8adf10d36f592e4.zip |
Rift (#944)
Co-authored-by: jani270 <jani270@gmx.de>
Diffstat (limited to 'mobs')
-rw-r--r-- | mobs/autonull.json | 18 | ||||
-rw-r--r-- | mobs/autonull.png | bin | 0 -> 1861 bytes | |||
-rw-r--r-- | mobs/deadgehog.json | 13 | ||||
-rw-r--r-- | mobs/deadgehog.png | bin | 0 -> 2862 bytes | |||
-rw-r--r-- | mobs/frozille.json | 13 | ||||
-rw-r--r-- | mobs/lagoon_leech.json | 12 | ||||
-rw-r--r-- | mobs/leech_supreme.json | 10 | ||||
-rw-r--r-- | mobs/leech_supreme.png | bin | 0 -> 2257 bytes | |||
-rw-r--r-- | mobs/leech_swarm.json | 12 | ||||
-rw-r--r-- | mobs/scribe.json | 13 | ||||
-rw-r--r-- | mobs/shadow.json | 13 | ||||
-rw-r--r-- | mobs/shy.json | 13 | ||||
-rw-r--r-- | mobs/volt.json | 13 |
13 files changed, 130 insertions, 0 deletions
diff --git a/mobs/autonull.json b/mobs/autonull.json new file mode 100644 index 00000000..ff5cc430 --- /dev/null +++ b/mobs/autonull.json @@ -0,0 +1,18 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/autonull.png", + "parts": true + }, + { + "type": "equipment", + "hand": "DIAMOND_SWORD", + "helmet": "CHAINMAIL_HELMET", + "chestplate": "CHAINMAIL_CHESTPLATE", + "leggings": "CHAINMAIL_LEGGINGS", + "feet": "CHAINMAIL_BOOTS" + } + ] +}
\ No newline at end of file diff --git a/mobs/autonull.png b/mobs/autonull.png Binary files differnew file mode 100644 index 00000000..e38f2456 --- /dev/null +++ b/mobs/autonull.png diff --git a/mobs/deadgehog.json b/mobs/deadgehog.json new file mode 100644 index 00000000..5508714f --- /dev/null +++ b/mobs/deadgehog.json @@ -0,0 +1,13 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/deadgehog.png" + }, + { + "helmet": "SKULL#ewogICJ0aW1lc3RhbXAiIDogMTU4OTk2MzczNTIzMiwKICAicHJvZmlsZUlkIiA6ICJiMGQ3MzJmZTAwZjc0MDdlOWU3Zjc0NjMwMWNkOThjYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJPUHBscyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mZDRjMTQyYzM4MmE2YmUwMGNhZWVlOWEwMjMwNmYwNjU0NGU2ZTQ2Yjk1M2JjYzhjYWM2NWU1Yzg5ZDQ3OTBhIgogICAgfQogIH0KfQ==", + "type": "equipment" + } + ] +}
\ No newline at end of file diff --git a/mobs/deadgehog.png b/mobs/deadgehog.png Binary files differnew file mode 100644 index 00000000..4ae01088 --- /dev/null +++ b/mobs/deadgehog.png diff --git a/mobs/frozille.json b/mobs/frozille.json new file mode 100644 index 00000000..5e34a707 --- /dev/null +++ b/mobs/frozille.json @@ -0,0 +1,13 @@ +{ + "entity": "ArmorStand", + "modifiers": [ + { + "type": "equipment", + "helmet": "FROZILLE_MONSTER" + }, + { + "type": "invisible", + "invisible": true + } + ] +}
\ No newline at end of file diff --git a/mobs/lagoon_leech.json b/mobs/lagoon_leech.json new file mode 100644 index 00000000..95ef9fe3 --- /dev/null +++ b/mobs/lagoon_leech.json @@ -0,0 +1,12 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "helmet": "SKULL#eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGY3ZWRlOWM4OGYxYzMzYzk1NGJiYzgxYzhkYTg3MWNhYmZjYzIzZDU1ZjhiNDkzYTU4OWY4MjM5ZDZjMzkifX19", + "chestplate": "LEATHER_CHESTPLATE#202513", + "leggings": "CHAINMAIL_LEGGINGS", + "feet": "LEATHER_BOOTS#000000" + } + ] +}
\ No newline at end of file diff --git a/mobs/leech_supreme.json b/mobs/leech_supreme.json new file mode 100644 index 00000000..eedff9bc --- /dev/null +++ b/mobs/leech_supreme.json @@ -0,0 +1,10 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/leech_supreme.png", + "parts": true + } + ] +}
\ No newline at end of file diff --git a/mobs/leech_supreme.png b/mobs/leech_supreme.png Binary files differnew file mode 100644 index 00000000..d2811662 --- /dev/null +++ b/mobs/leech_supreme.png diff --git a/mobs/leech_swarm.json b/mobs/leech_swarm.json new file mode 100644 index 00000000..892a19ba --- /dev/null +++ b/mobs/leech_swarm.json @@ -0,0 +1,12 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "feet": "LEATHER_BOOTS#000000", + "chestplate": "LEATHER_CHESTPLATE#202513", + "leggings": "CHAINMAIL_LEGGINGS", + "helmet": "" + } + ] +}
\ No newline at end of file diff --git a/mobs/scribe.json b/mobs/scribe.json new file mode 100644 index 00000000..f314566a --- /dev/null +++ b/mobs/scribe.json @@ -0,0 +1,13 @@ +{ + "entity": "ArmorStand", + "modifiers": [ + { + "type": "equipment", + "helmet": "SCRIBE_MONSTER" + }, + { + "type": "invisible", + "invisible": true + } + ] +}
\ No newline at end of file diff --git a/mobs/shadow.json b/mobs/shadow.json new file mode 100644 index 00000000..9b706153 --- /dev/null +++ b/mobs/shadow.json @@ -0,0 +1,13 @@ +{ + "entity": "ArmorStand", + "modifiers": [ + { + "type": "equipment", + "helmet": "SHADOW_MONSTER" + }, + { + "type": "invisible", + "invisible": true + } + ] +}
\ No newline at end of file diff --git a/mobs/shy.json b/mobs/shy.json new file mode 100644 index 00000000..17651887 --- /dev/null +++ b/mobs/shy.json @@ -0,0 +1,13 @@ +{ + "entity": "ArmorStand", + "modifiers": [ + { + "type": "equipment", + "helmet": "SHY_MONSTER" + }, + { + "type": "invisible", + "invisible": true + } + ] +}
\ No newline at end of file diff --git a/mobs/volt.json b/mobs/volt.json new file mode 100644 index 00000000..a21cb70d --- /dev/null +++ b/mobs/volt.json @@ -0,0 +1,13 @@ +{ + "entity": "ArmorStand", + "modifiers": [ + { + "type": "equipment", + "helmet": "VOLT_MONSTER" + }, + { + "type": "invisible", + "invisible": true + } + ] +}
\ No newline at end of file |