Space out torches more.
This commit is contained in:
parent
ba3d5e56fd
commit
a2c5a42887
4
init.lua
4
init.lua
@ -143,7 +143,7 @@ local dig_rect_fin = function(xmin, xmax, zmin, zmax, user, pointed_thing)
|
||||
end
|
||||
end
|
||||
-- add lighting
|
||||
add_light(1, user, pointed_thing)
|
||||
add_light(2, user, pointed_thing)
|
||||
end
|
||||
|
||||
-- dig extra width for 45 degree angles
|
||||
@ -216,7 +216,7 @@ local dig_plus = function(xmin, xmax, zmin, zmax, user, pointed_thing)
|
||||
end
|
||||
end
|
||||
-- add lighting
|
||||
add_light(1, user, pointed_thing)
|
||||
add_light(2, user, pointed_thing)
|
||||
end
|
||||
|
||||
-- dig tunnel based on direction given
|
||||
|
Loading…
x
Reference in New Issue
Block a user