1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2024-09-28 06:10:21 +02:00

git inventory to tool cabinet

This commit is contained in:
Vanessa Ezekowitz 2015-03-23 02:31:24 -04:00
parent 64451a6abf
commit 2c320c7927

View File

@ -673,6 +673,9 @@ homedecor.register("tool_cabinet_bottom", {
}, },
selection_box = homedecor.nodebox.slab_y(2), selection_box = homedecor.nodebox.slab_y(2),
expand = { top="homedecor:tool_cabinet_top" }, expand = { top="homedecor:tool_cabinet_top" },
inventory = {
size=24,
}
}) })
homedecor.register("tool_cabinet_top", { homedecor.register("tool_cabinet_top", {