mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-03-30 22:02:29 +02:00
Add autocrafter recipe.
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user