forked from mtcontrib/homedecor_modpack
Fix use_texture_alpha for homedecor:skylight_frosted
This commit is contained in:
parent
bef62eef1e
commit
6700f2b935
|
@ -20,7 +20,7 @@ minetest.register_node(":homedecor:skylight_frosted", {
|
||||||
tiles = { "homedecor_skylight_frosted.png" },
|
tiles = { "homedecor_skylight_frosted.png" },
|
||||||
wield_image = "homedecor_skylight_frosted.png",
|
wield_image = "homedecor_skylight_frosted.png",
|
||||||
inventory_image = "homedecor_skylight_frosted_inv.png",
|
inventory_image = "homedecor_skylight_frosted_inv.png",
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "blend",
|
||||||
groups = { snappy = 3 },
|
groups = { snappy = 3 },
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
sounds = default.node_sound_glass_defaults(),
|
sounds = default.node_sound_glass_defaults(),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user