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. --- corn.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'corn.lua') diff --git a/corn.lua b/corn.lua index 8dd04ac..1ea5a10 100644 --- a/corn.lua +++ b/corn.lua @@ -325,7 +325,7 @@ crops.corn_die = function(pos) end local properties = { - wither = crops.corn_die, + die = crops.corn_die, waterstart = 40, wateruse = 1, night = 5, -- cgit v1.2.3