mod - torch - Fix Warning spam about use_texture_alpha

This commit is contained in:
mckaygerhard 2024-04-24 15:40:24 -04:00
parent 10e85eb910
commit 77484db3a4

View File

@ -47,6 +47,7 @@ minetest.register_node("default:torch", {
name = "default_torch_on_floor_animated.png", name = "default_torch_on_floor_animated.png",
animation = {type = "vertical_frames", aspect_w = 16, aspect_h = 16, length = 3.3} animation = {type = "vertical_frames", aspect_w = 16, aspect_h = 16, length = 3.3}
}}, }},
use_texture_alpha = (is_54 and "clip" or true),
paramtype = "light", paramtype = "light",
paramtype2 = "wallmounted", paramtype2 = "wallmounted",
sunlight_propagates = true, sunlight_propagates = true,