From c33ff695c010b211845fb642532eb4a98736d585 Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Thu, 7 May 2015 23:44:23 -0700 Subject: Off-by one change. take damge when water <>= damage_limit (and not <>) corn can go down to 5. 0-4 is considered bone dry anyway. --- corn.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'corn.lua') diff --git a/corn.lua b/corn.lua index d68fb4a..5108178 100644 --- a/corn.lua +++ b/corn.lua @@ -332,7 +332,7 @@ local properties = { soak = 60, soak_damage = 75, wither = 10, - wither_damage = 1, + wither_damage = 5, doublesize = true, } -- cgit v1.2.3