mirror of
https://github.com/mt-mods/pipeworks.git
synced 2024-11-08 08:23:59 +01:00
use the right gear item in node breaker
This commit is contained in:
parent
9a63d17e4a
commit
065c953eba
@ -378,7 +378,7 @@ if pipeworks.enable_node_breaker then
|
||||
minetest.register_craft({
|
||||
output = "pipeworks:nodebreaker_off",
|
||||
recipe = {
|
||||
{ "pipeworks:gear", "pipeworks:gear", "pipeworks:gear" },
|
||||
{ "basic_materials:gear_steel", "basic_materials:gear_steel", "basic_materials:gear_steel" },
|
||||
{ "default:stone", "mesecons:piston", "default:stone" },
|
||||
{ "group:wood", "mesecons:mesecon", "group:wood" },
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user