diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-04-18 21:37:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-18 19:37:39 +0000 |
commit | 04b365582d83f1c1d6898eb20e404ec59980b474 (patch) | |
tree | 45e95b0c58be80b064d8893e551d6b2eafab68c2 /mobs | |
parent | b0efdd83d0d4cb0a524b6f97ada4fbf4f6cbe05f (diff) | |
download | NotEnoughUpdates-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.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 |