1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-13 11:30:19 +02:00

glowlights and glowcubes now automatically place floor, ceiling, wall

varieties depending on whether you are pointing at the floor, ceiling,
or a wall.

Removed cross-crafting recipes, took excess lighting nodes out of
creative inventory, added drops for excess models to point them back to
floor or ceiling versions, as appropriate.

This change does not affect old maps or inventories.
This commit is contained in:
Vanessa Ezekowitz
2013-04-14 15:45:21 -04:00
parent 71ac680e2b
commit 0c0ee930f9
2 changed files with 170 additions and 110 deletions

View File

@ -1170,22 +1170,6 @@ 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 = {
@ -1193,22 +1177,6 @@ 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 16",
recipe = {
@ -1217,22 +1185,6 @@ minetest.register_craft({
}
})
minetest.register_craft({
type = "shapeless",
output = "homedecor:glowlight_small_cube_yellow_ceiling",
recipe = {
"homedecor:glowlight_small_cube_yellow",
}
})
minetest.register_craft({
type = "shapeless",
output = "homedecor:glowlight_small_cube_yellow",
recipe = {
"homedecor:glowlight_small_cube_yellow_ceiling",
}
})
minetest.register_craft({
output = "homedecor:glowlight_thick_yellow",
recipe = {
@ -1241,14 +1193,6 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = "homedecor:glowlight_thick_yellow",
recipe = {
{"homedecor:glowlight_small_cube_yellow_ceiling","homedecor:glowlight_small_cube_yellow_ceiling"},
{"homedecor:glowlight_small_cube_yellow_ceiling","homedecor:glowlight_small_cube_yellow_ceiling"}
}
})
-- white
minetest.register_craft({
@ -1269,22 +1213,6 @@ 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 = {
@ -1292,22 +1220,6 @@ 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 = {
@ -1316,22 +1228,6 @@ minetest.register_craft({
}
})
minetest.register_craft({
type = "shapeless",
output = "homedecor:glowlight_small_cube_white_ceiling",
recipe = {
"homedecor:glowlight_small_cube_white",
}
})
minetest.register_craft({
type = "shapeless",
output = "homedecor:glowlight_small_cube_white",
recipe = {
"homedecor:glowlight_small_cube_white_ceiling",
}
})
minetest.register_craft({
output = "homedecor:glowlight_thick_white",
recipe = {