Update 'mods/default/torch.lua'

This commit is contained in:
thunderdog1138 2021-03-14 18:11:05 +00:00
parent fdfb1b18ef
commit 86318963dc
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,7 @@ minetest.register_node("default:torch", {
name = "torch_on_floor_animated.png",
animation = {type = "vertical_frames", aspect_w = 16, aspect_h = 16, length = 3.3}
}},
use_texture_alpha = "clip",
paramtype = "light",
paramtype2 = "wallmounted",
sunlight_propagates = true,
@ -79,6 +80,7 @@ minetest.register_node("default:torch_wall", {
name = "torch_on_floor_animated.png",
animation = {type = "vertical_frames", aspect_w = 16, aspect_h = 16, length = 3.3}
}},
use_texture_alpha = "clip",
paramtype = "light",
paramtype2 = "wallmounted",
sunlight_propagates = true,
@ -102,6 +104,7 @@ minetest.register_node("default:torch_ceiling", {
name = "torch_on_floor_animated.png",
animation = {type = "vertical_frames", aspect_w = 16, aspect_h = 16, length = 3.3}
}},
use_texture_alpha = "clip",
paramtype = "light",
paramtype2 = "wallmounted",
sunlight_propagates = true,