mirror of
https://github.com/Sokomine/cottages.git
synced 2025-02-22 14:10:24 +01:00
set use_texture_alpha
This commit is contained in:
parent
0893933b2d
commit
8a2c3917e0
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user