From 71e592ed4060263b15b46acd5f9c5545932395dd Mon Sep 17 00:00:00 2001 From: Och Noe Date: Sat, 19 Jan 2019 13:11:13 +0100 Subject: stained glass now cutable, grval-slopes repaired --- stairsplus/registrations.lua | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'stairsplus/registrations.lua') diff --git a/stairsplus/registrations.lua b/stairsplus/registrations.lua index 694fb68..413ecca 100644 --- a/stairsplus/registrations.lua +++ b/stairsplus/registrations.lua @@ -85,7 +85,9 @@ for _, name in pairs(default_nodes) do sounds = ndef.sounds, tiles = tiles, sunlight_propagates = true, - light_source = ndef.light_source + light_source = ndef.light_source, + use_texture_alpha = ndef.use_texture_alpha + }) end end @@ -126,3 +128,8 @@ if minetest.get_modpath("wool") then }) end end + + + + + -- cgit v1.2.3