mirror of
https://bitbucket.org/kingarthursteam/christmas_craft.git
synced 2025-08-02 07:10:33 +02:00
Fix deprecated use of use_texture_alpha
This commit is contained in:
@ -101,7 +101,7 @@ minetest.register_node("christmas_craft:glass_bauble",{
|
||||
},
|
||||
is_ground_content = true,
|
||||
paramtype = "light",
|
||||
use_texture_alpha = true,
|
||||
use_texture_alpha = "blend",
|
||||
groups = {crumbly=3},
|
||||
sounds = default.node_sound_glass_defaults(),
|
||||
node_box = {
|
||||
|
Reference in New Issue
Block a user