diff options
Diffstat (limited to 'mobs/mage_outlaw.json')
-rw-r--r-- | mobs/mage_outlaw.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mobs/mage_outlaw.json b/mobs/mage_outlaw.json new file mode 100644 index 00000000..55331281 --- /dev/null +++ b/mobs/mage_outlaw.json @@ -0,0 +1,14 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/mage_outlaw.png", + "parts": true + }, + { + "type": "equipment", + "hand": "NETHER_STAR" + } + ] +}
\ No newline at end of file |