forked from Simnation/Main
ed
This commit is contained in:
parent
135f0e163e
commit
0905e09ac9
4 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ Config = {}
|
||||||
-- These are the drawable IDs for the "bags" component (component ID 5)
|
-- These are the drawable IDs for the "bags" component (component ID 5)
|
||||||
Config.Backpacks = {
|
Config.Backpacks = {
|
||||||
-- [drawableId] = inventory properties
|
-- [drawableId] = inventory properties
|
||||||
[31] = { -- Example: Small backpack drawable ID
|
[158] = { -- Example: Small backpack drawable ID
|
||||||
maxweight = 10000, -- 10kg
|
maxweight = 10000, -- 10kg
|
||||||
slots = 10,
|
slots = 10,
|
||||||
label = 'Small Backpack'
|
label = 'Small Backpack'
|
Loading…
Add table
Add a link
Reference in a new issue