From c7a630b8e5f80bb1913145a19f3a74bedb7314b3 Mon Sep 17 00:00:00 2001 From: Niklp Date: Sun, 17 Dec 2023 22:01:58 +0100 Subject: [PATCH] Fix glass pane transparency w/ 5.9 clients (#4) --- modules/historic/nodes.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/historic/nodes.lua b/modules/historic/nodes.lua index 8287ce6..b791f2d 100644 --- a/modules/historic/nodes.lua +++ b/modules/historic/nodes.lua @@ -63,6 +63,7 @@ minetest.register_node("cottages:glass_pane", { tiles = { "cottages_glass_pane.png" }, paramtype = "light", paramtype2 = "facedir", + use_texture_alpha = "clip", groups = { snappy = 2, choppy = 2, oddly_breakable_by_hand = 2 }, node_box = { type = "fixed", @@ -85,6 +86,7 @@ minetest.register_node("cottages:glass_pane_side", { tiles = { "cottages_glass_pane.png" }, paramtype = "light", paramtype2 = "facedir", + use_texture_alpha = "clip", groups = { snappy = 2, choppy = 2, oddly_breakable_by_hand = 2 }, node_box = { type = "fixed",