1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-16 12:40:25 +02:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
2022-08-26 15:01:27 +02:00
11 changed files with 57 additions and 13 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 = {