forked from nalc/homedecor_modpack
Use fan blades in air conditioner recipe
This commit is contained in:
parent
f73cfa1cf5
commit
9e6e26e1ed
|
@ -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" },
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue
Block a user