diff options
Diffstat (limited to 'mobs/revenant_horror_5.json')
-rw-r--r-- | mobs/revenant_horror_5.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mobs/revenant_horror_5.json b/mobs/revenant_horror_5.json new file mode 100644 index 00000000..3bfda6fb --- /dev/null +++ b/mobs/revenant_horror_5.json @@ -0,0 +1,13 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "hand": "DIAMOND_HOE", + "helmet": "REVENANT_HORROR_5_BOSS", + "chestplate": "DIAMOND_CHESTPLATE", + "leggings": "CHAINMAIL_LEGGINGS", + "feet": "DIAMOND_BOOTS" + } + ] +}
\ No newline at end of file |