fixed use_texture_alpha of glass_bauble

This commit is contained in:
Nico Schönerstedt 2024-08-06 21:14:03 +02:00
parent c6cbae450b
commit 9c88d44223

View File

@ -84,7 +84,7 @@ minetest.register_node("christmas_craft:glass_bauble",{
}, },
is_ground_content = true, is_ground_content = true,
paramtype = "light", paramtype = "light",
use_texture_alpha = "clip", use_texture_alpha = "blend",
groups = {crumbly=3}, groups = {crumbly=3},
sounds = default.node_sound_glass_defaults(), sounds = default.node_sound_glass_defaults(),
node_box = { node_box = {