1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2024-09-20 19:30:21 +02:00

Add autocrafter recipe.

This commit is contained in:
Anthony 2013-03-25 17:25:58 -03:00
parent 6889ab0419
commit d9c1984d20

View File

@ -85,6 +85,15 @@ minetest.register_craft( {
},
})
minetest.register_craft( {
output = "pipeworks:autocrafter 2",
recipe = {
{ "default:steel_ingot", "default:mese", "default:steel_ingot" },
{ "homedecor:plastic_sheeting", "default:steel_ingot", "homedecor:plastic_sheeting" },
{ "default:steel_ingot", "default:mese", "default:steel_ingot" }
},
})
-- The tubes themselves