Recipe to unbond bricks
Pick the bonding back out of the grooves with a metal or better pick.
This commit is contained in:
parent
16246baaad
commit
f5d968231a
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user