fix a few more tube-based recipes

This commit is contained in:
Vanessa Ezekowitz
2014-01-03 22:05:35 -05:00
parent 749df3b581
commit dc324816db
2 changed files with 7 additions and 7 deletions

View File

@ -39,7 +39,7 @@ minetest.register_tool("technic:treetap", {
minetest.register_craft({
output = "technic:treetap",
recipe = {
{"pipeworks:tube", "group:wood", "default:stick"},
{"pipeworks:tube_1", "group:wood", "default:stick"},
{"", "default:stick", "default:stick"}
},
})