Fix glass pane transparency w/ 5.9 clients (#4)

This commit is contained in:
Niklp 2023-12-17 22:01:58 +01:00 committed by GitHub
parent a850b736d7
commit c7a630b8e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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",