From 04b365582d83f1c1d6898eb20e404ec59980b474 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 18 Apr 2024 21:37:39 +0200 Subject: Added glacite mobs and fixed some other things (#1166) * Added glacite mobs and fixed some other things * Fixed NBT * Added 62 wiki links --- mobs/glacite_bowman.json | 15 +++++++++++++++ mobs/glacite_bowman.png | Bin 0 -> 4275 bytes mobs/glacite_caver.json | 15 +++++++++++++++ mobs/glacite_caver.png | Bin 0 -> 2535 bytes mobs/glacite_mage.json | 15 +++++++++++++++ mobs/glacite_mage.png | Bin 0 -> 3459 bytes mobs/scarecrow.json | 2 +- 7 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 mobs/glacite_bowman.json create mode 100644 mobs/glacite_bowman.png create mode 100644 mobs/glacite_caver.json create mode 100644 mobs/glacite_caver.png create mode 100644 mobs/glacite_mage.json create mode 100644 mobs/glacite_mage.png (limited to 'mobs') 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 Binary files /dev/null and b/mobs/glacite_bowman.png 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 Binary files /dev/null and b/mobs/glacite_caver.png 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 Binary files /dev/null and b/mobs/glacite_mage.png 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 -- cgit