mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-07 06:06:10 -04:00
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.
This commit is contained in:
parent
5b3b609270
commit
2696b0cd91
8 changed files with 115 additions and 0 deletions
|
@ -7,3 +7,18 @@ 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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue