diff options
author | Calinou <calinou9999spam@gmail.com> | 2013-09-16 11:24:08 +0200 |
---|---|---|
committer | Calinou <calinou9999spam@gmail.com> | 2013-09-16 11:24:08 +0200 |
commit | 76b04dd3bea51b9224c102c781055c2836966d1d (patch) | |
tree | 4a654b1b0cfb05c8e7c136eb97f09f12eb4a331a | |
parent | 14675856359ccc364f996ef9c85feec13f52a547 (diff) |
Workaround for hoe crash
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |