Mineclonia/mods/ENTITIES/mobs_mc
Elias Åström 5d3514880a Move data from deprecated files to mod.conf
Move data from deprecated files (depends.txt and description.txt) into
fields in mod.conf for all mods.
2021-05-16 13:44:04 +02:00
..
locale Added french, spanish, russian translation for killerbunny-nametag 2021-04-19 20:43:18 +02:00
models Add charged creeper 2021-02-12 16:48:46 -08:00
sounds
textures Enable alpha for mobs 2021-02-19 13:11:18 -08:00
0_gameconfig.lua
1_items_default.lua
2_throwing.lua Update use_texture_alpha to the minetest 5.4 conventions 2021-02-18 14:00:17 +01:00
3_shared.lua
4_heads.lua
5_spawn_abm_check.lua Enable villager spawning. 2021-02-09 06:06:19 -06:00
LICENSE
LICENSE-media.md
README.md
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 Give charged creeper an explosion strength of 6 2021-02-16 09:55:36 +01:00
ender_dragon.lua Prevent Ender dragon and Wither from despawning 2021-02-25 12:48:17 +01:00
enderman.lua Fix endermen teleporting in the rain in the end per issue #1169. 2021-02-25 21:48:37 -06:00
endermite.lua
gameconfig.md
ghast.lua
guardian.lua
guardian_elder.lua
horse.lua
init.lua
iron_golem.lua
llama.lua
mod.conf Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
ocelot.lua
parrot.lua
pig.lua
polar_bear.lua
rabbit.lua Sets killerbunny-label in a translateable way 2021-04-19 20:27:20 +02:00
sheep.lua
shulker.lua
silverfish.lua
skeleton+stray.lua
skeleton_wither.lua
slime+magma_cube.lua Make use_texture_alpha an mobs_mc.entity setting 2021-02-21 17:10:04 -08:00
snowman.lua
spider.lua
squid.lua
vex.lua
villager.lua Fix #1152 2021-03-01 10:51:57 +01:00
villager_evoker.lua
villager_illusioner.lua
villager_vindicator.lua
villager_zombie.lua Implement curing zombie villagers 2021-01-23 15:40:12 +01:00
witch.lua
wither.lua Prevent Ender dragon and Wither from despawning 2021-02-25 12:48:17 +01:00
wolf.lua
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