summaryrefslogtreecommitdiff
path: root/corn.lua
diff options
context:
space:
mode:
Diffstat (limited to 'corn.lua')
-rw-r--r--corn.lua2
1 files changed, 1 insertions, 1 deletions
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,