49 lines
1.3 KiB
Markdown
49 lines
1.3 KiB
Markdown
## 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: *<span style="color:darkgreen;">asm.registerEgg</span>* & *<span style="color:darkgreen;">asm.registerEggRecipe</span>* (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:
|
|
|
|
- [Git repo](https://github.com/AntumMT/mod-asm_spawneggs)
|
|
- [API][api]
|
|
- [Changelog](CHANGES.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
|