change comment

This commit is contained in:
tenplus1 2022-12-16 10:14:43 +00:00
parent 237e036d78
commit 1ed82c4186

View File

@ -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)