Change craft of autocrafter to use mese crystal (autocrafter should be less expensive than teleport tube...)

This commit is contained in:
Novatux 2013-06-01 12:40:29 +02:00
parent d3bc59b2ff
commit e2c338c959
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