diff --git a/nodes_historic.lua b/nodes_historic.lua index af8aa3a..d3b2403 100644 --- a/nodes_historic.lua +++ b/nodes_historic.lua @@ -82,6 +82,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", @@ -106,6 +107,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",