54 lines
1.7 KiB
Plaintext
54 lines
1.7 KiB
Plaintext
Minetest mod "Creatures"
|
|
=======================
|
|
by BlockMen (c) 2014
|
|
|
|
Version: 1.0.1 Beta
|
|
|
|
About
|
|
~~~~~
|
|
This mod add (currently only) hostile mobs to Minetest, so far Zombies and Ghosts.
|
|
|
|
Zombies can spawn to every day-time in the world as long there is not to much light.
|
|
So you will find some in caves, dark forests and ofc a lot at night. If they notice you they will attack.
|
|
Zombies have 20 HP (like players) and drop rotten flesh randomly.
|
|
|
|
Ghosts only spawn at night-time. Also they don't spawn underground and are a bit more rare than zombies.
|
|
They are flying in the world and attack you aswell if they notice you.
|
|
Ghosts have 15 HP and don't drop any items atm (might be changed if i have an idea what they could drop).
|
|
|
|
They can't harm you in your house (in case there is no door open). If it becomes day both mobs will take damage
|
|
by the sunlight, so they will die after a while.
|
|
|
|
|
|
Notice: You weapons get damage when hitting a zombie or ghost.
|
|
|
|
|
|
|
|
|
|
|
|
License of source code, textures and mesh model: WTFPL
|
|
------------------------------------------------------
|
|
(c) Copyright BlockMen (2014)
|
|
|
|
|
|
Licenses of sounds
|
|
------------------
|
|
following sounds are created by Under7dude (freesound.org)
|
|
- creatures_zombie.1.ogg, CC0
|
|
- creatures_zombie.2.ogg, CC0
|
|
- creatures_zombie.3.ogg, CC0
|
|
- creatures_zombie_death.ogg, CC0
|
|
|
|
All other sounds (c) Copyright BlockMen (2014), CC-BY 3.0
|
|
|
|
Changelog:
|
|
----------
|
|
# 1.0.1
|
|
- fixed incompatibility with pyramids mod
|
|
|
|
This program is free software. It comes without any warranty, to
|
|
the extent permitted by applicable law. You can redistribute it
|
|
and/or modify it under the terms of the Do What The Fuck You Want
|
|
To Public License, Version 2, as published by Sam Hocevar. See
|
|
http://sam.zoy.org/wtfpl/COPYING for more details.
|