From f4e9ac9af65f774ec0c6cbaebf9fa0707025aa64 Mon Sep 17 00:00:00 2001 From: copygirl Date: Fri, 6 Oct 2023 23:21:56 +0200 Subject: [PATCH] Assemble with hammer --- init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index fec963c..2641dc8 100755 --- a/init.lua +++ b/init.lua @@ -55,7 +55,8 @@ minetest.register_node(mod_name .. ":contraption_wood", { nodecore.register_craft({ label = "assemble wooden contraption", action = "pummel", - toolgroups = { scratchy = 3 }, + priority = 1, + toolgroups = { thumpy = 3 }, indexkeys = { i_frame }, nodes = { { match = i_frame } }, check = function(pos, data)