1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2024-09-28 06:10:21 +02:00

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

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" },
},
})