forked from nalc/homedecor_modpack
add more crafts
This commit is contained in:
parent
0a605bdb96
commit
37bc0ed58d
|
@ -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({
|
minetest.register_craft({
|
||||||
output = "homedecor:ceiling_lamp",
|
output = "homedecor:ceiling_lamp",
|
||||||
recipe = {
|
recipe = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user