diff options
Diffstat (limited to 'mobs/frozille.json')
-rw-r--r-- | mobs/frozille.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mobs/frozille.json b/mobs/frozille.json new file mode 100644 index 00000000..5e34a707 --- /dev/null +++ b/mobs/frozille.json @@ -0,0 +1,13 @@ +{ + "entity": "ArmorStand", + "modifiers": [ + { + "type": "equipment", + "helmet": "FROZILLE_MONSTER" + }, + { + "type": "invisible", + "invisible": true + } + ] +}
\ No newline at end of file |