1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-06-28 04:50:21 +02:00

move some alises to their proper places.

This commit is contained in:
Vanessa Dannenberg
2021-03-26 23:29:07 -04:00
parent 0268767ac9
commit 9ffe2b7d69
2 changed files with 5 additions and 5 deletions

View File

@ -388,3 +388,8 @@ minetest.register_craft({
"homedecor:wood_table_large"
}
})
-- Aliases for the above 3dforniture-like tables
minetest.register_alias("3dforniture:table", "homedecor:table")
minetest.register_alias('table', 'homedecor:table')