minetest_game/mods/stairs
TumeniNodes 2696b0cd91 Stairs: Add glass and obsidian glass. Fix slab combine bug
Fix slabs combining into a cube: Facedir is only set for the cube if it has
paramtype2 = "facedir". This avoids liquid appearing in connected
framed glasslike.
2018-10-09 20:44:15 +01:00
..
textures Stairs: Add glass and obsidian glass. Fix slab combine bug 2018-10-09 20:44:15 +01:00
README.txt Stairs: Add glass and obsidian glass. Fix slab combine bug 2018-10-09 20:44:15 +01:00
depends.txt Correct farming/stairs dependency (#1838) 2017-07-22 16:11:40 +02:00
init.lua Stairs: Add glass and obsidian glass. Fix slab combine bug 2018-10-09 20:44:15 +01:00
license.txt Stairs: Set world-aligned textures for all stairs and slabs 2017-11-04 23:43:30 +00:00

README.txt

Minetest Game mod: stairs
=========================
See license.txt for license information.

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+)

Authors of media (textures)
---------------------------

Textures
--------
Copyright (c) 2018 Shara RedCat (CC BY-SA 3.0)
 stairs_obsidian_glass_outer_stairside.png -- Derived from a texture by PilzAdam (CC BY-SA 3.0)
 stairs_obsidian_glass_stairside.png -- Derived from a texture by PilzAdam (CC BY-SA 3.0)

Copyright (c) 2018 TumeniNodes (CC BY-SA 3.0):
 stairs_glass_outer_stairside.png -- Derived from a texture by celeron55 (CC BY-SA 3.0)
 stairs_glass_stairside.png -- Derived from a texture by celeron55 (CC BY-SA 3.0)
 default_glass_split -- Derived from a texture by celeron55 (CC BY-SA 3.0)
 default_obsidian_glass_split -- Derived from a texture by PilzAdam (CC BY-SA 3.0)