fix broken mese tube recipe

This commit is contained in:
Vanessa Ezekowitz 2015-02-02 00:57:14 -05:00
parent 13e878398c
commit 95a6ec93e7
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ if pipeworks.enable_mese_tube then
})
minetest.register_craft( {
output = "pipeworks:mese_tube_1 2",
output = "pipeworks:mese_tube_000000 2",
recipe = {
{ "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" },
{ "", "default:mese_crystal", "" },