minetest.override_item("default:torch", { drawtype = "torchlike", mesh = "", }) minetest.override_item("default:torch_wall", { drawtype = "torchlike", mesh = "", tiles = {{ name = "default_torch_animated.png", animation = {type = "vertical_frames", aspect_w = 16, aspect_h = 16, length = 3.3} }}, }) minetest.override_item("default:torch_ceiling", { drawtype = "torchlike", mesh = "", tiles = {{ name = "default_torch_on_ceiling_animated.png", animation = {type = "vertical_frames", aspect_w = 16, aspect_h = 16, length = 3.3} }}, })