Update 'README.md'
This commit is contained in:
parent
6020a57a2e
commit
7c6c18b073
52
README.md
52
README.md
@ -1,10 +1,18 @@
|
||||
# Antum Spawneggs
|
||||
## Antum Spawneggs (***antum_spawneggs***) mod for [Minetest][]
|
||||
|
||||
***Spawneggs for the [Antum game][antum_game] for [Minetest][minetest]***
|
||||
|
||||
License: [MIT][lic.mit]
|
||||
---
|
||||
### **Description**
|
||||
|
||||
The code for the spawneggs is based on [Rui's creeper mod][mod.creeper] ([WTFPL][lic.creeper]). Anything else is licensed under the [MIT License
|
||||
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
|
||||
|
||||
#### Texture licensing
|
||||
* egg.png, spawneggs_chicken.png, & spawneggs_mese.png
|
||||
@ -14,13 +22,39 @@ The code for the spawneggs is based on [Rui's creeper mod][mod.creeper] ([WTFPL]
|
||||
* [CC0][lic.cc0]
|
||||
* Based on ["Huevo negro. Black egg" by mediobit][img.egg_black]
|
||||
|
||||
[antum_game]: https://github.com/AntumDeluge/minetest-game-antum
|
||||
[minetest]: http://minetest.net/
|
||||
|
||||
---
|
||||
### **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
|
||||
|
||||
[img.egg_white]: https://openclipart.org/detail/6695/white-egg
|
||||
[img.egg_black]: https://openclipart.org/detail/170074/huevo-negro-black-egg
|
||||
|
||||
[mod.creeper]: https://forum.minetest.net/viewtopic.php?t=11891
|
||||
|
||||
[lic.cc0]: https://creativecommons.org/publicdomain/zero/1.0/legalcode
|
||||
[lic.creeper]: https://github.com/Rui-Minetest/creeper/blob/master/LICENSE.md
|
||||
[lic.mit]: ../LICENSE.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user