rename piano left -> piano, add alias

This commit is contained in:
Vanessa Ezekowitz 2015-03-22 07:17:13 -04:00
parent 7274c7ab1c
commit cdc9f21c3c
1 changed files with 2 additions and 1 deletions

View File

@ -536,7 +536,7 @@ local piano_cbox = {
fixed = { -0.5, -0.5, -0.125, 1.5, 0.5, 0.5 }
}
homedecor.register("piano_left", {
homedecor.register("piano", {
mesh = "homedecor_piano.obj",
tiles = {
"homedecor_piano_keys.png",
@ -551,6 +551,7 @@ homedecor.register("piano_left", {
expand = { right="air" },
})
minetest.register_alias("homedecor:piano_left", "homedecor:piano")
minetest.register_alias("homedecor:piano_right", "air")
-- convert old pool tables into newer model