forked from nalc/homedecor_modpack
allow technic motor in ceiling fan recipe
This commit is contained in:
parent
febcdb2605
commit
a83e40045d
|
@ -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({
|
minetest.register_craft({
|
||||||
output = "homedecor:welcome_mat_grey 2",
|
output = "homedecor:welcome_mat_grey 2",
|
||||||
recipe = {
|
recipe = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user