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