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:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user