set use_texture_alpha

This commit is contained in:
Sokomine 2022-01-06 00:05:37 +01:00
parent 0893933b2d
commit 8a2c3917e0
1 changed files with 2 additions and 0 deletions

View File

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