diff options
Diffstat (limited to 'mobs/frozen_adventurer.json')
-rw-r--r-- | mobs/frozen_adventurer.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mobs/frozen_adventurer.json b/mobs/frozen_adventurer.json new file mode 100644 index 00000000..4617fae3 --- /dev/null +++ b/mobs/frozen_adventurer.json @@ -0,0 +1,17 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/frozen_adventurer.png" + }, + { + "type": "equipment", + "hand": "STICK", + "helmet": "FROZEN_BLAZE_HELMET", + "chestplate": "FROZEN_BLAZE_CHESTPLATE", + "leggings": "FROZEN_BLAZE_LEGGINGS", + "feet": "FROZEN_BLAZE_BOOTS" + } + ] +}
\ No newline at end of file |