diff options
Diffstat (limited to 'mobs/lapis_zombie.json')
-rw-r--r-- | mobs/lapis_zombie.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mobs/lapis_zombie.json b/mobs/lapis_zombie.json new file mode 100644 index 00000000..3754c2a4 --- /dev/null +++ b/mobs/lapis_zombie.json @@ -0,0 +1,12 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "helmet": "LAPIS_ARMOR_HELMET", + "chestplate": "LAPIS_ARMOR_CHESTPLATE", + "leggings": "LAPIS_ARMOR_LEGGINGS", + "feet": "LAPIS_ARMOR_BOOTS" + } + ] +}
\ No newline at end of file |