2017-07-24 19:17:41 -07:00
|
|
|
## Antum Spawneggs (***antum_spawneggs***) mod for [Minetest][]
|
2017-07-24 17:51:28 -07:00
|
|
|
|
|
|
|
|
2017-07-24 19:17:41 -07:00
|
|
|
---
|
|
|
|
### **Description**
|
2017-07-24 17:51:28 -07:00
|
|
|
|
2017-07-24 19:17:41 -07:00
|
|
|
Spawneggs mod for the Minetest sub-game [Antum][antum_game].
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
### **Licensing**
|
|
|
|
|
|
|
|
License: [MIT](LICENSE.txt)
|
|
|
|
|
|
|
|
The code for the spawneggs is based on [Rui's creeper mod][creeper] ([WTFPL][lic.creeper]). Anything else is licensed under the MIT License
|
2017-07-24 17:51:28 -07:00
|
|
|
|
|
|
|
#### Texture licensing
|
2021-05-05 04:12:18 -07:00
|
|
|
* spawneggs_egg.png, spawneggs_chicken.png, & spawneggs_mese.png
|
2017-07-24 17:51:28 -07:00
|
|
|
* [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
|
|
|
|
|
|
|
---
|
|
|
|
### **Dependencies**
|
|
|
|
|
|
|
|
**Required:**
|
|
|
|
- **[antum_core][]**
|
|
|
|
- **[spawneggs][]**
|
|
|
|
|
|
|
|
**Optional:**
|
|
|
|
- **animal_chicken** (part of [animals_modpack][])
|
|
|
|
- **chicken** (part of [mob-engine][])
|
|
|
|
- **default** (part of [minetest_game][])
|
|
|
|
- **mobs** ([mobs_redo][])
|
|
|
|
- **[mobs_monster][]**
|
|
|
|
- **oerrki** (part of [mob-engine][])
|
|
|
|
- **sheep** (part of [mob-engine][])
|
|
|
|
- **wool** (part of [minetest_game][])
|
|
|
|
|
|
|
|
|
|
|
|
[Minetest]: http://www.minetest.net/
|
|
|
|
|
|
|
|
[animals_modpack]: https://github.com/sapier/animals_modpack
|
|
|
|
[antum_core]: https://github.com/AntumMT/mod-antum_core
|
|
|
|
[antum_game]: https://github.com/AntumMT/game-antum
|
|
|
|
[creeper]: https://forum.minetest.net/viewtopic.php?t=11891
|
|
|
|
[minetest_game]: https://github.com/minetest/minetest_game
|
|
|
|
[mob-engine]: https://github.com/minetest-mods/mob-engine
|
|
|
|
[mobs_monster]: https://github.com/tenplus1/mobs_monster
|
|
|
|
[mobs_redo]: https://forum.minetest.net/viewtopic.php?t=9917
|
|
|
|
[spawneggs]: https://forum.minetest.net/viewtopic.php?t=6214
|
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
|