diff options
Diffstat (limited to 'mobs/crypt_ghoul.json')
-rw-r--r-- | mobs/crypt_ghoul.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mobs/crypt_ghoul.json b/mobs/crypt_ghoul.json new file mode 100644 index 00000000..996d822d --- /dev/null +++ b/mobs/crypt_ghoul.json @@ -0,0 +1,12 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "hand": "STONE_SWORD", + "chestplate": "CHAINMAIL_CHESTPLATE", + "leggings": "CHAINMAIL_LEGGINGS", + "feet": "CHAINMAIL_BOOTS" + } + ] +}
\ No newline at end of file |