From bcf27ebd99a3826982fd40da2981f7f459ee5205 Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Thu, 7 May 2015 23:08:53 -0700 Subject: Fix a few errors exposed by difficult setting. --- potato.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'potato.lua') 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, -- cgit v1.2.3