update readme (thanks mckaygerhard)

This commit is contained in:
tenplus1 2022-03-01 09:45:47 +00:00
parent ffd2628477
commit 688a9386aa
3 changed files with 46 additions and 20 deletions

40
README.md Normal file
View File

@ -0,0 +1,40 @@
minetest mod Stairs
=========================
Featured stairs with transparent and glowing stairs, slopes, fuel feature, etc
Information
-----------
This mod is named `stairs` and its a featured replacement of default one;
this mod has been amended to add new features like transparent and glowing
stairs, slopes, recipes to return stairs / slopes back into blocks and also for
stairs to be used as fuel for furnaces, also alternative placement functions
that use on_rotate and sneak key.
![screenshot.png](screenshot.png)
Tech information
----------------
This mod sustitute default one, you must disable the default of minetest
game if present or override it.
#### Dependencies
* default
License
-------
### Authors of source code
Originally by Kahrl <kahrl@gmx.net> (LGPLv2.1+) and
celeron55, Perttu Ahola <celeron55@gmail.com> (LGPLv2.1+)
Various Minetest developers and contributors (LGPLv2.1+)
http://www.gnu.org/licenses/lgpl-2.1.html
### License of media (textures and sounds)
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
http://creativecommons.org/licenses/by-sa/3.0/

View File

@ -1,20 +0,0 @@
Based on Minetest Game mod: stairs
==================================
Authors of source code
----------------------
Originally by Kahrl <kahrl@gmx.net> (LGPLv2.1+) and
celeron55, Perttu Ahola <celeron55@gmail.com> (LGPLv2.1+)
Various Minetest developers and contributors (LGPLv2.1+)
http://www.gnu.org/licenses/lgpl-2.1.html
License of media (textures and sounds)
--------------------------------------
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
http://creativecommons.org/licenses/by-sa/3.0/
Note: This mod has been amended to add new features like transparent and glowing
stairs, slopes, recipes to return stairs / slopes back into blocks and also for
stairs to be used as fuel for furnaces, also alternative placement functions
that use on_rotate and sneak key.

View File

@ -437,6 +437,12 @@ stairs.register_all("sandstonebrick1", "xanadu:sandstonebrick1",
"Decorative Sandstone 1",
stairs.stone)
stairs.register_all("sandstonebrick2", "xanadu:sandstonebrick2",
grp,
{"sandstonebrick2.png"},
"Decorative Sandstone 2",
stairs.stone)
stairs.register_all("sandstonebrick4", "xanadu:sandstonebrick4",
grp,
{"sandstonebrick4.png"},