forked from nalc/homedecor_modpack
make desks lockable, as they commonly are
This commit is contained in:
parent
b6512b3add
commit
25c2262750
|
@ -37,6 +37,7 @@ homedecor.register("desk", {
|
||||||
expand = { right="air" },
|
expand = { right="air" },
|
||||||
inventory = {
|
inventory = {
|
||||||
size=24,
|
size=24,
|
||||||
|
lockable=true,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
minetest.register_alias("homedecor:desk_r", "air")
|
minetest.register_alias("homedecor:desk_r", "air")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user