From 8555f75acc050f29508d88f1e57159f79cb948d1 Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Mon, 1 Apr 2019 19:38:47 -0400 Subject: update blox, castles, cottages, technic, farming_redo, gloopblocks, homedecor, led_marquee, locks, maptools, mesecons, plantlife, moreblocks, nixie_tubes, replacer, travelnet, and unified inventory --- farming/hoes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'farming/hoes.lua') diff --git a/farming/hoes.lua b/farming/hoes.lua index 6ffa98f..430d0f7 100644 --- a/farming/hoes.lua +++ b/farming/hoes.lua @@ -433,7 +433,7 @@ minetest.register_tool("farming:scythe_mithril", { -- Run script hook for _, callback in pairs(core.registered_on_dignodes) do - callback(pos, node) + callback(pos, node, placer) end -- play sound -- cgit v1.2.3