1
0
Fork 0
MineClone2/mods/ENTITIES/mobs_mc
Wuzzy 7d66d5f2d3 Remove unused arrow code for wither skeleton 2018-09-14 16:08:32 +02:00
..
locale
models
sounds Add skeleton sounds 2018-09-14 15:58:31 +02:00
textures Add creamy horse texture 2018-06-10 15:51:03 +02:00
0_gameconfig.lua Update deprecated settings syntax 2018-06-20 19:02:52 +02:00
1_items_default.lua
2_throwing.lua
3_shared.lua
4_heads.lua
5_spawn_abm_check.lua
LICENSE
LICENSE-media.md Add skeleton sounds 2018-09-14 15:58:31 +02:00
README.md
agent.lua
bat.lua Add some despawning logic (but do not enable despawning yet) 2018-09-14 14:48:48 +02:00
blaze.lua
chicken.lua
cow+mooshroom.lua
creeper.lua
depends.txt
description.txt
ender_dragon.lua
enderman.lua
endermite.lua
gameconfig.md
ghast.lua
guardian.lua
guardian_elder.lua
horse.lua Add skeleton sounds 2018-09-14 15:58:31 +02:00
init.lua
intllib.lua
iron_golem.lua
llama.lua
mod.conf
ocelot.lua Add some despawning logic (but do not enable despawning yet) 2018-09-14 14:48:48 +02:00
parrot.lua
pig.lua
polar_bear.lua
rabbit.lua
sheep.lua
shulker.lua
silverfish.lua
skeleton+stray.lua Add bow shooting sound when mob fires an arrow 2018-09-14 16:07:22 +02:00
skeleton_wither.lua Remove unused arrow code for wither skeleton 2018-09-14 16:08:32 +02:00
slime+magma_cube.lua
snowman.lua Fix snowman's head texture 2018-07-09 23:33:32 +02:00
spider.lua
squid.lua Add some despawning logic (but do not enable despawning yet) 2018-09-14 14:48:48 +02:00
vex.lua
villager.lua Fix undeclared global fail in villager.lua 2018-06-11 14:47:41 +02:00
villager_evoker.lua
villager_illusioner.lua Add bow shooting sound when mob fires an arrow 2018-09-14 16:07:22 +02:00
villager_vindicator.lua
villager_zombie.lua
witch.lua
wither.lua
wolf.lua Add some despawning logic (but do not enable despawning yet) 2018-09-14 14:48:48 +02:00
zombie.lua
zombiepig.lua

README.md

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