mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-11-06 05:35:23 +01:00
make desks lockable, as they commonly are
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user