add use_alpha_texture property

master
FaceDeer 2021-03-27 17:25:53 -06:00
parent b9daec14d6
commit 53e3bd42c9
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ minetest.register_node("sounding_line:sounding_line", {
"sounding_line_side.png","sounding_line_side.png^[transformFX",
"sounding_line_front.png","sounding_line_front.png^[transformFX"},
sounds = node_sound,
use_texture_alpha = "clip",
climbable = true,
walkable = false,
paramtype = "light",