mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-05 17:50:34 +02:00
Fix all recipes that use pipeworks pneumatic tubes to follow latest changes
in pipeworks node namining conventions.
This commit is contained in:
@ -50,7 +50,7 @@ minetest.register_craft({
|
||||
recipe = {
|
||||
{'', 'technic:control_logic_unit',''},
|
||||
{'', 'default:chest',''},
|
||||
{'', 'pipeworks:tube_000000',''},
|
||||
{'', 'pipeworks:tube_1',''},
|
||||
}
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user