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