change comment
This commit is contained in:
parent
237e036d78
commit
1ed82c4186
2
init.lua
2
init.lua
@ -17,7 +17,7 @@ minetest.register_node("regrow:hidden", {
|
||||
drop = "",
|
||||
groups = {not_in_creative_inventory = 1},
|
||||
|
||||
-- once placed start random timer between 20 and 30 minutes
|
||||
-- once placed start random timer between min and max interval setting
|
||||
on_construct = function(pos)
|
||||
|
||||
local time = math.random(regrow.min_interval, regrow.max_interval)
|
||||
|
Loading…
x
Reference in New Issue
Block a user