1
0
Fork 0
MineClone2/mods/ENTITIES/mobs_mc
Marcin Serwin 034a29edc0 Add polish translation of mobs_mc 2021-04-12 09:55:53 +02:00
..
locale Add polish translation of mobs_mc 2021-04-12 09:55:53 +02:00
models
sounds
textures
0_gameconfig.lua merge 2021-04-08 23:58:11 +04:00
1_items_default.lua
2_throwing.lua
3_shared.lua
4_heads.lua
5_spawn_abm_check.lua
LICENSE
LICENSE-media.md
README.md
agent.lua Revert "Revert "Merge pull request 'Massively overhaul spawning algorithm for mobs' (#1487) from jordan4ibanez/MineClone2-MobTweaks:master into master"" 2021-04-08 23:58:10 +04:00
bat.lua Fix typo 2021-04-08 23:58:11 +04:00
blaze.lua Add bats, chicken, and blaze spawn info 2021-04-08 23:58:11 +04:00
chicken.lua Add in all biome information to mobs 2021-04-08 23:58:11 +04:00
cow+mooshroom.lua Fix forgotten biome check 2021-04-08 23:58:11 +04:00
creeper.lua Add in all biome information to mobs 2021-04-08 23:58:11 +04:00
depends.txt Refactor spawning into it's own file 2021-04-08 23:58:10 +04:00
ender_dragon.lua Add end crystal beams 2021-04-10 20:58:34 +02:00
enderman.lua [mobs_mc] Remove `goto` from enderman.lua 2021-04-11 02:11:14 +04:00
endermite.lua
gameconfig.md
ghast.lua Combine air and ground type spawning into ground 2021-04-08 23:58:11 +04:00
guardian.lua
guardian_elder.lua Revert "Revert "Merge pull request 'Massively overhaul spawning algorithm for mobs' (#1487) from jordan4ibanez/MineClone2-MobTweaks:master into master"" 2021-04-08 23:58:10 +04:00
horse.lua Add in all biome information to mobs 2021-04-08 23:58:11 +04:00
init.lua
iron_golem.lua
llama.lua Add in all biome information to mobs 2021-04-08 23:58:11 +04:00
mod.conf
ocelot.lua Add in all biome information to mobs 2021-04-08 23:58:11 +04:00
parrot.lua Combine air and ground type spawning into ground 2021-04-08 23:58:11 +04:00
pig.lua Add in all biome information to mobs 2021-04-08 23:58:11 +04:00
polar_bear.lua Add in all biome information to mobs 2021-04-08 23:58:11 +04:00
rabbit.lua merge 2021-04-08 23:58:11 +04:00
sheep.lua Add in all biome information to mobs 2021-04-08 23:58:11 +04:00
shulker.lua Add in all biome information to mobs 2021-04-08 23:58:11 +04:00
silverfish.lua merge 2021-04-08 23:58:11 +04:00
skeleton+stray.lua Add in all biome information to mobs 2021-04-08 23:58:11 +04:00
skeleton_wither.lua Add in all biome information to mobs 2021-04-08 23:58:11 +04:00
slime+magma_cube.lua Add in all biome information to mobs 2021-04-08 23:58:11 +04:00
snowman.lua
spider.lua Add in all biome information to mobs 2021-04-08 23:58:11 +04:00
squid.lua Add in all biome information to mobs 2021-04-08 23:58:11 +04:00
vex.lua
villager.lua Add in all biome information to mobs 2021-04-08 23:58:11 +04:00
villager_evoker.lua
villager_illusioner.lua
villager_vindicator.lua
villager_zombie.lua merge 2021-04-08 23:58:11 +04:00
witch.lua Revert "Revert "Merge pull request 'Massively overhaul spawning algorithm for mobs' (#1487) from jordan4ibanez/MineClone2-MobTweaks:master into master"" 2021-04-08 23:58:10 +04:00
wither.lua
wolf.lua Add in all biome information to mobs 2021-04-08 23:58:11 +04:00
zombie.lua Add in all biome information to mobs 2021-04-08 23:58:11 +04:00
zombiepig.lua Add in all biome information to mobs 2021-04-08 23:58:11 +04: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