1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-15 04:10:18 +02:00

Assorted fixes

This commit is contained in:
Diego Martínez
2013-04-05 07:53:02 -03:00
parent 38f3ee8ac7
commit 5639b1f6b5
3 changed files with 182 additions and 130 deletions

View File

@ -1117,6 +1117,15 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = "homedecor:microwave_oven 2",
recipe = {
{"default:steel_ingot", "default:steel_ingot", "default:steel_ingot", },
{"default:steel_ingot", "moreblocks:ironglass", "mesecons_materials:silicon", },
{"default:steel_ingot", "moreores:copper_ingot", "default:mese_crystal", },
}
})
minetest.register_craft({
output = "homedecor:refrigerator",
recipe = {