Go to file
thefamilygrog eb0a4fd59a Added fried egg, made spawn egg easier to break
...also added "de-spawning" of spawn eggs to prevent too many being
spawning.
2013-09-09 15:45:05 -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 initial upload 2013-06-08 16:37:02 -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.

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    |
+---------------+---------------+


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.