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