diff options
Diffstat (limited to 'mobs')
-rw-r--r-- | mobs/glacite_bowman.json | 15 | ||||
-rw-r--r-- | mobs/glacite_bowman.png | bin | 0 -> 4275 bytes | |||
-rw-r--r-- | mobs/glacite_caver.json | 15 | ||||
-rw-r--r-- | mobs/glacite_caver.png | bin | 0 -> 2535 bytes | |||
-rw-r--r-- | mobs/glacite_mage.json | 15 | ||||
-rw-r--r-- | mobs/glacite_mage.png | bin | 0 -> 3459 bytes | |||
-rw-r--r-- | mobs/scarecrow.json | 2 |
7 files changed, 46 insertions, 1 deletions
diff --git a/mobs/glacite_bowman.json b/mobs/glacite_bowman.json new file mode 100644 index 00000000..b3833eb1 --- /dev/null +++ b/mobs/glacite_bowman.json @@ -0,0 +1,15 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/glacite_caver.png", + "parts": true + }, + { + "type": "equipment", + "hand": "BOW", + "helmet": "GLACITE_HELMET" + } + ] +}
\ No newline at end of file diff --git a/mobs/glacite_bowman.png b/mobs/glacite_bowman.png Binary files differnew file mode 100644 index 00000000..c516054d --- /dev/null +++ b/mobs/glacite_bowman.png diff --git a/mobs/glacite_caver.json b/mobs/glacite_caver.json new file mode 100644 index 00000000..8c17966f --- /dev/null +++ b/mobs/glacite_caver.json @@ -0,0 +1,15 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/glacite_caver.png", + "parts": true + }, + { + "type": "equipment", + "hand": "DIAMOND_PICKAXE", + "helmet": "GLACITE_HELMET" + } + ] +}
\ No newline at end of file diff --git a/mobs/glacite_caver.png b/mobs/glacite_caver.png Binary files differnew file mode 100644 index 00000000..623999cc --- /dev/null +++ b/mobs/glacite_caver.png diff --git a/mobs/glacite_mage.json b/mobs/glacite_mage.json new file mode 100644 index 00000000..c6f14e5c --- /dev/null +++ b/mobs/glacite_mage.json @@ -0,0 +1,15 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/glacite_mage.png", + "parts": true + }, + { + "type": "equipment", + "hand": "STICK", + "helmet": "GLACITE_HELMET" + } + ] +}
\ No newline at end of file diff --git a/mobs/glacite_mage.png b/mobs/glacite_mage.png Binary files differnew file mode 100644 index 00000000..2902bf5b --- /dev/null +++ b/mobs/glacite_mage.png diff --git a/mobs/scarecrow.json b/mobs/scarecrow.json index 68a9c013..9b68e5c7 100644 --- a/mobs/scarecrow.json +++ b/mobs/scarecrow.json @@ -4,7 +4,7 @@ { "type": "playerdata", "skin": "neurepo:mobs/scarecrow.png", - "parts": true + "parts": true } ] }
\ No newline at end of file |