summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAuke Kok <auke-jan.h.kok@intel.com>2015-05-07 23:43:27 -0700
committerAuke Kok <auke-jan.h.kok@intel.com>2015-05-07 23:43:27 -0700
commit68f0acc354eb53798c70e4c41ea3afc89c2f21a8 (patch)
tree8a93787ba531f6fe48bd59e8ec581d67c49cfcce
parent7ba94da27aedf69bb8301455af10f73d992a3f47 (diff)
Prevented corn from actually taking damage
-rw-r--r--corn.lua2
1 files changed, 1 insertions, 1 deletions
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,
}