allow technic motor in ceiling fan recipe

This commit is contained in:
Vanessa Ezekowitz 2014-08-08 16:30:29 -04:00
parent febcdb2605
commit a83e40045d
1 changed files with 8 additions and 0 deletions

View File

@ -2074,6 +2074,14 @@ minetest.register_craft({
}
})
output = "homedecor:ceiling_fan",
recipe = {
{ "technic:motor" },
{ "homedecor:fan_blades" },
{ "homedecor:glowlight_small_cube_white" }
}
})
minetest.register_craft({
output = "homedecor:welcome_mat_grey 2",
recipe = {