MineClone2/mods/ENTITIES/mobs_mc
2022-11-15 22:20:04 +00:00
..
locale
models Add strider 2022-11-01 04:52:17 +01:00
sounds
textures Fix mason texture 2022-11-05 03:21:36 +01:00
bat.lua
blaze.lua
chicken.lua
cod.lua
cow+mooshroom.lua Mooshroom color change with on_lightning_strike 2022-11-05 01:16:27 +01:00
creeper.lua Transform creeper with on_lightning_strike 2022-11-05 01:16:27 +01:00
dolphin.lua
ender_dragon.lua Added egg textures to register_egg function/api 2022-10-03 11:52:22 -06:00
enderman.lua Fix enderpos global warning 2022-10-14 00:24:44 +02:00
endermite.lua
ghast.lua
glow_squid.lua Glow squid spawn egg colors 2022-10-13 21:48:05 +00:00
guardian_elder.lua
guardian.lua
hoglin+zoglin.lua Add spawn egg colors, fix translator 2022-10-17 13:57:41 -06:00
horse.lua remove debug and remove resetting value 20 times per second 2022-10-29 12:08:06 +02:00
init.lua Add strider 2022-11-01 04:52:17 +01:00
iron_golem.lua Fix crash when golem tries to pickup item 2022-10-21 01:40:37 +02:00
LICENSE
LICENSE-media.md
llama.lua
mod.conf Add mcl_util to mobs_mc depends 2022-11-05 01:16:27 +01:00
ocelot.lua Cats keep their color 2022-10-14 02:31:23 +02:00
parrot.lua
pig.lua Transform pig with on_lightning_strike 2022-11-05 01:16:27 +01:00
piglin.lua Add hoglin to piglin attack list 2022-10-17 13:57:42 -06:00
pillager.lua don't despawn pillager, evoker and witch 2022-10-14 02:31:23 +02:00
polar_bear.lua
rabbit.lua
README.md
salmon.lua
sheep.lua
shulker.lua
silverfish.lua
skeleton_wither.lua Remove "wild" nether wart, remove natural wither skelly spawning 2022-11-01 04:52:17 +01:00
skeleton+stray.lua Make skeleton strafe and avoid enemies 2022-10-29 12:08:06 +02:00
slime+magma_cube.lua
snowman.lua
spider.lua fix cave spiders not the correct size/eyes being damageable 2022-10-24 20:14:37 +00:00
squid.lua
strider.lua Fix mob api can_spawn callback 2022-11-02 03:47:23 +01:00
tropical_fish.lua
vex.lua
villager_evoker.lua don't despawn pillager, evoker and witch 2022-10-14 02:31:23 +02:00
villager_illusioner.lua
villager_vindicator.lua
villager_zombie.lua
villager.lua turn villagers to z villagers not normal zs 2022-11-15 22:20:04 +00:00
witch.lua don't despawn pillager, evoker and witch 2022-10-14 02:31:23 +02:00
wither.lua Grow wither rose when wither kills mob 2022-11-01 04:52:17 +01:00
wolf.lua
zombie.lua give zombie's the ability to wear armor. 2022-10-27 01:32:40 +00:00
zombiepig.lua fix zpigmen textures 2022-10-19 11:02:20 -07:00

MC-like mobs [mobs_mc]

This mod adds mobs which closely resemble the mobs from the game Minecraft, version 1.12.

Credits

  • maikerumine: Coding behaviour, spawning, drops, and misc.
  • Wuzzy2: Zombies, husks, item textures, and code
  • toby109tt: Mapping fixes - better 2D planes
  • 22i: Models (done in Blender) and mob icons for spawn eggs
  • XSSheep: Mob and item textures (from Pixel Perfection)
  • MysticTempest: More mob textures
  • See LICENSE_media.md for detailed credits about each file

Licensing

  • Code: GNU General Public License, version 3 (see LICENSE)
  • Media: MIT, CC0, CC BY 3.0 CC BY-SA 4.0, LGPLv2.1, GPLv3. See LICENSE_media.md for details

List of mobs

Note: Many of these are incomplete.

Monsters

  • Zombie
  • Husk
  • Skeleton
  • Stray
  • Creeper
  • Slime
  • Spider
  • Cave Spider
  • Enderman
  • Zombie Villager
  • Zombie Pigman
  • Wither Skeleton
  • Magma Cube
  • Blaze
  • Ghast
  • Evoker
  • Vex
  • Vindicator
  • Witch
  • Guardian
  • Silverfish
  • Endermite
  • Shulker
  • Ender Dragon
  • Wither
  • Elder Guardian

Peaceful mobs

  • Chicken
  • Cow
  • Pig
  • Rabbit
  • Sheep
  • Squid
  • Polar Bear
  • Bat
  • Mooshroom
  • Horse
  • Donkey
  • Llama
  • Mule
  • Skeleton Horse
  • Zombie Horse

Helpful mobs

  • Wolf
  • Villager
  • Iron golem
  • Snow golem
  • Ocelot/Cat
  • Parrot