summaryrefslogtreecommitdiff
path: root/potato.lua
diff options
context:
space:
mode:
authorAuke Kok <auke-jan.h.kok@intel.com>2015-05-07 23:08:53 -0700
committerAuke Kok <auke-jan.h.kok@intel.com>2015-05-07 23:08:53 -0700
commitbcf27ebd99a3826982fd40da2981f7f459ee5205 (patch)
tree41d734ad364bcda30aa4ed0e6ccf7c91475ca1ae /potato.lua
parent50420edd7718ae49980584f3a094635815bb3f34 (diff)
Fix a few errors exposed by difficult setting.
Diffstat (limited to 'potato.lua')
-rw-r--r--potato.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/potato.lua b/potato.lua
index edf6672..cb2108e 100644
--- a/potato.lua
+++ b/potato.lua
@@ -172,7 +172,7 @@ crops.potato_die = function(pos)
end
local properties = {
- wither = crops.potato_die,
+ die = crops.potato_die,
waterstart = 30,
wateruse = 1,
night = 5,