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