Merge pull request 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
2 changed files with 2 additions and 2 deletions

@ -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

(image error) Size: 12 KiB

After

(image error) Size: 7.9 KiB