MineClone2/mods/ENTITIES/mobs_mc
Saku Laesvuori c5e1734c1c Make horse taming more similar to minecraft (#1249)
In minecraft horses are tamed by trying to ride them and they can also
be fed to speed up taming. This commit implements both of those
features and disables the old and broken taming system for horses.
2021-04-04 23:24:28 +03:00
..
locale
models
sounds Add villager sounds 2021-03-25 08:52:32 -07:00
textures make ghast firing more MC-like 2021-04-03 18:39:20 -07:00
1_items_default.lua MAKE EVERY SINGLE MOD USE PROPER COLORS!!! 2021-03-30 00:01:29 +02:00
2_throwing.lua fix SO MANY pairs/ipairs 2021-03-16 17:35:46 +01:00
3_shared.lua
4_heads.lua
5_spawn_abm_check.lua
0_gameconfig.lua
agent.lua
bat.lua
blaze.lua Simplify mcl_burning API 2021-02-22 10:55:14 +01:00
chicken.lua
cow+mooshroom.lua
creeper.lua
ender_dragon.lua add API for mcl_wip 2021-03-07 00:42:34 +01:00
enderman.lua make endermen not teleport everytime when hitted 2021-04-02 15:04:21 +02:00
endermite.lua
gameconfig.md
ghast.lua make ghast firing more MC-like 2021-04-03 18:39:20 -07:00
guardian_elder.lua
guardian.lua
horse.lua Make horse taming more similar to minecraft (#1249) 2021-04-04 23:24:28 +03:00
init.lua
iron_golem.lua
LICENSE
LICENSE-media.md
llama.lua
mod.conf MAKE EVERY SINGLE MOD USE PROPER COLORS!!! 2021-03-30 00:01:29 +02:00
ocelot.lua
parrot.lua
pig.lua
polar_bear.lua
rabbit.lua
README.md
sheep.lua Revert "Do a secre thing even more secret then the secret thing of secret" 2021-03-25 17:34:03 +01:00
shulker.lua
silverfish.lua
skeleton_wither.lua
skeleton+stray.lua
slime+magma_cube.lua Slimes can burn 2021-03-24 08:54:23 +01:00
snowman.lua
spider.lua
squid.lua
vex.lua
villager_evoker.lua Fix villager visual_size (Closes #1338) 2021-03-19 14:32:02 +01:00
villager_illusioner.lua Fix villager visual_size (Closes #1338) 2021-03-19 14:32:02 +01:00
villager_vindicator.lua Fix villager visual_size (Closes #1338) 2021-03-19 14:32:02 +01:00
villager_zombie.lua Fix villager visual_size (Closes #1338) 2021-03-19 14:32:02 +01:00
villager.lua MAKE EVERY SINGLE MOD USE PROPER COLORS!!! 2021-03-30 00:01:29 +02:00
witch.lua Fix villager visual_size (Closes #1338) 2021-03-19 14:32:02 +01:00
wither.lua Add wither functions from MC 2021-03-29 11:29:39 -07:00
wolf.lua
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