From 076bf8e0313f6b3eb47bc9ae0f6b7971f7851a4f Mon Sep 17 00:00:00 2001 From: Auke Kok <auke-jan.h.kok@intel.com> Date: Fri, 10 Apr 2015 16:42:31 -0700 Subject: Use the default plant interval and chance (90/2) --- corn.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'corn.lua') diff --git a/corn.lua b/corn.lua index 925f3f0..4f5b010 100644 --- a/corn.lua +++ b/corn.lua @@ -10,8 +10,8 @@ of the license, or (at your option) any later version. --]] -local interval = 30 -local chance = 10 +local interval = 90 +local chance = 2 minetest.register_node("crops:corn", { description = "corn", -- cgit v1.2.3