aboutsummaryrefslogtreecommitdiff
path: root/mobs
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2024-04-18 21:37:39 +0200
committerGitHub <noreply@github.com>2024-04-18 19:37:39 +0000
commit04b365582d83f1c1d6898eb20e404ec59980b474 (patch)
tree45e95b0c58be80b064d8893e551d6b2eafab68c2 /mobs
parentb0efdd83d0d4cb0a524b6f97ada4fbf4f6cbe05f (diff)
downloadNotEnoughUpdates-REPO-04b365582d83f1c1d6898eb20e404ec59980b474.tar.gz
NotEnoughUpdates-REPO-04b365582d83f1c1d6898eb20e404ec59980b474.tar.bz2
NotEnoughUpdates-REPO-04b365582d83f1c1d6898eb20e404ec59980b474.zip
Added glacite mobs and fixed some other things (#1166)
* Added glacite mobs and fixed some other things * Fixed NBT * Added 62 wiki links
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