forked from mtcontrib/homedecor_modpack
better recipe for oven
This commit is contained in:
parent
4dab7d0acd
commit
328ceacd25
|
@ -936,9 +936,9 @@ minetest.register_craft({
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "homedecor:oven_steel",
|
output = "homedecor:oven_steel",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"default:steel_ingot", "default:steel_ingot", "default:steel_ingot", },
|
{"homedecor:heating_element", "default:steel_ingot", "homedecor:heating_element", },
|
||||||
{"default:steel_ingot", "moreblocks:iron_glass", "default:steel_ingot", },
|
{"default:steel_ingot", "moreblocks:iron_glass", "default:steel_ingot", },
|
||||||
{"default:steel_ingot", "default:copper_ingot", "default:steel_ingot", },
|
{"default:steel_ingot", "homedecor:heating_element", "default:steel_ingot", },
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user