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..7350384d --- /dev/null +++ b/mobs/atoned_revenant.json @@ -0,0 +1,12 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "hand": "IRON_SWORD", + "chestplate": "DIAMOND_CHESTPLATE", + "leggings": "HEAT_LEGGINGS", + "feet": "HEAT_BOOTS" + } + ] +}
\ No newline at end of file |