Fix all recipes that use pipeworks pneumatic tubes to follow latest changes

in pipeworks node namining conventions.
This commit is contained in:
Vanessa Ezekowitz
2014-01-01 23:27:51 -05:00
parent 93b0d25cbc
commit 749df3b581
7 changed files with 12 additions and 12 deletions

View File

@ -50,7 +50,7 @@ minetest.register_craft({
recipe = {
{'', 'technic:control_logic_unit',''},
{'', 'default:chest',''},
{'', 'pipeworks:tube_000000',''},
{'', 'pipeworks:tube_1',''},
}
})