Recipe to unbond bricks

Pick the bonding back out of the grooves
with a metal or better pick.
This commit is contained in:
Aaron Suen 2021-08-14 19:59:28 -04:00
parent 16246baaad
commit f5d968231a

View File

@ -66,6 +66,18 @@ function nodecore.register_stone_bricks(name, desc, tile, alpha, bondalpha, made
.. name .. "_bonded"})
end
})
nodecore.register_craft({
label = "unbond " .. name .. " bricks",
action = "pummel",
toolgroups = {cracky = 4},
indexkeys = {modname .. ":bricks_" .. name .. "_bonded"},
nodes = {
{
match = modname .. ":bricks_" .. name .. "_bonded",
replace = modname .. ":bricks_" .. name
}
}
})
end
nodecore.register_stone_bricks("stone", "Stone",