Use fan blades in air conditioner recipe

This commit is contained in:
Vanessa Ezekowitz 2014-07-18 10:01:42 -04:00
parent f73cfa1cf5
commit 9e6e26e1ed
1 changed files with 1 additions and 1 deletions

View File

@ -1957,7 +1957,7 @@ minetest.register_craft({
output = "homedecor:air_conditioner",
recipe = {
{ "default:steel_ingot", "building_blocks:grate", "default:steel_ingot" },
{ "default:steel_ingot", "homedecor:motor", "default:steel_ingot" },
{ "default:steel_ingot", "homedecor:fan_blades", "homedecor:motor" },
{ "default:steel_ingot", "homedecor:motor", "default:steel_ingot" },
},
})