diff options
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 |