1
0
Fork 0
MineClone2/mods/ENTITIES/mobs_mc
TechDudie db9e8d23d9 Update 'mods/ENTITIES/mobs_mc/creeper.lua' 2021-04-07 17:16:38 +04:00
..
locale
models
sounds
textures
0_gameconfig.lua
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 Rework all mobs spawning - preprototype stage 2021-04-07 00:55:57 -04:00
bat.lua Rework all mobs spawning - preprototype stage 2021-04-07 00:55:57 -04:00
blaze.lua Rework all mobs spawning - preprototype stage 2021-04-07 00:55:57 -04:00
chicken.lua Rework all mobs spawning - preprototype stage 2021-04-07 00:55:57 -04:00
cow+mooshroom.lua Rework all mobs spawning - preprototype stage 2021-04-07 00:55:57 -04:00
creeper.lua Update 'mods/ENTITIES/mobs_mc/creeper.lua' 2021-04-07 17:16:38 +04:00
ender_dragon.lua Move end exit portal to 0, 0; Add end gateway portals (WIP) 2021-04-06 20:08:20 +02:00
enderman.lua Rework all mobs spawning - preprototype stage 2021-04-07 00:55:57 -04:00
endermite.lua
gameconfig.md
ghast.lua Rework all mobs spawning - preprototype stage 2021-04-07 00:55:57 -04:00
guardian.lua
guardian_elder.lua Rework all mobs spawning - preprototype stage 2021-04-07 00:55:57 -04:00
horse.lua Rework all mobs spawning - preprototype stage 2021-04-07 00:55:57 -04:00
init.lua
iron_golem.lua
llama.lua Rework all mobs spawning - preprototype stage 2021-04-07 00:55:57 -04:00
mod.conf
ocelot.lua Rework all mobs spawning - preprototype stage 2021-04-07 00:55:57 -04:00
parrot.lua Rework all mobs spawning - preprototype stage 2021-04-07 00:55:57 -04:00
pig.lua Rework all mobs spawning - preprototype stage 2021-04-07 00:55:57 -04:00
polar_bear.lua Rework all mobs spawning - preprototype stage 2021-04-07 00:55:57 -04:00
rabbit.lua Rework all mobs spawning - preprototype stage 2021-04-07 00:55:57 -04:00
sheep.lua Rework all mobs spawning - preprototype stage 2021-04-07 00:55:57 -04:00
shulker.lua Rework all mobs spawning - preprototype stage 2021-04-07 00:55:57 -04:00
silverfish.lua
skeleton+stray.lua Rework all mobs spawning - preprototype stage 2021-04-07 00:55:57 -04:00
skeleton_wither.lua Rework all mobs spawning - preprototype stage 2021-04-07 00:55:57 -04:00
slime+magma_cube.lua Rework all mobs spawning - preprototype stage 2021-04-07 00:55:57 -04:00
snowman.lua
spider.lua Rework all mobs spawning - preprototype stage 2021-04-07 00:55:57 -04:00
squid.lua Rework all mobs spawning - preprototype stage 2021-04-07 00:55:57 -04:00
vex.lua
villager.lua Rework all mobs spawning - preprototype stage 2021-04-07 00:55:57 -04:00
villager_evoker.lua
villager_illusioner.lua
villager_vindicator.lua
villager_zombie.lua Rework all mobs spawning - preprototype stage 2021-04-07 00:55:57 -04:00
witch.lua Rework all mobs spawning - preprototype stage 2021-04-07 00:55:57 -04:00
wither.lua
wolf.lua Rework all mobs spawning - preprototype stage 2021-04-07 00:55:57 -04:00
zombie.lua Rework all mobs spawning - preprototype stage 2021-04-07 00:55:57 -04:00
zombiepig.lua Rework all mobs spawning - preprototype stage 2021-04-07 00:55:57 -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