MineClone2/mods/ENTITIES/mobs_mc
epCode f856b4d06c Git Update 2021-10-13 12:00:06 -07:00
..
locale Git Update 2021-10-13 12:00:06 -07:00
models Git Update 2021-10-13 12:00:06 -07:00
sounds Git Update 2021-10-13 12:00:06 -07:00
textures Git Update 2021-10-13 12:00:06 -07:00
0_gameconfig.lua Git Update 2021-10-13 12:00:06 -07:00
1_items_default.lua Git Update 2021-10-13 12:00:06 -07:00
2_throwing.lua Git Update 2021-10-13 12:00:06 -07:00
3_shared.lua Replace deprecated functions 2019-03-06 04:38:57 +01:00
4_heads.lua Git Update 2021-10-13 12:00:06 -07:00
5_spawn_abm_check.lua Update various 2021-02-10 18:54:33 -08:00
LICENSE Add brand-new updated mobs_mc mod 2017-07-05 03:15:46 +02:00
LICENSE-media.md Git Update 2021-10-13 12:00:06 -07:00
README.md Update mobs_mc 2018-03-25 22:27:06 +02:00
agent.lua Git Update 2021-10-13 12:00:06 -07:00
bat.lua Git Update 2021-10-13 12:00:06 -07:00
blaze.lua Git Update 2021-10-13 12:00:06 -07:00
chicken.lua Git Update 2021-10-13 12:00:06 -07:00
cow+mooshroom.lua Git Update 2021-10-13 12:00:06 -07:00
creeper.lua Git Update 2021-10-13 12:00:06 -07:00
depends.txt Git Update 2021-10-13 12:00:06 -07:00
ender_dragon.lua Git Update 2021-10-13 12:00:06 -07:00
enderman.lua Git Update 2021-10-13 12:00:06 -07:00
endermite.lua Git Update 2021-10-13 12:00:06 -07:00
gameconfig.md Update mobs_mc 2018-03-25 22:27:06 +02:00
ghast.lua Git Update 2021-10-13 12:00:06 -07:00
guardian.lua Git Update 2021-10-13 12:00:06 -07:00
guardian_elder.lua Git Update 2021-10-13 12:00:06 -07:00
horse.lua Git Update 2021-10-13 12:00:06 -07:00
init.lua Git Update 2021-10-13 12:00:06 -07:00
iron_golem.lua Git Update 2021-10-13 12:00:06 -07:00
llama.lua Git Update 2021-10-13 12:00:06 -07:00
mod.conf Git Update 2021-10-13 12:00:06 -07:00
ocelot.lua Git Update 2021-10-13 12:00:06 -07:00
parrot.lua Git Update 2021-10-13 12:00:06 -07:00
pig.lua Git Update 2021-10-13 12:00:06 -07:00
polar_bear.lua Git Update 2021-10-13 12:00:06 -07:00
rabbit.lua Git Update 2021-10-13 12:00:06 -07:00
sheep.lua Git Update 2021-10-13 12:00:06 -07:00
shulker.lua Git Update 2021-10-13 12:00:06 -07:00
silverfish.lua Git Update 2021-10-13 12:00:06 -07:00
skeleton+stray.lua Git Update 2021-10-13 12:00:06 -07:00
skeleton_wither.lua Git Update 2021-10-13 12:00:06 -07:00
slime+magma_cube.lua Git Update 2021-10-13 12:00:06 -07:00
snowman.lua Git Update 2021-10-13 12:00:06 -07:00
spider.lua Git Update 2021-10-13 12:00:06 -07:00
squid.lua Git Update 2021-10-13 12:00:06 -07:00
vex.lua Git Update 2021-10-13 12:00:06 -07:00
villager.lua Git Update 2021-10-13 12:00:06 -07:00
villager_evoker.lua Git Update 2021-10-13 12:00:06 -07:00
villager_illusioner.lua Git Update 2021-10-13 12:00:06 -07:00
villager_vindicator.lua Git Update 2021-10-13 12:00:06 -07:00
villager_zombie.lua Git Update 2021-10-13 12:00:06 -07:00
witch.lua Git Update 2021-10-13 12:00:06 -07:00
wither.lua Git Update 2021-10-13 12:00:06 -07:00
wolf.lua Git Update 2021-10-13 12:00:06 -07:00
zombie.lua Git Update 2021-10-13 12:00:06 -07:00
zombiepig.lua Git Update 2021-10-13 12:00:06 -07:00

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