## Another Spawneggs Mod (***asm_spawneggs***) [Minetest][] ### Description: Mod for adding entity spawning eggs to game with a very simple application. It is used only for creating new "eggs" that will spawn a specified entity when used by a player. There are two function: *asm.registerEgg* & *asm.registerEggRecipe* (see: [API][api]) ### Licensing: - Code: [MIT](LICENSE.txt) - Textures: - spawneggs_egg.png, spawneggs_chicken.png, & spawneggs_mese.png - [CC0][lic.cc0] - Based on ["white egg" by dStulle][img.egg_white] - spawneggs_oerrki.png - [CC0][lic.cc0] - Based on ["Huevo negro. Black egg" by mediobit][img.egg_black] ### Dependencies: - Required: - none - Optional: - none ### Links: - [![ContendDB](https://content.minetest.net/packages/AntumDeluge/asm_spawneggs/shields/title/)](https://content.minetest.net/packages/AntumDeluge/asm_spawneggs/) - [Forum](https://forum.minetest.net/viewtopic.php?t=26676) - [Git repo](https://github.com/AntumMT/mod-asm_spawneggs) - [Reference][api] - [Changelog](changelog.txt) - [TODO](TODO.txt) [Minetest]: http://www.minetest.net/ [img.egg_white]: https://openclipart.org/detail/6695/white-egg [img.egg_black]: https://openclipart.org/detail/170074/huevo-negro-black-egg [lic.cc0]: https://creativecommons.org/publicdomain/zero/1.0/legalcode [lic.creeper]: https://github.com/Rui-Minetest/creeper/blob/master/LICENSE.md [api]: https://antummt.github.io/mod-asm_spawneggs/docs/api.html