aboutsummaryrefslogtreecommitdiff
path: root/mobs
diff options
context:
space:
mode:
Diffstat (limited to 'mobs')
-rw-r--r--mobs/glacite_bowman.json15
-rw-r--r--mobs/glacite_bowman.pngbin0 -> 4275 bytes
-rw-r--r--mobs/glacite_caver.json15
-rw-r--r--mobs/glacite_caver.pngbin0 -> 2535 bytes
-rw-r--r--mobs/glacite_mage.json15
-rw-r--r--mobs/glacite_mage.pngbin0 -> 3459 bytes
-rw-r--r--mobs/scarecrow.json2
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
new file mode 100644
index 00000000..c516054d
--- /dev/null
+++ b/mobs/glacite_bowman.png
Binary files differ
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
new file mode 100644
index 00000000..623999cc
--- /dev/null
+++ b/mobs/glacite_caver.png
Binary files differ
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
new file mode 100644
index 00000000..2902bf5b
--- /dev/null
+++ b/mobs/glacite_mage.png
Binary files differ
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