summaryrefslogtreecommitdiff
path: root/corn.lua
diff options
context:
space:
mode:
authorAuke Kok <auke-jan.h.kok@intel.com>2015-04-10 16:42:31 -0700
committerAuke Kok <auke-jan.h.kok@intel.com>2015-04-10 16:42:31 -0700
commit076bf8e0313f6b3eb47bc9ae0f6b7971f7851a4f (patch)
treee0434bf5874af460369211956120abef55fadef8 /corn.lua
parent44505e228260ce740f5ef3da895546ed188ad94c (diff)
Use the default plant interval and chance (90/2)
Diffstat (limited to 'corn.lua')
-rw-r--r--corn.lua4
1 files changed, 2 insertions, 2 deletions
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",