We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57d0d71 commit 0231585Copy full SHA for 0231585
1 file changed
torches.lua
@@ -18,6 +18,7 @@ for i in ipairs(colour_list) do
18
inventory_image = "abritorch_torch_on_floor_"..colour..".png",
19
wield_image = "abritorch_torch_on_floor_"..colour..".png",
20
wield_scale = {x = 1, y = 1, z = 1 + 1/16},
21
+ light_source = 13,
22
groups = { torch = 1 },
23
liquids_pointable = false,
24
use_texture_alpha = "clip",
0 commit comments