summaryrefslogtreecommitdiff
path: root/tomato.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tomato.lua')
-rw-r--r--tomato.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tomato.lua b/tomato.lua
index 4fdb216..5234152 100644
--- a/tomato.lua
+++ b/tomato.lua
@@ -173,7 +173,7 @@ crops.tomato_die = function(pos)
end
local properties = {
- wither = crops.tomato_die,
+ die = crops.tomato_die,
waterstart = 19,
wateruse = 1,
night = 5,