diff options
author | jani270 <jani270@gmx.de> | 2023-06-22 20:10:38 +0200 |
---|---|---|
committer | jani270 <jani270@gmx.de> | 2023-06-22 20:10:38 +0200 |
commit | d6527549c02397e0087898d53e6fcf63675afed2 (patch) | |
tree | 7fb77480241b0f372a5db6d266891ec4817e0da7 /mobs | |
parent | 4fea203fe90ebbf6695d3aaf61a198c819eb07c5 (diff) | |
download | NotEnoughUpdates-REPO-d6527549c02397e0087898d53e6fcf63675afed2.tar.gz NotEnoughUpdates-REPO-d6527549c02397e0087898d53e6fcf63675afed2.tar.bz2 NotEnoughUpdates-REPO-d6527549c02397e0087898d53e6fcf63675afed2.zip |
Added more mobs and npc's
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/frozille.json | 13 | ||||
-rw-r--r-- | mobs/scribe.json | 13 | ||||
-rw-r--r-- | mobs/shadow.json | 13 | ||||
-rw-r--r-- | mobs/volt.json | 13 |
6 files changed, 70 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/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/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/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 |