Go to file
thefamilygrog 46503709bb updated README 2013-09-09 15:52:29 -04:00
textures Added fried egg, made spawn egg easier to break 2013-09-09 15:45:05 -04:00
.gitattributes initial upload 2013-06-08 16:37:02 -04:00
.gitignore initial upload 2013-06-08 16:37:02 -04:00
README.txt updated README 2013-09-09 15:52:29 -04:00
depends.txt initial upload 2013-06-08 16:37:02 -04:00
init.lua Added fried egg, made spawn egg easier to break 2013-09-09 15:45:05 -04:00

README.txt

Mob Spawn Eggs (spawneggs) mod for Minetest


by thefamilygrog66

Description:
This mod randomly spawns "spawning eggs", which when combined with various materials, will become mob spawning eggs (compatible only with PilzAdam's Simple Mobs mod). When the player places one of these, the corresponding mob will appear.

If the player prefers to create a health item instead of a mob, they can simply cook the spawning egg, which will produce a FRIED EGG that can be eaten to regain hearts.

Recipes:

Dirt Monster
+---------------+---------------+
| spawning egg  |     dirt      |
+---------------+---------------+

Dungeon Master
+---------------+---------------+
| spawning egg  |     mese      |
+---------------+---------------+

Oerkki
+---------------+---------------+
| spawning egg  |   obsidian    |
+---------------+---------------+

Rat
+---------------+---------------+
| spawning egg  |     rat       |
+---------------+---------------+

Sand Monster
+---------------+---------------+
| spawning egg  |     sand      |
+---------------+---------------+

Sheep
+---------------+---------------+
| spawning egg  |  white wool   |
+---------------+---------------+

Stone Monster
+---------------+---------------+
| spawning egg  |     stone     |
+---------------+---------------+

Tree Monster
+---------------+---------------+
| spawning egg  |    sapling    |
+---------------+---------------+

Fried Egg
- cook spawning egg


Mod dependencies: default, mobs, wool

License:
Sourcecode: WTFPL (see below)
Graphics: WTFPL (see below)

See also:
http://minetest.net/

         DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                    Version 2, December 2004

 Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>

 Everyone is permitted to copy and distribute verbatim or modified
 copies of this license document, and changing it is allowed as long
 as the name is changed.

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  0. You just DO WHAT THE FUCK YOU WANT TO.