Merge pull request #33 from Novatux/craft

Change craft of autocrafter to use mese crystal (autocrafter should be l...
This commit is contained in:
VanessaE 2013-06-01 07:35:51 -07:00
commit 2e68b8c432
2 changed files with 2 additions and 2 deletions

View File

@ -95,9 +95,9 @@ minetest.register_craft( {
minetest.register_craft( {
output = "pipeworks:autocrafter 2",
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" },
{ "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