mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-11-17 15:48:31 +01:00
better recipe for microwave
This commit is contained in:
parent
f9b3160c1d
commit
1cb5a5c0fa
@ -955,8 +955,8 @@ minetest.register_craft({
|
||||
output = "homedecor:microwave_oven 2",
|
||||
recipe = {
|
||||
{"default:steel_ingot", "default:steel_ingot", "default:steel_ingot", },
|
||||
{"default:steel_ingot", "moreblocks:iron_glass", "mesecons_materials:silicon", },
|
||||
{"default:steel_ingot", "default:copper_ingot", "default:mese_crystal", },
|
||||
{"default:steel_ingot", "moreblocks:iron_glass", "homedecor:ic", },
|
||||
{"default:steel_ingot", "default:copper_ingot", "homedecor:power_crystal", },
|
||||
}
|
||||
})
|
||||
|
||||
|
@ -56,11 +56,11 @@ minetest.register_craft({
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "homedecor:microwave_oven 2",
|
||||
recipe = {
|
||||
output = "homedecor:microwave_oven 2",
|
||||
recipe = {
|
||||
{"default:steel_ingot", "default:steel_ingot", "default:steel_ingot", },
|
||||
{"default:steel_ingot", "default:glass", "mesecons_materials:silicon", },
|
||||
{"default:steel_ingot", "default:copper_ingot", "default:mese_crystal", },
|
||||
{"default:steel_ingot", "default:glass", "homedecor:ic", },
|
||||
{"default:steel_ingot", "default:copper_ingot", "homedecor:power_crystal", },
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user