Initial files
This commit is contained in:
parent
18e6188da8
commit
7013da0749
20
init.lua
Normal file
20
init.lua
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
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}
|
||||||
|
}},
|
||||||
|
})
|
Loading…
x
Reference in New Issue
Block a user