e
This commit is contained in:
parent
962c69568a
commit
4a1b050803
2 changed files with 20 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ config.itemStash = {
|
|||
},
|
||||
{
|
||||
item = "pdbag",
|
||||
maxweight = 100000,
|
||||
maxweight = 10000,
|
||||
slots = 10,
|
||||
},
|
||||
{
|
||||
|
|
@ -17,6 +17,11 @@ config.itemStash = {
|
|||
maxweight = 10,
|
||||
slots = 4,
|
||||
},
|
||||
{
|
||||
item = "box",
|
||||
maxweight = 100000,
|
||||
slots = 20,
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue