summaryrefslogtreecommitdiff
path: root/melon.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 /melon.lua
parent44505e228260ce740f5ef3da895546ed188ad94c (diff)
Use the default plant interval and chance (90/2)
Diffstat (limited to 'melon.lua')
-rw-r--r--melon.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/melon.lua b/melon.lua
index 8860dde..1f719ce 100644
--- a/melon.lua
+++ b/melon.lua
@@ -17,8 +17,8 @@ local faces = {
[4] = { x = 0, z = 1, r = 0, o = 2, m = 11 }
}
-local interval = 30
-local chance = 10
+local interval = 90
+local chance = 2
minetest.register_node("crops:melon_seed", {
description = "melon seed",