mirror of
https://github.com/mt-mods/pipeworks.git
synced 2024-11-09 17:03:58 +01:00
wielder.lua: change node breaker recipe to use gear items
This commit is contained in:
parent
4915b2564f
commit
47ba123113
@ -401,9 +401,9 @@ if pipeworks.enable_node_breaker then
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "pipeworks:nodebreaker_off",
|
output = "pipeworks:nodebreaker_off",
|
||||||
recipe = {
|
recipe = {
|
||||||
{ "group:wood", "default:pick_mese", "group:wood" },
|
{ "pipeworks:gear", "pipeworks:gear", "pipeworks:gear" },
|
||||||
{ "default:stone", "mesecons:piston", "default:stone" },
|
{ "default:stone", "mesecons:piston", "default:stone" },
|
||||||
{ "default:stone", "mesecons:mesecon", "default:stone" },
|
{ "group:wood", "mesecons:mesecon", "group:wood" },
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
-- aliases for when someone had technic installed, but then uninstalled it but not pipeworks
|
-- aliases for when someone had technic installed, but then uninstalled it but not pipeworks
|
||||||
|
Loading…
Reference in New Issue
Block a user