forked from mtcontrib/homedecor_modpack
give desk inventory (24 slots)
This commit is contained in:
parent
2e3901d6cd
commit
06a67cc49d
|
@ -210,6 +210,9 @@ homedecor.register("desk", {
|
||||||
collision_box = desk_cbox,
|
collision_box = desk_cbox,
|
||||||
groups = { snappy = 3 },
|
groups = { snappy = 3 },
|
||||||
expand = { right="air" },
|
expand = { right="air" },
|
||||||
|
inventory = {
|
||||||
|
size=24,
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_alias("homedecor:desk_r", "air")
|
minetest.register_alias("homedecor:desk_r", "air")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user