diff options
Diffstat (limited to 'mobs')
157 files changed, 1228 insertions, 0 deletions
diff --git a/mobs/angry_archeologist.json b/mobs/angry_archeologist.json new file mode 100644 index 00000000..0cf5e4c9 --- /dev/null +++ b/mobs/angry_archeologist.json @@ -0,0 +1,17 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/angry_archeologist.png" + }, + { + "type": "equipment", + "hand": "DIAMOND_SWORD", + "helmet": "PERFECT_CHESTPLATE_10", + "chestplate": "PERFECT_CHESTPLATE_10", + "leggings": "PERFECT_CHESTPLATE_10", + "feet": "PERFECT_CHESTPLATE_10" + } + ] +}
\ No newline at end of file diff --git a/mobs/angry_archeologist.png b/mobs/angry_archeologist.png Binary files differnew file mode 100644 index 00000000..ce7dc64e --- /dev/null +++ b/mobs/angry_archeologist.png diff --git a/mobs/atoned_champion.json b/mobs/atoned_champion.json new file mode 100644 index 00000000..2ce35343 --- /dev/null +++ b/mobs/atoned_champion.json @@ -0,0 +1,12 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "hand": "STONE_SWORD", + "chestplate": "IRON_CHESTPLATE", + "leggings": "HEAT_LEGGINGS", + "feet": "HEAT_BOOTS" + } + ] +}
\ No newline at end of file diff --git a/mobs/atoned_revenant.json b/mobs/atoned_revenant.json new file mode 100644 index 00000000..7350384d --- /dev/null +++ b/mobs/atoned_revenant.json @@ -0,0 +1,12 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "hand": "IRON_SWORD", + "chestplate": "DIAMOND_CHESTPLATE", + "leggings": "HEAT_LEGGINGS", + "feet": "HEAT_BOOTS" + } + ] +}
\ No newline at end of file diff --git a/mobs/blaze.json b/mobs/blaze.json new file mode 100644 index 00000000..e6c1102f --- /dev/null +++ b/mobs/blaze.json @@ -0,0 +1,3 @@ +{ + "entity": "Blaze" +}
\ No newline at end of file diff --git a/mobs/blue_shark.json b/mobs/blue_shark.json new file mode 100644 index 00000000..b3d1c5eb --- /dev/null +++ b/mobs/blue_shark.json @@ -0,0 +1,10 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/blue_shark.png", + "parts": true + } + ] +}
\ No newline at end of file diff --git a/mobs/blue_shark.png b/mobs/blue_shark.png Binary files differnew file mode 100644 index 00000000..1acaf3b9 --- /dev/null +++ b/mobs/blue_shark.png diff --git a/mobs/bonzo.json b/mobs/bonzo.json new file mode 100644 index 00000000..8e9ef885 --- /dev/null +++ b/mobs/bonzo.json @@ -0,0 +1,14 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/bonzo.png", + "parts": true + }, + { + "type": "equipment", + "hand": "BONZO_STAFF" + } + ] +}
\ No newline at end of file diff --git a/mobs/bonzo.png b/mobs/bonzo.png Binary files differnew file mode 100644 index 00000000..9c4ea031 --- /dev/null +++ b/mobs/bonzo.png diff --git a/mobs/boss_corleone.json b/mobs/boss_corleone.json new file mode 100644 index 00000000..0be6aed2 --- /dev/null +++ b/mobs/boss_corleone.json @@ -0,0 +1,14 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/boss_corleone.png", + "parts": true + }, + { + "type": "equipment", + "hand": "IRON_PICKAXE" + } + ] +}
\ No newline at end of file diff --git a/mobs/boss_corleone.png b/mobs/boss_corleone.png Binary files differnew file mode 100644 index 00000000..506e7195 --- /dev/null +++ b/mobs/boss_corleone.png diff --git a/mobs/butterfly.json b/mobs/butterfly.json new file mode 100644 index 00000000..51df4ba3 --- /dev/null +++ b/mobs/butterfly.json @@ -0,0 +1,12 @@ +{ + "entity": "ArmorStand", + "modifiers": [ + { + "type": "invisible" + }, + { + "type": "equipment", + "helmet": "BUTTERFLY_MONSTER" + } + ] +}
\ No newline at end of file diff --git a/mobs/charged_creeper.json b/mobs/charged_creeper.json new file mode 100644 index 00000000..1ed18be0 --- /dev/null +++ b/mobs/charged_creeper.json @@ -0,0 +1,8 @@ +{ + "entity": "Creeper", + "modifiers": [ + { + "type": "charged" + } + ] +}
\ No newline at end of file diff --git a/mobs/chicken.json b/mobs/chicken.json new file mode 100644 index 00000000..d5564a57 --- /dev/null +++ b/mobs/chicken.json @@ -0,0 +1,3 @@ +{ + "entity": "Chicken" +}
\ No newline at end of file diff --git a/mobs/cow.json b/mobs/cow.json new file mode 100644 index 00000000..1347774e --- /dev/null +++ b/mobs/cow.json @@ -0,0 +1,3 @@ +{ + "entity": "Cow" +}
\ No newline at end of file diff --git a/mobs/crazy_witch.json b/mobs/crazy_witch.json new file mode 100644 index 00000000..f05f6cad --- /dev/null +++ b/mobs/crazy_witch.json @@ -0,0 +1,3 @@ + + "entity": "Witch" +}
\ No newline at end of file diff --git a/mobs/creeper.json b/mobs/creeper.json new file mode 100644 index 00000000..cbb48705 --- /dev/null +++ b/mobs/creeper.json @@ -0,0 +1,3 @@ +{ + "entity": "Creeper" +}
\ No newline at end of file diff --git a/mobs/crypt_dreadlord.json b/mobs/crypt_dreadlord.json new file mode 100644 index 00000000..6203033c --- /dev/null +++ b/mobs/crypt_dreadlord.json @@ -0,0 +1,10 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/crypt_dreadlord.png", + "parts": true + } + ] +}
\ No newline at end of file diff --git a/mobs/crypt_dreadlord.png b/mobs/crypt_dreadlord.png Binary files differnew file mode 100644 index 00000000..c061ccf0 --- /dev/null +++ b/mobs/crypt_dreadlord.png diff --git a/mobs/crypt_ghoul.json b/mobs/crypt_ghoul.json new file mode 100644 index 00000000..996d822d --- /dev/null +++ b/mobs/crypt_ghoul.json @@ -0,0 +1,12 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "hand": "STONE_SWORD", + "chestplate": "CHAINMAIL_CHESTPLATE", + "leggings": "CHAINMAIL_LEGGINGS", + "feet": "CHAINMAIL_BOOTS" + } + ] +}
\ No newline at end of file diff --git a/mobs/crypt_lurker.json b/mobs/crypt_lurker.json new file mode 100644 index 00000000..d1feb1f0 --- /dev/null +++ b/mobs/crypt_lurker.json @@ -0,0 +1,9 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "hand": "BONE" + } + ] +}
\ No newline at end of file diff --git a/mobs/crypt_souleater.json b/mobs/crypt_souleater.json new file mode 100644 index 00000000..84276f64 --- /dev/null +++ b/mobs/crypt_souleater.json @@ -0,0 +1,9 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/crypt_souleater.png" + } + ] +}
\ No newline at end of file diff --git a/mobs/deformed_revenant.json b/mobs/deformed_revenant.json new file mode 100644 index 00000000..2fd3bfcd --- /dev/null +++ b/mobs/deformed_revenant.json @@ -0,0 +1,13 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "hand": "GOLD_SWORD", + "helmet": "LEATHER_HELMET", + "chestplate": "DIAMOND_CHESTPLATE", + "leggings": "LEATHER_LEGGINGS", + "feet": "DIAMOND_BOOTS" + } + ] +}
\ No newline at end of file diff --git a/mobs/enderman.json b/mobs/enderman.json new file mode 100644 index 00000000..1e0be0ab --- /dev/null +++ b/mobs/enderman.json @@ -0,0 +1,3 @@ +{ + "entity": "Enderman" +}
\ No newline at end of file diff --git a/mobs/endermite.json b/mobs/endermite.json new file mode 100644 index 00000000..7a6abafb --- /dev/null +++ b/mobs/endermite.json @@ -0,0 +1,3 @@ +{ + "entity": "Endermite" +}
\ No newline at end of file diff --git a/mobs/endstone_protector.json b/mobs/endstone_protector.json new file mode 100644 index 00000000..d0cd59ac --- /dev/null +++ b/mobs/endstone_protector.json @@ -0,0 +1,3 @@ +{ + "entity": "Eisengolem" +}
\ No newline at end of file diff --git a/mobs/executive_sebastian.json b/mobs/executive_sebastian.json new file mode 100644 index 00000000..8581c1bf --- /dev/null +++ b/mobs/executive_sebastian.json @@ -0,0 +1,14 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/executive_sebastian.png", + "parts": true + }, + { + "type": "equipment", + "hand": "IRON_PICKAXE" + } + ] +}
\ No newline at end of file diff --git a/mobs/executive_sebastian.png b/mobs/executive_sebastian.png Binary files differnew file mode 100644 index 00000000..b5972983 --- /dev/null +++ b/mobs/executive_sebastian.png diff --git a/mobs/executive_viper.json b/mobs/executive_viper.json new file mode 100644 index 00000000..d29c0dec --- /dev/null +++ b/mobs/executive_viper.json @@ -0,0 +1,14 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/executive_viper.png", + "parts": true + }, + { + "type": "equipment", + "hand": "IRON_PICKAXE" + } + ] +}
\ No newline at end of file diff --git a/mobs/executive_viper.png b/mobs/executive_viper.png Binary files differnew file mode 100644 index 00000000..80f99157 --- /dev/null +++ b/mobs/executive_viper.png diff --git a/mobs/executive_wendy.json b/mobs/executive_wendy.json new file mode 100644 index 00000000..661201ae --- /dev/null +++ b/mobs/executive_wendy.json @@ -0,0 +1,14 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/executive_wendy.png", + "parts": true + }, + { + "type": "equipment", + "hand": "IRON_PICKAXE" + } + ] +}
\ No newline at end of file diff --git a/mobs/executive_wendy.png b/mobs/executive_wendy.png Binary files differnew file mode 100644 index 00000000..e61523e8 --- /dev/null +++ b/mobs/executive_wendy.png diff --git a/mobs/frozen_adventurer.json b/mobs/frozen_adventurer.json new file mode 100644 index 00000000..4617fae3 --- /dev/null +++ b/mobs/frozen_adventurer.json @@ -0,0 +1,17 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/frozen_adventurer.png" + }, + { + "type": "equipment", + "hand": "STICK", + "helmet": "FROZEN_BLAZE_HELMET", + "chestplate": "FROZEN_BLAZE_CHESTPLATE", + "leggings": "FROZEN_BLAZE_LEGGINGS", + "feet": "FROZEN_BLAZE_BOOTS" + } + ] +}
\ No newline at end of file diff --git a/mobs/frozen_adventurer.png b/mobs/frozen_adventurer.png Binary files differnew file mode 100644 index 00000000..601335d2 --- /dev/null +++ b/mobs/frozen_adventurer.png diff --git a/mobs/frozen_steve.json b/mobs/frozen_steve.json new file mode 100644 index 00000000..c61b3c46 --- /dev/null +++ b/mobs/frozen_steve.json @@ -0,0 +1,10 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/frozen_steve.png", + "parts": true + } + ] +}
\ No newline at end of file diff --git a/mobs/frozen_steve.png b/mobs/frozen_steve.png Binary files differnew file mode 100644 index 00000000..092ca381 --- /dev/null +++ b/mobs/frozen_steve.png diff --git a/mobs/ghast.json b/mobs/ghast.json new file mode 100644 index 00000000..fc246bb4 --- /dev/null +++ b/mobs/ghast.json @@ -0,0 +1,3 @@ +{ + "entity": "Ghast" +}
\ No newline at end of file diff --git a/mobs/ghost.json b/mobs/ghost.json new file mode 100644 index 00000000..2ab612d6 --- /dev/null +++ b/mobs/ghost.json @@ -0,0 +1,8 @@ +{ + "entity": "Creeper", + "modifiers": [ + { + "type": "charged" + } + ] +}
\ No newline at end of file diff --git a/mobs/goblin.json b/mobs/goblin.json new file mode 100644 index 00000000..cc9dc890 --- /dev/null +++ b/mobs/goblin.json @@ -0,0 +1,10 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/goblin.png", + "parts": true + } + ] +}
\ No newline at end of file diff --git a/mobs/goblin.png b/mobs/goblin.png Binary files differnew file mode 100644 index 00000000..173dfa39 --- /dev/null +++ b/mobs/goblin.png diff --git a/mobs/golden_ghoul.json b/mobs/golden_ghoul.json new file mode 100644 index 00000000..7ea0e180 --- /dev/null +++ b/mobs/golden_ghoul.json @@ -0,0 +1,12 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "hand": "GOLD_SWORD", + "chestplate": "GOLD_CHESTPLATE", + "leggings": "GOLD_LEGGINGS", + "feet": "GOLD_BOOTS" + } + ] +}
\ No newline at end of file diff --git a/mobs/great_white_shark.json b/mobs/great_white_shark.json new file mode 100644 index 00000000..6f5d9e23 --- /dev/null +++ b/mobs/great_white_shark.json @@ -0,0 +1,10 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/great_white_shark.png", + "parts": true + } + ] +}
\ No newline at end of file diff --git a/mobs/great_white_shark.png b/mobs/great_white_shark.png Binary files differnew file mode 100644 index 00000000..e11f41cd --- /dev/null +++ b/mobs/great_white_shark.png diff --git a/mobs/grim_reaper.json b/mobs/grim_reaper.json new file mode 100644 index 00000000..ffad4c1b --- /dev/null +++ b/mobs/grim_reaper.json @@ -0,0 +1,11 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/grim_reaper.png", + "parts": true, + "hand": "IRON_HOE" + } + ] +}
\ No newline at end of file diff --git a/mobs/grim_reaper.png b/mobs/grim_reaper.png Binary files differnew file mode 100644 index 00000000..8fe08f04 --- /dev/null +++ b/mobs/grim_reaper.png diff --git a/mobs/grinch.json b/mobs/grinch.json new file mode 100644 index 00000000..cd818214 --- /dev/null +++ b/mobs/grinch.json @@ -0,0 +1,10 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/grinch.png", + "parts": true + } + ] +}
\ No newline at end of file diff --git a/mobs/grinch.png b/mobs/grinch.png Binary files differnew file mode 100644 index 00000000..345665dc --- /dev/null +++ b/mobs/grinch.png diff --git a/mobs/grunt.json b/mobs/grunt.json new file mode 100644 index 00000000..091cc474 --- /dev/null +++ b/mobs/grunt.json @@ -0,0 +1,14 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/grunt.png", + "parts": true + }, + { + "type": "equipment", + "hand": "IRON_PICKAXE" + } + ] +}
\ No newline at end of file diff --git a/mobs/grunt.png b/mobs/grunt.png Binary files differnew file mode 100644 index 00000000..24d1b75e --- /dev/null +++ b/mobs/grunt.png diff --git a/mobs/headless_horseman.json b/mobs/headless_horseman.json new file mode 100644 index 00000000..0b825c57 --- /dev/null +++ b/mobs/headless_horseman.json @@ -0,0 +1,23 @@ +{ + "entity": "Horse", + "modifiers": [ + { + "type": "horse", + "kind": "skeleton" + }, + { + "type": "riding", + "entity": "Skeleton", + "modifiers": [ + { + "type": "equipment", + "hand": "DIAMOND_HOE", + "helmet": "HEADLESS_HORSEMAN_BOSS", + "chestplate": "SPOOKY_CHESTPLATE", + "leggings": "SPOOKY_LEGGINGS", + "feet": "SPOOKY_BOOTS" + } + ] + } + ] +}
\ No newline at end of file diff --git a/mobs/holy_lost_adventurer.json b/mobs/holy_lost_adventurer.json new file mode 100644 index 00000000..05ea1933 --- /dev/null +++ b/mobs/holy_lost_adventurer.json @@ -0,0 +1,17 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/lost_adventurer.png" + }, + { + "type": "equipment", + "hand": "DIAMOND_SWORD", + "helmet": "HOLY_DRAGON_HELMET", + "chestplate": "HOLY_DRAGON_CHESTPLATE", + "leggings": "HOLY_DRAGON_LEGGINGS", + "feet": "HOLY_DRAGON_BOOTS" + } + ] +}
\ No newline at end of file diff --git a/mobs/howling_spirit.json b/mobs/howling_spirit.json new file mode 100644 index 00000000..c53add5c --- /dev/null +++ b/mobs/howling_spirit.json @@ -0,0 +1,3 @@ +{ + "entity": "Wolf" +}
\ No newline at end of file diff --git a/mobs/ice_walker.json b/mobs/ice_walker.json new file mode 100644 index 00000000..870ea7cf --- /dev/null +++ b/mobs/ice_walker.json @@ -0,0 +1,18 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/ice_walker.png", + "parts": true + }, + { + "type": "equipment", + "hand": "IRON_SWORD", + "helmet": "PACKED_ICE", + "chestplate": "GLACITE_CHESTPLATE", + "leggings": "GLACITE_LEGGINGS", + "feet": "GLACITE_BOOTS" + } + ] +}
\ No newline at end of file diff --git a/mobs/ice_walker.png b/mobs/ice_walker.png Binary files differnew file mode 100644 index 00000000..088f941d --- /dev/null +++ b/mobs/ice_walker.png diff --git a/mobs/king_midas.json b/mobs/king_midas.json new file mode 100644 index 00000000..03a134c7 --- /dev/null +++ b/mobs/king_midas.json @@ -0,0 +1,18 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/king_midas.png", + "parts": true + }, + { + "type": "equipment", + "hand": "GOLD_SWORD", + "helmet": "GOLD_HELMET", + "chestplate": "GOLD_CHESTPLATE", + "leggings": "GOLD_LEGGINGS", + "feet": "GOLD_BOOTS" + } + ] +}
\ No newline at end of file diff --git a/mobs/king_midas.png b/mobs/king_midas.png Binary files differnew file mode 100644 index 00000000..8bfbf68b --- /dev/null +++ b/mobs/king_midas.png diff --git a/mobs/lapis_zombie.json b/mobs/lapis_zombie.json new file mode 100644 index 00000000..3754c2a4 --- /dev/null +++ b/mobs/lapis_zombie.json @@ -0,0 +1,12 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "helmet": "LAPIS_ARMOR_HELMET", + "chestplate": "LAPIS_ARMOR_CHESTPLATE", + "leggings": "LAPIS_ARMOR_LEGGINGS", + "feet": "LAPIS_ARMOR_BOOTS" + } + ] +}
\ No newline at end of file diff --git a/mobs/livid.json b/mobs/livid.json new file mode 100644 index 00000000..2c1e009b --- /dev/null +++ b/mobs/livid.json @@ -0,0 +1,10 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/livid.png", + "parts": true + } + ] +}
\ No newline at end of file diff --git a/mobs/livid.png b/mobs/livid.png Binary files differnew file mode 100644 index 00000000..0933535c --- /dev/null +++ b/mobs/livid.png diff --git a/mobs/lost_adventurer.png b/mobs/lost_adventurer.png Binary files differnew file mode 100644 index 00000000..525b8cab --- /dev/null +++ b/mobs/lost_adventurer.png diff --git a/mobs/magma_cube.json b/mobs/magma_cube.json new file mode 100644 index 00000000..648f9313 --- /dev/null +++ b/mobs/magma_cube.json @@ -0,0 +1,3 @@ +{ + "entity": "MagmaCube" +}
\ No newline at end of file diff --git a/mobs/magma_cube_boss.json b/mobs/magma_cube_boss.json new file mode 100644 index 00000000..648f9313 --- /dev/null +++ b/mobs/magma_cube_boss.json @@ -0,0 +1,3 @@ +{ + "entity": "MagmaCube" +}
\ No newline at end of file diff --git a/mobs/mimic.json b/mobs/mimic.json new file mode 100644 index 00000000..af20ecb8 --- /dev/null +++ b/mobs/mimic.json @@ -0,0 +1,16 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "age", + "baby": "true" + }, + { + "type": "equipment", + "helmet": "MIMIC_MONSTER", + "chestplate": "LEATHER_CHESTPLATE", + "leggings": "LEATHER_LEGGINGS", + "feet": "LEATHER_BOOTS" + } + ] +}
\ No newline at end of file diff --git a/mobs/miner_skeleton.json b/mobs/miner_skeleton.json new file mode 100644 index 00000000..3c871e57 --- /dev/null +++ b/mobs/miner_skeleton.json @@ -0,0 +1,13 @@ +{ + "entity": "Skeleton", + "modifiers": [ + { + "type": "equipment", + "hand": "BOW", + "helmet": "ENCHANTED_DIAMOND_BLOCK", + "chestplate": "TANK_MINER_CHESTPLATE", + "leggings": "TANK_MINER_LEGGINGS", + "feet": "TANK_MINER_BOOTS" + } + ] +}
\ No newline at end of file diff --git a/mobs/miner_zombie.json b/mobs/miner_zombie.json new file mode 100644 index 00000000..75e301f5 --- /dev/null +++ b/mobs/miner_zombie.json @@ -0,0 +1,13 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "hand": "DIAMOND_SWORD", + "helmet": "ENCHANTED_DIAMOND_BLOCK", + "chestplate": "TANK_MINER_CHESTPLATE", + "leggings": "TANK_MINER_LEGGINGS", + "feet": "TANK_MINER_BOOTS" + } + ] +}
\ No newline at end of file diff --git a/mobs/minos_champion.json b/mobs/minos_champion.json new file mode 100644 index 00000000..2609f8f0 --- /dev/null +++ b/mobs/minos_champion.json @@ -0,0 +1,10 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/minos_champion.png", + "parts": true + } + ] +}
\ No newline at end of file diff --git a/mobs/minos_champion.png b/mobs/minos_champion.png Binary files differnew file mode 100644 index 00000000..5dd4e098 --- /dev/null +++ b/mobs/minos_champion.png diff --git a/mobs/minos_hunter.json b/mobs/minos_hunter.json new file mode 100644 index 00000000..7ef7b210 --- /dev/null +++ b/mobs/minos_hunter.json @@ -0,0 +1,13 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "hand": "WOOD_SWORD", + "helmet": "MINOS_HUNTER_MONSTER", + "chestplate": "LEATHER_CHESTPLATE", + "leggings": "LEATHER_LEGGINGS", + "feet": "LEATHER_BOOTS" + } + ] +}
\ No newline at end of file diff --git a/mobs/minos_hunter.png b/mobs/minos_hunter.png Binary files differnew file mode 100644 index 00000000..1bd96397 --- /dev/null +++ b/mobs/minos_hunter.png diff --git a/mobs/minos_inquisitor.json b/mobs/minos_inquisitor.json new file mode 100644 index 00000000..db0c0d02 --- /dev/null +++ b/mobs/minos_inquisitor.json @@ -0,0 +1,10 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/minos_inquisitor.png", + "parts": true + } + ] +}
\ No newline at end of file diff --git a/mobs/minos_inquisitor.png b/mobs/minos_inquisitor.png Binary files differnew file mode 100644 index 00000000..c3ad43dd --- /dev/null +++ b/mobs/minos_inquisitor.png diff --git a/mobs/minotaur.json b/mobs/minotaur.json new file mode 100644 index 00000000..8497cdae --- /dev/null +++ b/mobs/minotaur.json @@ -0,0 +1,10 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/minotaur.png", + "parts": true + } + ] +}
\ No newline at end of file diff --git a/mobs/minotaur.png b/mobs/minotaur.png Binary files differnew file mode 100644 index 00000000..f82c4e5d --- /dev/null +++ b/mobs/minotaur.png diff --git a/mobs/monster_of_the_deep.json b/mobs/monster_of_the_deep.json new file mode 100644 index 00000000..7a6dbde1 --- /dev/null +++ b/mobs/monster_of_the_deep.json @@ -0,0 +1,23 @@ +{ + "entity": "Chicken", + "modifiers": [ + { + "type": "riding", + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "hand": "DIAMOND_SWORD", + "helmet": "CHAINMAIL_HELMET", + "chestplate": "CHAINMAIL_CHESTPLATE", + "leggings": "CHAINMAIL_LEGGINGS", + "feet": "CHAINMAIL_BOOTS" + }, + { + "type": "age", + "baby": "true" + } + ] + } + ] +}
\ No newline at end of file diff --git a/mobs/necron.json b/mobs/necron.json new file mode 100644 index 00000000..0aadc38e --- /dev/null +++ b/mobs/necron.json @@ -0,0 +1,3 @@ +{ + "entity":"SiNelverfish" +}
\ No newline at end of file diff --git a/mobs/nurse_shark.json b/mobs/nurse_shark.json new file mode 100644 index 00000000..b2576d93 --- /dev/null +++ b/mobs/nurse_shark.json @@ -0,0 +1,10 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/nurse_shark.png", + "parts": true + } + ] +}
\ No newline at end of file diff --git a/mobs/nurse_shark.png b/mobs/nurse_shark.png Binary files differnew file mode 100644 index 00000000..e4c184ad --- /dev/null +++ b/mobs/nurse_shark.png diff --git a/mobs/obsidian_defender.json b/mobs/obsidian_defender.json new file mode 100644 index 00000000..dfc961bf --- /dev/null +++ b/mobs/obsidian_defender.json @@ -0,0 +1,10 @@ +{ + "entity": "WitherSkeleton", + "modifiers": [ + { + "type": "equipment", + "helmet": "OBSIDIAN", + "chestplate": "OBSIDIAN_CHESTPLATE" + } + ] +}
\ No newline at end of file diff --git a/mobs/old_wolf.json b/mobs/old_wolf.json new file mode 100644 index 00000000..c53add5c --- /dev/null +++ b/mobs/old_wolf.json @@ -0,0 +1,3 @@ +{ + "entity": "Wolf" +}
\ No newline at end of file diff --git a/mobs/phantom_fisher.json b/mobs/phantom_fisher.json new file mode 100644 index 00000000..5dd08b05 --- /dev/null +++ b/mobs/phantom_fisher.json @@ -0,0 +1,14 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/phantom_fisher.png", + "parts": true + }, + { + "type": "equipment", + "hand": "PHANTOM_ROD" + } + ] +}
\ No newline at end of file diff --git a/mobs/phantom_fisher.png b/mobs/phantom_fisher.png Binary files differnew file mode 100644 index 00000000..361b975d --- /dev/null +++ b/mobs/phantom_fisher.png diff --git a/mobs/phantom_spirit.json b/mobs/phantom_spirit.json new file mode 100644 index 00000000..eab9ea1d --- /dev/null +++ b/mobs/phantom_spirit.json @@ -0,0 +1,10 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/phantom_spirit.png", + "parts": true + } + ] +}
\ No newline at end of file diff --git a/mobs/phantom_spirit.png b/mobs/phantom_spirit.png Binary files differnew file mode 100644 index 00000000..4e1bf48a --- /dev/null +++ b/mobs/phantom_spirit.png diff --git a/mobs/pig.json b/mobs/pig.json new file mode 100644 index 00000000..0b2a64ba --- /dev/null +++ b/mobs/pig.json @@ -0,0 +1,3 @@ +{ + "entity": "Pig" +}
\ No newline at end of file diff --git a/mobs/pigman.json b/mobs/pigman.json new file mode 100644 index 00000000..cda8d4d3 --- /dev/null +++ b/mobs/pigman.json @@ -0,0 +1,10 @@ +{ + "entity": "Pigman", + "modifiers": [ + { + "type": "equipment", + "hand": "GOLD_SWORD", + "chestplate": "GOLD_CHESTPLATE" + } + ] +}
\ No newline at end of file diff --git a/mobs/powder_ghast.json b/mobs/powder_ghast.json new file mode 100644 index 00000000..fc246bb4 --- /dev/null +++ b/mobs/powder_ghast.json @@ -0,0 +1,3 @@ +{ + "entity": "Ghast" +}
\ No newline at end of file diff --git a/mobs/redstone_pigman.json b/mobs/redstone_pigman.json new file mode 100644 index 00000000..ef04daa3 --- /dev/null +++ b/mobs/redstone_pigman.json @@ -0,0 +1,9 @@ +{ + "entity": "Pigman", + "modifiers": [ + { + "type": "equipment", + "hand": "PIGMAN_SWORD" + } + ] + }
\ No newline at end of file diff --git a/mobs/revenant_champion.json b/mobs/revenant_champion.json new file mode 100644 index 00000000..234aeff1 --- /dev/null +++ b/mobs/revenant_champion.json @@ -0,0 +1,12 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "hand": "DIAMOND_SWORD", + "chestplate": "DIAMOND_CHESTPLATE", + "leggings": "CHAINMAIL_LEGGINGS", + "feet": "IRON_BOOTS" + } + ] +}
\ No newline at end of file diff --git a/mobs/revenant_horror.json b/mobs/revenant_horror.json new file mode 100644 index 00000000..08ba9753 --- /dev/null +++ b/mobs/revenant_horror.json @@ -0,0 +1,13 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "hand": "DIAMOND_HOE", + "helmet": "BEHEADED_HORROR", + "chestplate": "DIAMOND_CHESTPLATE", + "leggings": "CHAINMAIL_LEGGINGS", + "feet": "DIAMOND_BOOTS" + } + ] +}
\ No newline at end of file diff --git a/mobs/revenant_horror_5.json b/mobs/revenant_horror_5.json new file mode 100644 index 00000000..3bfda6fb --- /dev/null +++ b/mobs/revenant_horror_5.json @@ -0,0 +1,13 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "hand": "DIAMOND_HOE", + "helmet": "REVENANT_HORROR_5_BOSS", + "chestplate": "DIAMOND_CHESTPLATE", + "leggings": "CHAINMAIL_LEGGINGS", + "feet": "DIAMOND_BOOTS" + } + ] +}
\ No newline at end of file diff --git a/mobs/revenant_sycophant.json b/mobs/revenant_sycophant.json new file mode 100644 index 00000000..db830eed --- /dev/null +++ b/mobs/revenant_sycophant.json @@ -0,0 +1,12 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "hand": "DIAMOND_SWORD", + "chestplate": "DIAMOND_CHESTPLATE", + "leggings": "CHAINMAIL_LEGGINGS", + "feet": "IRON_BOOTS" + } + ] +}
\ No newline at end of file diff --git a/mobs/sadan.json b/mobs/sadan.json new file mode 100644 index 00000000..f4ffaeeb --- /dev/null +++ b/mobs/sadan.json @@ -0,0 +1,10 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/sadan.png", + "parts": true + } + ] +}
\ No newline at end of file diff --git a/mobs/sadan.png b/mobs/sadan.png Binary files differnew file mode 100644 index 00000000..f682d4b1 --- /dev/null +++ b/mobs/sadan.png diff --git a/mobs/scarecrow.json b/mobs/scarecrow.json new file mode 100644 index 00000000..68a9c013 --- /dev/null +++ b/mobs/scarecrow.json @@ -0,0 +1,10 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/scarecrow.png", + "parts": true + } + ] +}
\ No newline at end of file diff --git a/mobs/scarecrow.png b/mobs/scarecrow.png Binary files differnew file mode 100644 index 00000000..d29746ba --- /dev/null +++ b/mobs/scarecrow.png diff --git a/mobs/scared_skeleton.json b/mobs/scared_skeleton.json new file mode 100644 index 00000000..32c61b12 --- /dev/null +++ b/mobs/scared_skeleton.json @@ -0,0 +1,9 @@ +{ + "entity": "Skeleton", + "modifiers": [ + { + "type": "equipment", + "hand": "BOW" + } + ] +}
\ No newline at end of file diff --git a/mobs/scarf.json b/mobs/scarf.json new file mode 100644 index 00000000..feb67572 --- /dev/null +++ b/mobs/scarf.json @@ -0,0 +1,14 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/scarf.png", + "parts": true + }, + { + "type": "equipment", + "hand": "NETHER_STAR" + } + ] +}
\ No newline at end of file diff --git a/mobs/scarf.png b/mobs/scarf.png Binary files differnew file mode 100644 index 00000000..5cf16239 --- /dev/null +++ b/mobs/scarf.png diff --git a/mobs/scary_jerry.json b/mobs/scary_jerry.json new file mode 100644 index 00000000..95750daa --- /dev/null +++ b/mobs/scary_jerry.json @@ -0,0 +1,10 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/scary_jerry.png", + "parts": true + } + ] +}
\ No newline at end of file diff --git a/mobs/scary_jerry.png b/mobs/scary_jerry.png Binary files differnew file mode 100644 index 00000000..5fa8410d --- /dev/null +++ b/mobs/scary_jerry.png diff --git a/mobs/scatha.json b/mobs/scatha.json new file mode 100644 index 00000000..8142ac0c --- /dev/null +++ b/mobs/scatha.json @@ -0,0 +1,12 @@ +{ + "entity": "ArmorStand", + "modifiers": [ + { + "type": "invisible" + }, + { + "type": "equipment", + "helmet": "SCATHA_MONSTER" + } + ] +}
\ No newline at end of file diff --git a/mobs/scatha.png b/mobs/scatha.png Binary files differnew file mode 100644 index 00000000..9a36fb04 --- /dev/null +++ b/mobs/scatha.png diff --git a/mobs/sea_archer.json b/mobs/sea_archer.json new file mode 100644 index 00000000..b6eca272 --- /dev/null +++ b/mobs/sea_archer.json @@ -0,0 +1,12 @@ +{ + "entity": "Skeleton", + "modifiers": [ + { + "type": "equipment", + "hand": "BOW", + "chestplate": "LEATHER_CHESTPLATE#0000FF", + "leggings": "LEATHER_LEGGINGS#0000FF", + "feet": "LEATHER_BOOTS#0000FF" + } + ] +}
\ No newline at end of file diff --git a/mobs/sea_emperor.json b/mobs/sea_emperor.json new file mode 100644 index 00000000..a54f9cbd --- /dev/null +++ b/mobs/sea_emperor.json @@ -0,0 +1,19 @@ +{ + "entity": "Guardian", + "modifiers": [ + { + "type": "riding", + "entity": "Skeleton", + "modifiers": [ + { + "type": "equipment", + "hand": "BOW", + "helmet": "SEA_EMPEROR_SC", + "chestplate": "LEATHER_CHESTPLATE#540202", + "leggings": "LEATHER_LEGGINGS#540202", + "feet": "LEATHER_BOOTS#540202" + } + ] + } + ] +}
\ No newline at end of file diff --git a/mobs/sea_walker.json b/mobs/sea_walker.json new file mode 100644 index 00000000..ade9fb20 --- /dev/null +++ b/mobs/sea_walker.json @@ -0,0 +1,13 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "hand": "DIAMOND_SWORD", + "helmet": "SEA_WALKER_SC", + "chestplate": "LEATHER_CHESTPLATE", + "leggings": "LEATHER_LEGGINGS", + "feet": "LEATHER_BOOTS" + } + ] +}
\ No newline at end of file diff --git a/mobs/shadow_assassin.json b/mobs/shadow_assassin.json new file mode 100644 index 00000000..d923cfc2 --- /dev/null +++ b/mobs/shadow_assassin.json @@ -0,0 +1,14 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/shadow_assassin.png", + "parts": true + }, + { + "type": "equipment", + "hand": "IRON_SWORD" + } + ] +}
\ No newline at end of file diff --git a/mobs/shadow_assassin.png b/mobs/shadow_assassin.png Binary files differnew file mode 100644 index 00000000..e1e3c9d0 --- /dev/null +++ b/mobs/shadow_assassin.png diff --git a/mobs/sheep.json b/mobs/sheep.json new file mode 100644 index 00000000..a04c3771 --- /dev/null +++ b/mobs/sheep.json @@ -0,0 +1,3 @@ +{ + "entity": "Sheep" +}
\ No newline at end of file diff --git a/mobs/skeleton_grunt.json b/mobs/skeleton_grunt.json new file mode 100644 index 00000000..c874d899 --- /dev/null +++ b/mobs/skeleton_grunt.json @@ -0,0 +1,13 @@ +{ + "entity": "Skeleton", + "modifiers": [ + { + "type": "equipment", + "hand": "BOW", + "helmet": "SKELETON_GRUNT_HELMET", + "chestplate": "SKELETON_GRUNT_CHESTPLATE", + "leggings": "SKELETON_GRUNT_LEGGINGS", + "feet": "SKELETON_GRUNT_BOOTS" + } + ] +}
\ No newline at end of file diff --git a/mobs/skeleton_lord.json b/mobs/skeleton_lord.json new file mode 100644 index 00000000..03ad05f4 --- /dev/null +++ b/mobs/skeleton_lord.json @@ -0,0 +1,13 @@ +{ + "entity": "Skeleton", + "modifiers": [ + { + "type": "equipment", + "hand": "BOW", + "helmet": "SKELETON_LORD_HELMET", + "chestplate": "SKELETON_LORD_CHESTPLATE", + "leggings": "SKELETON_LORD_LEGGINGS", + "feet": "SKELETON_LORD_BOOTS" + } + ] +}
\ No newline at end of file diff --git a/mobs/skeleton_master.json b/mobs/skeleton_master.json new file mode 100644 index 00000000..92298b02 --- /dev/null +++ b/mobs/skeleton_master.json @@ -0,0 +1,13 @@ +{ + "entity": "Skeleton", + "modifiers": [ + { + "type": "equipment", + "hand": "BOW", + "helmet": "SKELETON_MASTER_HELMET", + "chestplate": "SKELETON_MASTER_CHESTPLATE", + "leggings": "SKELETON_MASTER_LEGGINGS", + "feet": "SKELETON_MASTER_BOOTS" + } + ] +}
\ No newline at end of file diff --git a/mobs/skeleton_soldier.json b/mobs/skeleton_soldier.json new file mode 100644 index 00000000..78995b8d --- /dev/null +++ b/mobs/skeleton_soldier.json @@ -0,0 +1,13 @@ +{ + "entity": "Skeleton", + "modifiers": [ + { + "type": "equipment", + "hand": "BOW", + "helmet": "SKELETON_SOLDIER_HELMET", + "chestplate": "SKELETON_SOLDIER_CHESTPLATE", + "leggings": "SKELETON_SOLDIER_LEGGINGS", + "feet": "SKELETON_SOLDIER_BOOTS" + } + ] +}
\ No newline at end of file diff --git a/mobs/skeletonhorse.json b/mobs/skeletonhorse.json new file mode 100644 index 00000000..c38cc0b5 --- /dev/null +++ b/mobs/skeletonhorse.json @@ -0,0 +1,3 @@ +{ + "entity": "SkeletonHorse" +}
\ No newline at end of file diff --git a/mobs/skeletor.json b/mobs/skeletor.json new file mode 100644 index 00000000..de7813d2 --- /dev/null +++ b/mobs/skeletor.json @@ -0,0 +1,13 @@ +{ + "entity": "Skeleton", + "modifiers": [ + { + "type": "equipment", + "hand": "BONE", + "helmet": "SKELETOR_HELMET", + "chestplate": "SKELETOR_CHESTPLATE", + "leggings": "SKELETOR_LEGGINGS", + "feet": "SKELETOR_BOOTS" + } + ] +}
\ No newline at end of file diff --git a/mobs/skeletor_prime.json b/mobs/skeletor_prime.json new file mode 100644 index 00000000..a8195683 --- /dev/null +++ b/mobs/skeletor_prime.json @@ -0,0 +1,10 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/skeletor_prime.png", + "parts": true + } + ] +}
\ No newline at end of file diff --git a/mobs/skeletor_prime.png b/mobs/skeletor_prime.png Binary files differnew file mode 100644 index 00000000..89fcf498 --- /dev/null +++ b/mobs/skeletor_prime.png diff --git a/mobs/sniper.json b/mobs/sniper.json new file mode 100644 index 00000000..10c75350 --- /dev/null +++ b/mobs/sniper.json @@ -0,0 +1,10 @@ +{ + "entity": "Skeleton", + "modifiers": [ + { + "type": "equipment", + "hand": "BOW", + "helmet": "SNIPER_HELMET" + } + ] +}
\ No newline at end of file diff --git a/mobs/soul_of_the_alpha.json b/mobs/soul_of_the_alpha.json new file mode 100644 index 00000000..c53add5c --- /dev/null +++ b/mobs/soul_of_the_alpha.json @@ -0,0 +1,3 @@ +{ + "entity": "Wolf" +}
\ No newline at end of file diff --git a/mobs/spider.json b/mobs/spider.json new file mode 100644 index 00000000..d9cdd6e4 --- /dev/null +++ b/mobs/spider.json @@ -0,0 +1,3 @@ +{ + "entity": "Spider" +}
\ No newline at end of file diff --git a/mobs/squid.json b/mobs/squid.json new file mode 100644 index 00000000..72f22c75 --- /dev/null +++ b/mobs/squid.json @@ -0,0 +1,3 @@ +{ + "entity": "Squid" +}
\ No newline at end of file diff --git a/mobs/star_sentry.json b/mobs/star_sentry.json new file mode 100644 index 00000000..7664e954 --- /dev/null +++ b/mobs/star_sentry.json @@ -0,0 +1,14 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/star_sentry.png", + "parts": true + }, + { + "type": "DIAMOND_SWORD", + "hand": "IRON_PICKAXE" + } + ] +}
\ No newline at end of file diff --git a/mobs/star_sentry.png b/mobs/star_sentry.png Binary files differnew file mode 100644 index 00000000..1002b1e0 --- /dev/null +++ b/mobs/star_sentry.png diff --git a/mobs/super_archer.json b/mobs/super_archer.json new file mode 100644 index 00000000..aae35122 --- /dev/null +++ b/mobs/super_archer.json @@ -0,0 +1,13 @@ +{ + "entity": "Skeleton", + "modifiers": [ + { + "type": "equipment", + "hand": "BOW", + "helmet": "BOUNCY_HELMET", + "chestplate": "BOUNCY_CHESTPLATE", + "leggings": "BOUNCY_LEGGINGS", + "feet": "BOUNCY_BOOTS" + } + ] +}
\ No newline at end of file diff --git a/mobs/super_tank_zombie.json b/mobs/super_tank_zombie.json new file mode 100644 index 00000000..3946d64b --- /dev/null +++ b/mobs/super_tank_zombie.json @@ -0,0 +1,12 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "helmet": "SUPER_HEAVY_HELMET", + "chestplate": "SUPER_HEAVY_CHESTPLATE", + "leggings": "SUPER_HEAVY_LEGGINGS", + "feet": "SUPER_HEAVY_BOOTS" + } + ] +}
\ No newline at end of file diff --git a/mobs/superior_lost_adventurer.json b/mobs/superior_lost_adventurer.json new file mode 100644 index 00000000..13ae4442 --- /dev/null +++ b/mobs/superior_lost_adventurer.json @@ -0,0 +1,17 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/lost_adventurer.png" + }, + { + "type": "equipment", + "hand": "DIAMOND_SWORD", + "helmet": "SUPERIOR_DRAGON_HELMET", + "chestplate": "SUPERIOR_DRAGON_CHESTPLATE", + "leggings": "SUPERIOR_DRAGON_LEGGINGS", + "feet": "SUPERIOR_DRAGON_BOOTS" + } + ] +}
\ No newline at end of file diff --git a/mobs/tank_zombie.json b/mobs/tank_zombie.json new file mode 100644 index 00000000..5780475b --- /dev/null +++ b/mobs/tank_zombie.json @@ -0,0 +1,12 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "helmet": "HEAVY_HELMET", + "chestplate": "HEAVY_CHESTPLATE", + "leggings": "HEAVY_LEGGINGS", + "feet": "HEAVY_BOOTS" + } + ] +}
\ No newline at end of file diff --git a/mobs/the_professor.json b/mobs/the_professor.json new file mode 100644 index 00000000..bee606c7 --- /dev/null +++ b/mobs/the_professor.json @@ -0,0 +1,14 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/the_professor.png", + "parts": true + }, + { + "type": "equipment", + "hand": "BOOK_AND_QUILL" + } + ] +}
\ No newline at end of file diff --git a/mobs/the_professor.png b/mobs/the_professor.png Binary files differnew file mode 100644 index 00000000..9fe29fee --- /dev/null +++ b/mobs/the_professor.png diff --git a/mobs/thorn.json b/mobs/thorn.json new file mode 100644 index 00000000..fc246bb4 --- /dev/null +++ b/mobs/thorn.json @@ -0,0 +1,3 @@ +{ + "entity": "Ghast" +}
\ No newline at end of file diff --git a/mobs/thyst.json b/mobs/thyst.json new file mode 100644 index 00000000..7a6abafb --- /dev/null +++ b/mobs/thyst.json @@ -0,0 +1,3 @@ +{ + "entity": "Endermite" +}
\ No newline at end of file diff --git a/mobs/tiger_shark.json b/mobs/tiger_shark.json new file mode 100644 index 00000000..454dcb00 --- /dev/null +++ b/mobs/tiger_shark.json @@ -0,0 +1,10 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/tiger_shark.png", + "parts": true + } + ] +}
\ No newline at end of file diff --git a/mobs/tiger_shark.png b/mobs/tiger_shark.png Binary files differnew file mode 100644 index 00000000..2db22618 --- /dev/null +++ b/mobs/tiger_shark.png diff --git a/mobs/treasure_hoarder.json b/mobs/treasure_hoarder.json new file mode 100644 index 00000000..4be0b521 --- /dev/null +++ b/mobs/treasure_hoarder.json @@ -0,0 +1,14 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/treasure_hoarder.png", + "parts": true + }, + { + "type": "equipment", + "hand": "IRON_PICKAXE" + } + ] +}
\ No newline at end of file diff --git a/mobs/treasure_hoarder.png b/mobs/treasure_hoarder.png Binary files differnew file mode 100644 index 00000000..088f941d --- /dev/null +++ b/mobs/treasure_hoarder.png diff --git a/mobs/trick_or_treater.json b/mobs/trick_or_treater.json new file mode 100644 index 00000000..8fd9c02b --- /dev/null +++ b/mobs/trick_or_treater.json @@ -0,0 +1,16 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "age", + "baby": "true" + }, + { + "type": "equipment", + "helmet": "TRICK_OR_TREATER_MONSTER", + "chestplate": "LEATHER_CHESTPLATE", + "leggings": "LEATHER_LEGGINGS", + "feet": "LEATHER_BOOTS" + } + ] +}
\ No newline at end of file diff --git a/mobs/undead_skeleton.json b/mobs/undead_skeleton.json new file mode 100644 index 00000000..894c107b --- /dev/null +++ b/mobs/undead_skeleton.json @@ -0,0 +1,9 @@ +{ + "entity": "Skeleton", + "modifiers": [ + { + "type": "equipment", + "hand": "BOW" + } + ] +}
\ No newline at end of file diff --git a/mobs/unstable_lost_adventurer.json b/mobs/unstable_lost_adventurer.json new file mode 100644 index 00000000..8dc0dc6e --- /dev/null +++ b/mobs/unstable_lost_adventurer.json @@ -0,0 +1,17 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/lost_adventurer.png" + }, + { + "type": "equipment", + "hand": "DIAMOND_SWORD", + "helmet": "UNSTABLE_DRAGON_HELMET", + "chestplate": "UNSTABLE_DRAGON_CHESTPLATE", + "leggings": "UNSTABLE_DRAGON_LEGGINGS", + "feet": "UNSTABLE_DRAGON_BOOTS" + } + ] +}
\ No newline at end of file diff --git a/mobs/voidgloom_seraph.json b/mobs/voidgloom_seraph.json new file mode 100644 index 00000000..d74ad0ed --- /dev/null +++ b/mobs/voidgloom_seraph.json @@ -0,0 +1,9 @@ +{ + "entity": "Enderman", + "modifiers": [ + { + "type": "equipment", + "hand": "BEACON" + } + ] +}
\ No newline at end of file diff --git a/mobs/watcher.json b/mobs/watcher.json new file mode 100644 index 00000000..020af3c8 --- /dev/null +++ b/mobs/watcher.json @@ -0,0 +1,13 @@ +{ + "entity": "Skeleton", + "modifiers": [ + { + "type": "equipment", + "hand": "BOW", + "helmet": "SUMMONING_EYE", + "chestplate": "LEATHER_CHESTPLATE", + "leggings": "LEATHER_LEGGINGS", + "feet": "LEATHER_BOOTS" + } + ] +}
\ No newline at end of file diff --git a/mobs/water_hydra.json b/mobs/water_hydra.json new file mode 100644 index 00000000..8634d94a --- /dev/null +++ b/mobs/water_hydra.json @@ -0,0 +1,13 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "hand": "DIAMOND_SWORD", + "helmet": "WATER_HYDRA_SC", + "chestplate": "LEATHER_CHESTPLATE#04007B", + "leggings": "LEATHER_LEGGINGS#04007B", + "feet": "LEATHER_BOOTS#04007B" + } + ] +}
\ No newline at end of file diff --git a/mobs/werewolf.json b/mobs/werewolf.json new file mode 100644 index 00000000..4d23d412 --- /dev/null +++ b/mobs/werewolf.json @@ -0,0 +1,10 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/werewolf.png", + "parts": true + } + ] +}
\ No newline at end of file diff --git a/mobs/werewolf.png b/mobs/werewolf.png Binary files differnew file mode 100644 index 00000000..fbdf4482 --- /dev/null +++ b/mobs/werewolf.png diff --git a/mobs/witch.json b/mobs/witch.json new file mode 100644 index 00000000..e8bb65d9 --- /dev/null +++ b/mobs/witch.json @@ -0,0 +1,3 @@ +{ + "entity": "Witch" +}
\ No newline at end of file diff --git a/mobs/wither_gourd.json b/mobs/wither_gourd.json new file mode 100644 index 00000000..1e4dc8e2 --- /dev/null +++ b/mobs/wither_gourd.json @@ -0,0 +1,9 @@ +{ + "entity": "WitherSkeleton", + "modifiers": [ + { + "type": "equipment", + "helmet": "WITHER_GOURD_MONSTER" + } + ] +}
\ No newline at end of file diff --git a/mobs/withermancer.json b/mobs/withermancer.json new file mode 100644 index 00000000..141d3fc7 --- /dev/null +++ b/mobs/withermancer.json @@ -0,0 +1,9 @@ +{ + "entity": "WitherSkeleton", + "modifiers": [ + { + "type": "equipment", + "hand": "CONJURING_SWORD" + } + ] +}
\ No newline at end of file diff --git a/mobs/witherskeleton.json b/mobs/witherskeleton.json new file mode 100644 index 00000000..4507ffb9 --- /dev/null +++ b/mobs/witherskeleton.json @@ -0,0 +1,9 @@ +{ + "entity": "WitherSkeleton", + "modifiers": [ + { + "type": "equipment", + "hand": "STONE_SWORD" + } + ] +}
\ No newline at end of file diff --git a/mobs/wraith.json b/mobs/wraith.json new file mode 100644 index 00000000..6502e1bd --- /dev/null +++ b/mobs/wraith.json @@ -0,0 +1,12 @@ +{ + "entity": "ArmorStand", + "modifiers": [ + { + "type": "invisible" + }, + { + "type": "equipment", + "helmet": "WRAITH_MONSTER" + } + ] +}
\ No newline at end of file diff --git a/mobs/yeti.json b/mobs/yeti.json new file mode 100644 index 00000000..b473a819 --- /dev/null +++ b/mobs/yeti.json @@ -0,0 +1,10 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/yeti.png", + "parts": true + } + ] +}
\ No newline at end of file diff --git a/mobs/yeti.png b/mobs/yeti.png Binary files differnew file mode 100644 index 00000000..e03161d7 --- /dev/null +++ b/mobs/yeti.png diff --git a/mobs/young_lost_adventurer.json b/mobs/young_lost_adventurer.json new file mode 100644 index 00000000..3285e100 --- /dev/null +++ b/mobs/young_lost_adventurer.json @@ -0,0 +1,17 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/lost_adventurer.png" + }, + { + "type": "equipment", + "hand": "DIAMOND_SWORD", + "helmet": "YOUNG_DRAGON_HELMET", + "chestplate": "YOUNG_DRAGON_CHESTPLATE", + "leggings": "YOUNG_DRAGON_LEGGINGS", + "feet": "YOUNG_DRAGON_BOOTS" + } + ] +}
\ No newline at end of file diff --git a/mobs/zealot.json b/mobs/zealot.json new file mode 100644 index 00000000..56fdd44e --- /dev/null +++ b/mobs/zealot.json @@ -0,0 +1,9 @@ +{ + "entity": "Enderman", + "modifiers": [ + { + "type": "equipment", + "hand": "ENDER_CHEST" + } + ] +}
\ No newline at end of file diff --git a/mobs/zombie.json b/mobs/zombie.json new file mode 100644 index 00000000..b4b0bd85 --- /dev/null +++ b/mobs/zombie.json @@ -0,0 +1,3 @@ +{ + "entity": "Zombie" +}
\ No newline at end of file diff --git a/mobs/zombie_commander.json b/mobs/zombie_commander.json new file mode 100644 index 00000000..dcbef1f7 --- /dev/null +++ b/mobs/zombie_commander.json @@ -0,0 +1,13 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "hand": "FISHING_ROD", + "helmet": "ZOMBIE_COMMANDER_HELMET", + "chestplate": "ZOMBIE_COMMANDER_CHESTPLATE", + "leggings": "ZOMBIE_COMMANDER_LEGGINGS", + "feet": "ZOMBIE_COMMANDER_BOOTS" + } + ] +}
\ No newline at end of file diff --git a/mobs/zombie_grunt.json b/mobs/zombie_grunt.json new file mode 100644 index 00000000..61120c93 --- /dev/null +++ b/mobs/zombie_grunt.json @@ -0,0 +1,12 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "helmet": "LEATHER_HELMET", + "chestplate": "LEATHER_CHESTPLATE", + "leggings": "LEATHER_LEGGINGS", + "feet": "LEATHER_BOOTS" + } + ] +}
\ No newline at end of file diff --git a/mobs/zombie_knight.json b/mobs/zombie_knight.json new file mode 100644 index 00000000..0d7179c2 --- /dev/null +++ b/mobs/zombie_knight.json @@ -0,0 +1,12 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "helmet": "ZOMBIE_KNIGHT_HELMET", + "chestplate": "ZOMBIE_KNIGHT_CHESTPLATE", + "leggings": "ZOMBIE_KNIGHT_LEGGINGS", + "feet": "ZOMBIE_KNIGHT_BOOTS" + } + ] +}
\ No newline at end of file diff --git a/mobs/zombie_solider.json b/mobs/zombie_solider.json new file mode 100644 index 00000000..1f212d26 --- /dev/null +++ b/mobs/zombie_solider.json @@ -0,0 +1,13 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "hand": "ZOMBIE_SOLDIER_CUTLASS", + "helmet": "ZOMBIE_SOLDIER_HELMET", + "chestplate": "ZOMBIE_SOLDIER_CHESTPLATE", + "leggings": "ZOMBIE_SOLDIER_LEGGINGS", + "feet": "ZOMBIE_SOLDIER_BOOTS" + } + ] +}
\ No newline at end of file diff --git a/mobs/zombie_villager.json b/mobs/zombie_villager.json new file mode 100644 index 00000000..61120c93 --- /dev/null +++ b/mobs/zombie_villager.json @@ -0,0 +1,12 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "helmet": "LEATHER_HELMET", + "chestplate": "LEATHER_CHESTPLATE", + "leggings": "LEATHER_LEGGINGS", + "feet": "LEATHER_BOOTS" + } + ] +}
\ No newline at end of file |