diff options
Diffstat (limited to 'tomato.lua')
-rw-r--r-- | tomato.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,8 +10,8 @@ of the license, or (at your option) any later version. --]] -local interval = 90 -local chance = 2 +local interval = crops_interval +local chance = crops_chance minetest.register_node("crops:tomato_seed", { description = "tomato seed", |