Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

Commit c7dee27

Browse files
authored
feat(items/containers): export setContainerProperties function (#31)
1 parent 0b157e3 commit c7dee27

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

modules/items/containers.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ local function setContainerProperties(itemName, properties)
5151
}
5252
end
5353

54+
exports('setContainerProperties', setContainerProperties)
55+
5456
setContainerProperties('paperbag', {
5557
slots = 5,
5658
maxWeight = 1000,

0 commit comments

Comments
 (0)