1
0
Fork 0
MineClone2/mods/ENTITIES/mobs_mc
Elias Fleckenstein 78355c5c57 Integrate totems 2021-04-23 13:40:51 +02:00
..
locale
models rid some mobs of bouncing animation 2021-04-19 14:29:12 -07:00
sounds
textures Fix glitch with Stray 2021-04-15 14:53:22 -07:00
0_gameconfig.lua
1_items_default.lua Integrate totems 2021-04-23 13:40:51 +02:00
2_throwing.lua
3_shared.lua
4_heads.lua
5_spawn_abm_check.lua
LICENSE
LICENSE-media.md
README.md
agent.lua
bat.lua
blaze.lua Rewrite armor; new damage system 2021-04-14 15:46:52 +02:00
chicken.lua
cow+mooshroom.lua
creeper.lua
depends.txt
ender_dragon.lua Fix #1535 2021-04-11 17:30:32 +02:00
enderman.lua Fix #1538 2021-04-13 11:34:53 +00:00
endermite.lua
gameconfig.md
ghast.lua Rewrite armor; new damage system 2021-04-14 15:46:52 +02:00
guardian.lua
guardian_elder.lua
horse.lua
init.lua
iron_golem.lua
llama.lua
mod.conf Revert color changes to GUI. 2021-04-19 14:44:20 +02:00
ocelot.lua
parrot.lua
pig.lua
polar_bear.lua
rabbit.lua
sheep.lua
shulker.lua
silverfish.lua
skeleton+stray.lua Fix glitch with Stray 2021-04-15 14:53:22 -07:00
skeleton_wither.lua Make Zmbs, Husks, Sklys, Strys, and WthrSklys support armor textures. 2021-04-14 16:51:17 -07:00
slime+magma_cube.lua
snowman.lua
spider.lua
squid.lua
vex.lua
villager.lua Revert color changes to GUI. 2021-04-19 14:44:20 +02:00
villager_evoker.lua
villager_illusioner.lua
villager_vindicator.lua
villager_zombie.lua Fix Stupid mistake with zombievillagers 2021-04-15 14:29:24 -07:00
witch.lua
wither.lua Fix #1535 2021-04-11 17:30:32 +02:00
wolf.lua
zombie.lua Make Zmbs, Husks, Sklys, Strys, and WthrSklys support armor textures. 2021-04-14 16:51:17 -07:00
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