add more crafts

This commit is contained in:
unknown 2022-08-02 23:56:30 -04:00 committed by Buckaroo Banzai
parent 0a605bdb96
commit 37bc0ed58d
1 changed files with 16 additions and 0 deletions

View File

@ -1750,6 +1750,22 @@ minetest.register_craft({
},
})
minetest.register_craft({
output = "homedecor:rope_light_on_floor_off",
type= "shapeless",
recipe = {
"homedecor:rope_light_on_ceiling_off"
}
})
minetest.register_craft({
output = "homedecor:rope_light_on_ceiling_off",
type= "shapeless",
recipe = {
homedecor.materials.steel_ingot, "homedecor:ceiling_lamp"
}
})
minetest.register_craft({
output = "homedecor:ceiling_lamp",
recipe = {