forked from thunderdog1138/star_wars
Update 'mods/default/torch.lua'
This commit is contained in:
parent
fdfb1b18ef
commit
86318963dc
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue