mod-asm_spawneggs/README.md

47 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

2021-05-05 05:29:10 -07:00
## Another Spawneggs Mod (***asm_spawneggs***) [Minetest][]
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:
2021-08-03 15:20:02 -07:00
- [![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)
2021-05-05 05:48:12 -07:00
- [Git repo](https://github.com/AntumMT/mod-asm_spawneggs)
2021-08-03 15:17:38 -07:00
- [Reference][api]
2021-07-20 19:54:44 -07:00
- [Changelog](changelog.txt)
2021-08-03 15:17:38 -07:00
- [TODO](TODO.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