From 68f0acc354eb53798c70e4c41ea3afc89c2f21a8 Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Thu, 7 May 2015 23:43:27 -0700 Subject: Prevented corn from actually taking damage --- corn.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corn.lua b/corn.lua index 253120b..d68fb4a 100644 --- a/corn.lua +++ b/corn.lua @@ -332,7 +332,7 @@ local properties = { soak = 60, soak_damage = 75, wither = 10, - wither_damage = 0, + wither_damage = 1, doublesize = true, } -- cgit v1.2.3