VoxeLibre/mods/ENTITIES/mobs_mc
kno10 ae7995d195 Fix axolotl attacking water mobs (#4675)
Also avoid jumping out of the water closes #4644

Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4675
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: kno10 <kno10@noreply.git.minetest.land>
Co-committed-by: kno10 <kno10@noreply.git.minetest.land>
2024-10-27 14:10:11 +01:00
..
locale
models
sounds
axolotl.lua Fix axolotl attacking water mobs (#4675) 2024-10-27 14:10:11 +01:00
bat.lua
blaze.lua Fix incorrect usages of math.random (#4621) 2024-09-07 14:58:12 +02:00
chicken.lua
cod.lua Fix incorrect usages of math.random (#4621) 2024-09-07 14:58:12 +02:00
cow+mooshroom.lua Improved tool tooltips (#4306) 2024-05-22 18:55:07 +00:00
dolphin.lua Fix incorrect usages of math.random (#4621) 2024-09-07 14:58:12 +02:00
ender_dragon.lua Slow ender dragon regeneration (#4481) 2024-07-31 02:56:33 +02:00
endermite.lua
ghast.lua
glow_squid.lua
guardian.lua Fix a crash 2024-05-22 21:03:43 +02:00
guardian_elder.lua Fix a crash 2024-05-22 21:03:43 +02:00
hoglin+zoglin.lua
horse.lua
init.lua Finish renames (#4314) 2024-05-22 19:18:10 +00:00
iron_golem.lua Fix iron golem attack animation (#4542) 2024-07-31 03:18:53 +02:00
LICENSE
LICENSE-media.md
llama.lua
mod.conf Fix two additional dependency issues 2024-09-15 22:25:44 +02:00
ocelot.lua
parrot.lua
pig.lua
piglin.lua Piglin brutes are not immune to fire and lava (#4378) 2024-09-08 14:01:05 +02:00
pillager.lua
polar_bear.lua
rabbit.lua
README.md
rover.lua Fix mob spawner crash (#4337) 2024-05-30 08:29:12 +00:00
salmon.lua Allow salmon, tropical fish, witch huts in rivers (#4605) 2024-08-31 10:16:43 +02:00
sheep.lua Improved tool tooltips (#4306) 2024-05-22 18:55:07 +00:00
shulker.lua
silverfish.lua
skeleton+stray.lua Make zombies and skeletons not float (#4512) 2024-09-15 23:14:10 +02:00
skeleton_wither.lua Make zombies and skeletons not float (#4512) 2024-09-15 23:14:10 +02:00
slime+magma_cube.lua Change several places where mobs are created to use mcl_mobs.spawn() instead of minetest.add_entity() 2024-09-16 13:32:06 +02:00
snowman.lua Improved tool tooltips (#4306) 2024-05-22 18:55:07 +00:00
spider.lua Make spiders require 3x1x3 space to spawn 2024-09-16 13:32:06 +02:00
squid.lua
stalker.lua Fix Stalker texture generation (#4343) 2024-06-01 20:23:38 +00:00
strider.lua
tropical_fish.lua Allow salmon, tropical fish, witch huts in rivers (#4605) 2024-08-31 10:16:43 +02:00
vex.lua
villager.lua Address review comments 2024-09-16 13:32:06 +02:00
villager_evoker.lua Change several places where mobs are created to use mcl_mobs.spawn() instead of minetest.add_entity() 2024-09-16 13:32:06 +02:00
villager_illusioner.lua
villager_vindicator.lua
villager_zombie.lua Make zombies and skeletons not float (#4512) 2024-09-15 23:14:10 +02:00
witch.lua
wither.lua Migrated mobs to the new effects API 2024-05-22 21:03:43 +02:00
wolf.lua
zombie.lua Make zombies and skeletons not float (#4512) 2024-09-15 23:14:10 +02: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
  • Stalker
  • Slime
  • Spider
  • Cave Spider
  • Rover
  • Zombie Villager
  • Zombie Piglin
  • Wither Skeleton
  • Magma Cube
  • Blaze
  • Ghast
  • Evoker
  • Vex
  • Vindicator
  • Witch
  • Guardian
  • Silverfish
  • Endermite
  • Shulker
  • Ender Dragon
  • Wither
  • Elder Guardian

Peaceful mobs

  • Axolotl
  • 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