Add brand-new updated mobs_mc mod
This commit is contained in:
parent
316419555d
commit
5b9d1540cd
392 changed files with 8985 additions and 0 deletions
88
mods/ENTITIES/mobs_mc/README.md
Normal file
88
mods/ENTITIES/mobs_mc/README.md
Normal file
|
@ -0,0 +1,88 @@
|
|||
# MC-like mobs [`mobs_mc`]
|
||||
|
||||
This mod adds mobs which closely resemble the mobs from the game Minecraft, version 1.12.
|
||||
|
||||
## Credits
|
||||
|
||||
* [maikerumine](https://github.com/maikerumine): Coding behaviour, spawning, drops, and misc.
|
||||
* [Wuzzy2](https://github.com/Wuzzy2): Zombies, husks, item textures, and code
|
||||
* [toby109tt](https://github.com/tobyplowy): Mapping fixes - better 2D planes
|
||||
* [22i](https://github.com/22i): Models (done in Blender) and mob icons for spawn eggs
|
||||
* [XSSheep](https://www.planetminecraft.com/member/xssheep/): Mob and item textures (from [Pixel Perfection](https://www.planetminecraft.com/texture_pack/131pixel-perfection/)
|
||||
* See `LICENSE_media.md` for detailed credits about each file
|
||||
|
||||
## Licensing
|
||||
|
||||
* Code: GNU General Public License, version 3 (see `LICENSE`)
|
||||
* Media: **WARNING!** Possibly includes non-free license (we will replace it soon). See `LICENSE_media.md`
|
||||
|
||||
## Useful information for developers
|
||||
|
||||
### Subgame integration
|
||||
Want to include this mod in your subgame? Read `gameconfig.md`.
|
||||
|
||||
### Links
|
||||
|
||||
* [`mobs_mc`](https://github.com/maikerumine/mobs_mc)
|
||||
* [Blender models](https://github.com/22i/minecraft-voxel-blender-models)
|
||||
* [How to recreate mobs from textures with Blender and Gimp](http://imgur.com/a/Iqg88)
|
||||
|
||||
## 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
|
Loading…
Add table
Add a link
Reference in a new issue