MineClone2/mods/ENTITIES/mobs_mc
2018-09-18 21:39:03 +02:00
..
locale
models
sounds Fix mobs_mc_vex_death.ogg being stereo 2018-09-18 21:39:03 +02:00
textures Add creamy horse texture 2018-06-10 15:51:03 +02:00
1_items_default.lua Harden a number of minetest.after player checks 2018-06-03 16:44:37 +02:00
2_throwing.lua
3_shared.lua
4_heads.lua
5_spawn_abm_check.lua Add some global spawn restrictions 2018-06-03 17:48:32 +02:00
0_gameconfig.lua Update deprecated settings syntax 2018-06-20 19:02:52 +02:00
agent.lua Add ghast shoot/death sound, add many sound TODOs 2018-09-14 16:27:58 +02:00
bat.lua Add bat sound 2018-09-18 19:46:44 +02:00
blaze.lua
chicken.lua Add ghast shoot/death sound, add many sound TODOs 2018-09-14 16:27:58 +02:00
cow+mooshroom.lua Add crazy coo hurt/death sounds 2018-09-14 17:37:24 +02:00
creeper.lua Add creeper and vex sounds 2018-09-18 16:14:55 +02:00
depends.txt Implement basic villager trading formspec 2018-06-03 18:37:53 +02:00
description.txt Rename mobs mod to mcl_mobs 2018-05-31 18:32:26 +02:00
ender_dragon.lua Add ghast shoot/death sound, add many sound TODOs 2018-09-14 16:27:58 +02:00
enderman.lua Add ghast shoot/death sound, add many sound TODOs 2018-09-14 16:27:58 +02:00
endermite.lua Add ghast shoot/death sound, add many sound TODOs 2018-09-14 16:27:58 +02:00
gameconfig.md
ghast.lua Add ghast shoot/death sound, add many sound TODOs 2018-09-14 16:27:58 +02:00
guardian_elder.lua Add ghast shoot/death sound, add many sound TODOs 2018-09-14 16:27:58 +02:00
guardian.lua Add ghast shoot/death sound, add many sound TODOs 2018-09-14 16:27:58 +02:00
horse.lua Add basic horse sounds 2018-09-18 14:49:28 +02:00
init.lua Add some global spawn restrictions 2018-06-03 17:48:32 +02:00
intllib.lua
iron_golem.lua Add ghast shoot/death sound, add many sound TODOs 2018-09-14 16:27:58 +02:00
LICENSE
LICENSE-media.md Add new cat/ocelot sounds 2018-09-18 21:21:05 +02:00
llama.lua
mod.conf
ocelot.lua Add new cat/ocelot sounds 2018-09-18 21:21:05 +02:00
parrot.lua Add ghast shoot/death sound, add many sound TODOs 2018-09-14 16:27:58 +02:00
pig.lua Make sure bred pig and sheep stay tamed and owned 2018-05-31 17:32:13 +02:00
polar_bear.lua Add ghast shoot/death sound, add many sound TODOs 2018-09-14 16:27:58 +02:00
rabbit.lua Add ghast shoot/death sound, add many sound TODOs 2018-09-14 16:27:58 +02:00
README.md
sheep.lua Make sure bred pig and sheep stay tamed and owned 2018-05-31 17:32:13 +02:00
shulker.lua Add ghast shoot/death sound, add many sound TODOs 2018-09-14 16:27:58 +02:00
silverfish.lua Add ghast shoot/death sound, add many sound TODOs 2018-09-14 16:27:58 +02:00
skeleton_wither.lua Remove unused arrow code for wither skeleton 2018-09-14 16:08:32 +02:00
skeleton+stray.lua Add bow shooting sound when mob fires an arrow 2018-09-14 16:07:22 +02:00
slime+magma_cube.lua
snowman.lua Add ghast shoot/death sound, add many sound TODOs 2018-09-14 16:27:58 +02:00
spider.lua Add ghast shoot/death sound, add many sound TODOs 2018-09-14 16:27:58 +02:00
squid.lua Add ghast shoot/death sound, add many sound TODOs 2018-09-14 16:27:58 +02:00
vex.lua Add creeper and vex sounds 2018-09-18 16:14:55 +02:00
villager_evoker.lua Add ghast shoot/death sound, add many sound TODOs 2018-09-14 16:27:58 +02:00
villager_illusioner.lua Add bow shooting sound when mob fires an arrow 2018-09-14 16:07:22 +02:00
villager_vindicator.lua Add ghast shoot/death sound, add many sound TODOs 2018-09-14 16:27:58 +02:00
villager_zombie.lua Lightning no longer turns villagers to witches 2018-06-10 15:27:01 +02:00
villager.lua Add ghast shoot/death sound, add many sound TODOs 2018-09-14 16:27:58 +02:00
witch.lua Add ghast shoot/death sound, add many sound TODOs 2018-09-14 16:27:58 +02:00
wither.lua Add ghast shoot/death sound, add many sound TODOs 2018-09-14 16:27:58 +02:00
wolf.lua Add ghast shoot/death sound, add many sound TODOs 2018-09-14 16:27:58 +02:00
zombie.lua
zombiepig.lua

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

Useful information for developers

Game integration

Want to include this mod in your game? Read gameconfig.md.

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