mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-11-16 07:10:35 +01:00
git inventory to tool cabinet
This commit is contained in:
parent
64451a6abf
commit
2c320c7927
|
@ -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", {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user