Charakterbewegungen hinzugefügt, Deko hinzugefügt, Kochrezepte angepasst
This commit is contained in:
parent
95945c0306
commit
a0c893ca0b
1124 changed files with 64294 additions and 763 deletions
44
mods/stairs/README.md
Normal file
44
mods/stairs/README.md
Normal file
|
@ -0,0 +1,44 @@
|
|||
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.
|
||||
|
||||

|
||||
|
||||
Tech information
|
||||
----------------
|
||||
|
||||
This mod replaces the default stairs mod and is fully api compatible.
|
||||
|
||||
#### Dependencies
|
||||
|
||||
* default
|
||||
|
||||
### Settings
|
||||
|
||||
'stairs.show_sides' True by default it uses separate side textures for
|
||||
glass and obsidian glass stairs to look more solid.
|
||||
|
||||
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/
|
Loading…
Add table
Add a link
Reference in a new issue