Fix deprecated use of use_texture_alpha

This commit is contained in:
bri cassa 2021-03-02 23:01:49 +01:00
parent 3917f23826
commit 645ad09de9
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ if minetest.get_modpath("dye") then
paramtype = "light",
sunlight_propagates = true,
is_ground_content = true,
use_texture_alpha = true,
use_texture_alpha = "blend",
groups = {cracky=3},
sounds = default.node_sound_glass_defaults(),
})