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