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. --- melon.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'melon.lua') diff --git a/melon.lua b/melon.lua index b63d56e..23ea5e5 100644 --- a/melon.lua +++ b/melon.lua @@ -225,7 +225,7 @@ crops.melon_die = function(pos) end local properties = { - wither = crops.melon_die, + die = crops.melon_die, waterstart = 20, wateruse = 1, night = 5, -- cgit v1.2.3