give desk inventory (24 slots)

This commit is contained in:
Vanessa Ezekowitz 2015-03-23 01:44:27 -04:00
parent 2e3901d6cd
commit 06a67cc49d
1 changed files with 3 additions and 0 deletions

View File

@ -210,6 +210,9 @@ homedecor.register("desk", {
collision_box = desk_cbox,
groups = { snappy = 3 },
expand = { right="air" },
inventory = {
size=24,
},
})
minetest.register_alias("homedecor:desk_r", "air")