VoxeLibre/mods/ENTITIES/mobs_mc
PrairieAstronomer 3aa26cac14 Tropical Fish Bucket
Adds the bucket of tropical fish.
2022-07-24 23:52:42 +02:00
..
locale update locale es 2022-07-15 22:55:03 +00:00
models Add tropical fish 2022-07-24 23:52:41 +02:00
sounds Add more Villager sounds 2022-06-06 12:09:14 -07:00
textures Add tropical fish 2022-07-24 23:52:41 +02:00
LICENSE Add brand-new updated mobs_mc mod 2017-07-05 03:15:46 +02:00
LICENSE-media.md Enable placing carpets on llamas and add textures for it 2022-05-13 22:00:09 +00:00
README.md Remove mobs_mc_gameconfig 2022-05-27 02:44:39 +02:00
bat.lua Enable group spawning for all mobs, add mc values 2022-07-18 00:10:23 +00:00
blaze.lua Enable group spawning for all mobs, add mc values 2022-07-18 00:10:23 +00:00
chicken.lua non-tamable mobs will not send tame param to feed_tame func, 2022-07-22 03:27:41 +02:00
cod.lua Enable group spawning for all mobs, add mc values 2022-07-18 00:10:23 +00:00
cow+mooshroom.lua non-tamable mobs will not send tame param to feed_tame func, 2022-07-22 03:27:41 +02:00
creeper.lua adapt several mob spawning conditions to mc 2022-07-18 00:10:23 +00:00
depends.txt Refactor spawning into it's own file 2021-04-08 23:58:10 +04:00
dolphin.lua adapt several mob spawning conditions to mc 2022-07-18 00:10:23 +00:00
ender_dragon.lua Knockback fixes: 2022-06-07 02:55:19 -05:00
enderman.lua Check 3 nodes above for enderman spawn 2022-07-22 03:27:41 +02:00
endermite.lua Rename mobs global to mcl_mobs 2022-05-25 23:13:33 +02:00
ghast.lua Add ghasts specific spawning conditions 2022-07-22 03:27:41 +02:00
guardian.lua Enable group spawning for all mobs, add mc values 2022-07-18 00:10:23 +00:00
guardian_elder.lua Remove mobs_mc_gameconfig 2022-05-27 02:44:39 +02:00
horse.lua adapt several mob spawning conditions to mc 2022-07-18 00:10:23 +00:00
init.lua Add tropical fish 2022-07-24 23:52:41 +02:00
iron_golem.lua Knockback fixes: 2022-06-07 02:55:19 -05:00
llama.lua make llamas retaliate by spitting. 2022-07-22 03:27:41 +02:00
mod.conf Remove mobs_mc_gameconfig 2022-05-27 02:44:39 +02:00
ocelot.lua Enable group spawning for all mobs, add mc values 2022-07-18 00:10:23 +00:00
parrot.lua Detection radius is 20 according to the wiki 2022-07-17 23:42:34 +02:00
pig.lua non-tamable mobs will not send tame param to feed_tame func, 2022-07-22 03:27:41 +02:00
polar_bear.lua do not spawn polar bears in extremehills+_snowtop 2022-07-04 01:46:41 +02:00
rabbit.lua non-tamable mobs will not send tame param to feed_tame func, 2022-07-22 03:27:41 +02:00
salmon.lua Fix translator modnames 2022-07-09 02:30:48 +02:00
sheep.lua Sheep run away when hit 2022-07-22 03:27:41 +02:00
shulker.lua Knockback fixes: 2022-06-07 02:55:19 -05:00
silverfish.lua Remove mobs_mc_gameconfig 2022-05-27 02:44:39 +02:00
skeleton+stray.lua Remove MushroomIsland from several mobs spawn list 2022-07-18 02:11:48 +02:00
skeleton_wither.lua adapt several mob spawning conditions to mc 2022-07-18 00:10:23 +00:00
slime+magma_cube.lua adapt several mob spawning conditions to mc 2022-07-18 00:10:23 +00:00
snowman.lua Remove mobs_mc_gameconfig 2022-05-27 02:44:39 +02:00
spider.lua adapt several mob spawning conditions to mc 2022-07-18 00:10:23 +00:00
squid.lua Add salmon, cod and dolphin from mcl5 2022-07-09 02:30:48 +02:00
tropical_fish.lua Tropical Fish Bucket 2022-07-24 23:52:42 +02:00
vex.lua Rename mobs global to mcl_mobs 2022-05-25 23:13:33 +02:00
villager.lua never show nitwit trading formspec 2022-07-19 11:46:28 +02:00
villager_evoker.lua Remove mobs_mc_gameconfig 2022-05-27 02:44:39 +02:00
villager_illusioner.lua Rename mobs global to mcl_mobs 2022-05-25 23:13:33 +02:00
villager_vindicator.lua Remove mobs_mc_gameconfig 2022-05-27 02:44:39 +02:00
villager_zombie.lua Remove MushroomIsland from several mobs spawn list 2022-07-18 02:11:48 +02:00
witch.lua Remove mobs_mc_gameconfig 2022-05-27 02:44:39 +02:00
wither.lua Remove mobs_mc_gameconfig 2022-05-27 02:44:39 +02:00
wolf.lua wolf when tamed will retain its health and not heal to full hp 2022-07-22 03:27:41 +02:00
zombie.lua adapt several mob spawning conditions to mc 2022-07-18 00:10:23 +00:00
zombiepig.lua adapt several mob spawning conditions to mc 2022-07-18 00:10:23 +00: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

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