update fridge recipes to match new node defs

also change the recipe a bit to not rely on moreores
This commit is contained in:
Vanessa Ezekowitz 2014-08-14 15:43:32 -04:00
parent 365247b7c3
commit f150d8146a
1 changed files with 5 additions and 5 deletions

View File

@ -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",