Assemble with hammer

main
copygirl 7 months ago
parent 0757a58d16
commit f4e9ac9af6
  1. 3
      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)

Loading…
Cancel
Save