mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-12 19:10:20 +02:00
added wall-mounted regular and thin glow lights in yellow and white.
This commit is contained in:
64
crafts.lua
64
crafts.lua
@ -1094,6 +1094,22 @@ minetest.register_craft({
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = "homedecor:glowlight_thick_yellow_wall",
|
||||
recipe = {
|
||||
"homedecor:glowlight_thick_yellow",
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = "homedecor:glowlight_thick_yellow",
|
||||
recipe = {
|
||||
"homedecor:glowlight_thick_yellow_wall",
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "homedecor:glowlight_thin_yellow 6",
|
||||
recipe = {
|
||||
@ -1101,6 +1117,22 @@ minetest.register_craft({
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = "homedecor:glowlight_thin_yellow_wall",
|
||||
recipe = {
|
||||
"homedecor:glowlight_thin_yellow",
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = "homedecor:glowlight_thin_yellow",
|
||||
recipe = {
|
||||
"homedecor:glowlight_thin_yellow_wall",
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "homedecor:glowlight_small_cube_yellow 8",
|
||||
recipe = {
|
||||
@ -1145,6 +1177,22 @@ minetest.register_craft({
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = "homedecor:glowlight_thick_white_wall",
|
||||
recipe = {
|
||||
"homedecor:glowlight_thick_white",
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = "homedecor:glowlight_thick_white",
|
||||
recipe = {
|
||||
"homedecor:glowlight_thick_white_wall",
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "homedecor:glowlight_thin_white 6",
|
||||
recipe = {
|
||||
@ -1152,6 +1200,22 @@ minetest.register_craft({
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = "homedecor:glowlight_thin_white_wall",
|
||||
recipe = {
|
||||
"homedecor:glowlight_thin_white",
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = "homedecor:glowlight_thin_white",
|
||||
recipe = {
|
||||
"homedecor:glowlight_thin_white_wall",
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "homedecor:glowlight_small_cube_white 8",
|
||||
recipe = {
|
||||
|
Reference in New Issue
Block a user