diff options
author | jani270 <jani270@gmx.de> | 2022-05-28 20:04:32 +0200 |
---|---|---|
committer | jani270 <jani270@gmx.de> | 2022-05-28 20:04:32 +0200 |
commit | 391dc8cf1e09f727713e485749d6c770e116001e (patch) | |
tree | 5aca4633b460000a8a546f658d1caca28c1ff839 /mobs | |
parent | b100ae66c2ef8f402ec6be4357f96c10fd4ded24 (diff) | |
download | NotEnoughUpdates-REPO-391dc8cf1e09f727713e485749d6c770e116001e.tar.gz NotEnoughUpdates-REPO-391dc8cf1e09f727713e485749d6c770e116001e.tar.bz2 NotEnoughUpdates-REPO-391dc8cf1e09f727713e485749d6c770e116001e.zip |
Added mobs and fixed 3 npc's
Diffstat (limited to 'mobs')
-rw-r--r-- | mobs/atoned_champion.json | 4 | ||||
-rw-r--r-- | mobs/atoned_revenant.json | 4 | ||||
-rw-r--r-- | mobs/barbarian_duke_x.json | 10 | ||||
-rw-r--r-- | mobs/barbarian_duke_x.png | bin | 0 -> 2567 bytes | |||
-rw-r--r-- | mobs/bladesoul.json | 10 | ||||
-rw-r--r-- | mobs/mage_outlaw.json | 14 | ||||
-rw-r--r-- | mobs/mage_outlaw.png | bin | 0 -> 2507 bytes | |||
-rw-r--r-- | mobs/matcho.json | 14 | ||||
-rw-r--r-- | mobs/matcho.png | bin | 0 -> 3738 bytes | |||
-rw-r--r-- | mobs/wither_spectre.json | 14 |
10 files changed, 66 insertions, 4 deletions
diff --git a/mobs/atoned_champion.json b/mobs/atoned_champion.json index 2ce35343..68e3905f 100644 --- a/mobs/atoned_champion.json +++ b/mobs/atoned_champion.json @@ -5,8 +5,8 @@ "type": "equipment", "hand": "STONE_SWORD", "chestplate": "IRON_CHESTPLATE", - "leggings": "HEAT_LEGGINGS", - "feet": "HEAT_BOOTS" + "leggings": "LEATHER_BOOTS#FFFFFF", + "feet": "LEATHER_BOOTS#FFFFFF" } ] }
\ No newline at end of file diff --git a/mobs/atoned_revenant.json b/mobs/atoned_revenant.json index 7350384d..f7ad7fa6 100644 --- a/mobs/atoned_revenant.json +++ b/mobs/atoned_revenant.json @@ -5,8 +5,8 @@ "type": "equipment", "hand": "IRON_SWORD", "chestplate": "DIAMOND_CHESTPLATE", - "leggings": "HEAT_LEGGINGS", - "feet": "HEAT_BOOTS" + "leggings": "LEATHER_BOOTS#FFFFFF", + "feet": "LEATHER_BOOTS#FFFFFF" } ] }
\ No newline at end of file diff --git a/mobs/barbarian_duke_x.json b/mobs/barbarian_duke_x.json new file mode 100644 index 00000000..76ef2e9a --- /dev/null +++ b/mobs/barbarian_duke_x.json @@ -0,0 +1,10 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/barbarian_duke_x.png", + "parts": true + } + ] +}
\ No newline at end of file diff --git a/mobs/barbarian_duke_x.png b/mobs/barbarian_duke_x.png Binary files differnew file mode 100644 index 00000000..1fd587b9 --- /dev/null +++ b/mobs/barbarian_duke_x.png diff --git a/mobs/bladesoul.json b/mobs/bladesoul.json new file mode 100644 index 00000000..1d215088 --- /dev/null +++ b/mobs/bladesoul.json @@ -0,0 +1,10 @@ +{ + "entity": "WitherSkeleton", + "modifiers": [ + { + "type": "equipment", + "hand": "RAGNAROCK_AXE", + "helmet": "BLADESOUL_MINIBOSS" + } + ] +}
\ No newline at end of file diff --git a/mobs/mage_outlaw.json b/mobs/mage_outlaw.json new file mode 100644 index 00000000..55331281 --- /dev/null +++ b/mobs/mage_outlaw.json @@ -0,0 +1,14 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/mage_outlaw.png", + "parts": true + }, + { + "type": "equipment", + "hand": "NETHER_STAR" + } + ] +}
\ No newline at end of file diff --git a/mobs/mage_outlaw.png b/mobs/mage_outlaw.png Binary files differnew file mode 100644 index 00000000..d7d573c0 --- /dev/null +++ b/mobs/mage_outlaw.png diff --git a/mobs/matcho.json b/mobs/matcho.json new file mode 100644 index 00000000..e5bb729c --- /dev/null +++ b/mobs/matcho.json @@ -0,0 +1,14 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/matcho.png", + "parts": true + }, + { + "type": "equipment", + "hand": "MATCH_STICKS" + } + ] +}
\ No newline at end of file diff --git a/mobs/matcho.png b/mobs/matcho.png Binary files differnew file mode 100644 index 00000000..4987fe40 --- /dev/null +++ b/mobs/matcho.png diff --git a/mobs/wither_spectre.json b/mobs/wither_spectre.json new file mode 100644 index 00000000..4ca012ee --- /dev/null +++ b/mobs/wither_spectre.json @@ -0,0 +1,14 @@ +{ + "entity": "WitherSkeleton", + "modifiers": [ + { + "type": "invisible" + }, + { + "type": "equipment", + "hand": "IRON_SWORD", + "helmet": "WITHER_SPECTRE_MONSTER", + "chestplate": "LEATHER_CHESTPLATE#090608" + } + ] +}
\ No newline at end of file |