mirror of
https://github.com/minetest-mods/towercrane.git
synced 2024-11-22 15:23:51 +01:00
leave the crane upright for 5 real days
This commit is contained in:
parent
6a25f25eff
commit
0d94436a9f
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
]]--
|
]]--
|
||||||
|
|
||||||
local DAYS_WITHOUT_USE = 1
|
local DAYS_WITHOUT_USE = 72 * 5
|
||||||
|
|
||||||
-- for lazy programmers
|
-- for lazy programmers
|
||||||
local P2S = function(pos) if pos then return minetest.pos_to_string(pos) end end
|
local P2S = function(pos) if pos then return minetest.pos_to_string(pos) end end
|
||||||
|
Loading…
Reference in New Issue
Block a user