diff options
Diffstat (limited to 'mobs/thrall.json')
-rw-r--r-- | mobs/thrall.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mobs/thrall.json b/mobs/thrall.json new file mode 100644 index 00000000..c0253c57 --- /dev/null +++ b/mobs/thrall.json @@ -0,0 +1,13 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "hand": "STONE_AXE", + "helmet": "THRALL_MONSTER", + "chestplate": "LEATHER_CHESTPLATE#9B0808", + "leggings": "LEATHER_LEGGINGS#9B0808", + "feet": "LEATHER_BOOTS#9B0808" + } + ] +}
\ No newline at end of file |