1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-30 01:22:03 +02:00
parent 135f0e163e
commit 0905e09ac9
4 changed files with 1 additions and 1 deletions

View file

@ -4,7 +4,7 @@ Config = {}
-- These are the drawable IDs for the "bags" component (component ID 5)
Config.Backpacks = {
-- [drawableId] = inventory properties
[31] = { -- Example: Small backpack drawable ID
[158] = { -- Example: Small backpack drawable ID
maxweight = 10000, -- 10kg
slots = 10,
label = 'Small Backpack'