forked from mtcontrib/pipeworks
Change craft of autocrafter to use mese crystal (autocrafter should be less expensive than teleport tube...)
This commit is contained in:
parent
d3bc59b2ff
commit
e2c338c959
|
@ -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 |
Loading…
Reference in New Issue
Block a user