forked from mtcontrib/pipeworks
Add autocrafter recipe.
This commit is contained in:
parent
6889ab0419
commit
d9c1984d20
|
@ -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
|
-- The tubes themselves
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user