forked from mtcontrib/homedecor_modpack
update fridge recipes to match new node defs
also change the recipe a bit to not rely on moreores
This commit is contained in:
parent
365247b7c3
commit
f150d8146a
@ -1138,19 +1138,19 @@ minetest.register_craft({
|
|||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "homedecor:refrigerator_steel",
|
output = "homedecor:refrigerator_steel_bottom",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"default:steel_ingot", "homedecor:glowlight_small_cube_yellow", "default:steel_ingot", },
|
{"default:steel_ingot", "homedecor:glowlight_small_cube_white", "default:steel_ingot", },
|
||||||
{"default:steel_ingot", "moreores:tin_ingot", "default:steel_ingot", },
|
{"default:steel_ingot", "default:copperblock", "default:steel_ingot", },
|
||||||
{"default:steel_ingot", "default:clay", "default:steel_ingot", },
|
{"default:steel_ingot", "default:clay", "default:steel_ingot", },
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "shapeless",
|
type = "shapeless",
|
||||||
output = "homedecor:refrigerator",
|
output = "homedecor:refrigerator_white_bottom",
|
||||||
recipe = {
|
recipe = {
|
||||||
"homedecor:refrigerator_steel",
|
"homedecor:refrigerator_steel_bottom",
|
||||||
"dye:white",
|
"dye:white",
|
||||||
"dye:white",
|
"dye:white",
|
||||||
"dye:white",
|
"dye:white",
|
||||||
|
Loading…
Reference in New Issue
Block a user