49 lines
1.3 KiB
Markdown
Raw Normal View History

2021-05-05 05:29:10 -07:00
## Another Spawneggs Mod (***asm_spawneggs***) [Minetest][]
2017-07-24 19:17:41 -07:00
---
2021-05-05 05:48:12 -07:00
### Description:
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.
2021-05-05 06:41:16 -07:00
There are two function: *<span style="color:darkgreen;">asm.registerEgg</span>* & *<span style="color:darkgreen;">asm.registerEggRecipe</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 19:17:41 -07:00
---
2021-05-05 05:48:12 -07:00
### Dependencies:
- Required:
- none
- Optional:
- 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]
2021-05-05 06:50:56 -07:00
- [Changelog](CHANGES.txt)
2017-07-24 19:17:41 -07:00
[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
2017-07-24 19:17:41 -07:00
[lic.cc0]: https://creativecommons.org/publicdomain/zero/1.0/legalcode
[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