Merge pull request #33 from Novatux/craft
Change craft of autocrafter to use mese crystal (autocrafter should be l...
This commit is contained in:
commit
2e68b8c432
@ -95,9 +95,9 @@ minetest.register_craft( {
|
|||||||
minetest.register_craft( {
|
minetest.register_craft( {
|
||||||
output = "pipeworks:autocrafter 2",
|
output = "pipeworks:autocrafter 2",
|
||||||
recipe = {
|
recipe = {
|
||||||
{ "default:steel_ingot", "default:mese", "default:steel_ingot" },
|
{ "default:steel_ingot", "default:mese_crystal", "default:steel_ingot" },
|
||||||
{ "homedecor:plastic_sheeting", "default:steel_ingot", "homedecor:plastic_sheeting" },
|
{ "homedecor:plastic_sheeting", "default:steel_ingot", "homedecor:plastic_sheeting" },
|
||||||
{ "default:steel_ingot", "default:mese", "default:steel_ingot" }
|
{ "default:steel_ingot", "default:mese_crystal", "default:steel_ingot" }
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 7.9 KiB |
Loading…
Reference in New Issue
Block a user