From 76b04dd3bea51b9224c102c781055c2836966d1d Mon Sep 17 00:00:00 2001 From: Calinou Date: Mon, 16 Sep 2013 11:24:08 +0200 Subject: [PATCH] Workaround for hoe crash --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index c7a78c0..311c284 100644 --- a/init.lua +++ b/init.lua @@ -61,7 +61,7 @@ local function hoe_on_use(itemstack, user, pointed_thing, uses) pos = pt.under, gain = 0.5, }) - itemstack:add_wear(65535/(uses-1)) + --itemstack:add_wear(65535/(uses-1)) return itemstack end