diff --git a/README.md b/README.md new file mode 100644 index 0000000..853efe5 --- /dev/null +++ b/README.md @@ -0,0 +1,39 @@ +# Pyramids (with Treasurer support) [`tsm_pyramids`] + +* Version: 0.6 + +## Using the mod +This mod adds randomly spawned pyramids in deserts. The pyramids are very rare +and contain a chest with stuff. Also there are mummys inside, which attack +the player if found in their radius. + + +## Licensing +This program is free software. It comes without any warranty, to +the extent permitted by applicable law. + +### Source code and textures + +* [WTFPL](http://www.wtfpl.net/txt/copying/) +* (c) Copyright BlockMen (2013) + +### Mummy model + +* WTFPL +* (c) Copyright Pavel\_S (2013) + +### Textures + +* `tsm_pyramids_eye.png` by bas080, [CC-BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/) +* `tsm_pyramids_men.png` by bas080, CC-BY-SA 3.0 +* `tsm_pyramids_sun.png` by bas080, CC-BY-SA 3.0 +* All other: BlockMen, WTFPL + +### Sounds +The authors are: ([freesound.org](https://freesound.org)) + +* `mummy.1.ogg` by Raventhornn, [CC0](https://creativecommons.org/publicdomain/zero/1.0/) +* `mummy.2.ogg` by Raventhornn, CC0 +* `mummy_hurt.1.ogg` by Under7dude, CC0 +* `mummy_death.1.ogg` by Michel88, [CC-Sampling Plus 1.0](https://creativecommons.org/licenses/sampling+/1.0/) + diff --git a/README.txt b/README.txt deleted file mode 100644 index c645339..0000000 --- a/README.txt +++ /dev/null @@ -1,43 +0,0 @@ -Minetest mod "Pyramids" -======================= -version: 0.6 - -License of source code and textures: WTFPL ------------------------------------------- -(c) Copyright BlockMen (2013) - - -License of mesh model: WTFPL ----------------------------- -(c) Copyright Pavel_S (2013) - - -License of textures -------------------- --tsm_pyramids_eye.png by bas080, CC-BY-SA 3.0 --tsm_pyramids_men.png by bas080, CC-BY-SA 3.0 --tsm_pyramids_sun.png by bas080, CC-BY-SA 3.0 - -all other: BlockMen, WTFPL - - -Licenses of sounds ------------------- -The authors are : (freesound.org) --mummy.1.ogg by Raventhornn, CC0 --mummy.2.ogg by Raventhornn, CC0 --mummy_hurt.1.ogg by Under7dude, CC0 --mummy_death.1.ogg by Michel88, CC-Sampling Plus 1.0 - -This program is free software. It comes without any warranty, to -the extent permitted by applicable law. You can redistribute it -and/or modify it under the terms of the Do What The Fuck You Want -To Public License, Version 2, as published by Sam Hocevar. See -http://sam.zoy.org/wtfpl/COPYING for more details. - - -Using the mod: --------------- - -This mod adds randomly spawned pyramids in deserts. The pyramids are very rare and contain a chest with stuff. -Also there are mummys inside, which attack the player if found in their radius.