make desks lockable, as they commonly are

This commit is contained in:
Tim 2015-08-19 20:21:56 +02:00
parent b6512b3add
commit 25c2262750
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ homedecor.register("desk", {
expand = { right="air" },
inventory = {
size=24,
lockable=true,
},
})
minetest.register_alias("homedecor:desk_r", "air")