diff options
Diffstat (limited to 'mobs/wither_spectre.json')
-rw-r--r-- | mobs/wither_spectre.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mobs/wither_spectre.json b/mobs/wither_spectre.json new file mode 100644 index 00000000..4ca012ee --- /dev/null +++ b/mobs/wither_spectre.json @@ -0,0 +1,14 @@ +{ + "entity": "WitherSkeleton", + "modifiers": [ + { + "type": "invisible" + }, + { + "type": "equipment", + "hand": "IRON_SWORD", + "helmet": "WITHER_SPECTRE_MONSTER", + "chestplate": "LEATHER_CHESTPLATE#090608" + } + ] +}
\ No newline at end of file |