2021-05-05 05:29:10 -07:00
## Another Spawneggs Mod (***asm_spawneggs***) [Minetest][]
2017-07-24 17:51:28 -07:00
2017-07-24 19:17:41 -07:00
---
2021-05-05 05:48:12 -07:00
### Description:
2017-07-24 17:51:28 -07:00
2021-05-05 06:03:42 -07:00
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: *<span style="color:darkgreen;">asm.addEgg</span>* & *<span style="color:darkgreen;">asm.addEggRecipe</span>* (see: [API][api])
2017-07-24 19:17:41 -07:00
---
2021-05-05 05:48:12 -07:00
### Licensing:
2017-07-24 19:17:41 -07:00
2021-05-05 05:48:12 -07:00
- 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]
2017-07-24 17:51:28 -07:00
2017-07-24 19:17:41 -07:00
---
2021-05-05 05:48:12 -07:00
### Dependencies:
- Required:
- none
- Optional:
2021-05-05 05:58:43 -07:00
- none
2017-07-24 19:17:41 -07:00
2021-05-05 05:48:12 -07:00
---
### Links:
- [Git repo ](https://github.com/AntumMT/mod-asm_spawneggs )
2021-05-05 06:03:42 -07:00
- [API][api]
2017-07-24 19:17:41 -07:00
[Minetest]: http://www.minetest.net/
2017-07-24 17:51:28 -07:00
[img.egg_white]: https://openclipart.org/detail/6695/white-egg
[img.egg_black]: https://openclipart.org/detail/170074/huevo-negro-black-egg
2017-07-24 19:17:41 -07:00
[lic.cc0]: https://creativecommons.org/publicdomain/zero/1.0/legalcode
2017-07-24 17:51:28 -07:00
[lic.creeper]: https://github.com/Rui-Minetest/creeper/blob/master/LICENSE.md
2021-05-05 06:03:42 -07:00
[api]: https://antummt.github.io/mod-asm_spawneggs/docs/api.html