This commit is contained in:
Nordi98 2025-07-19 01:06:24 +02:00
parent 962c69568a
commit 4a1b050803
2 changed files with 20 additions and 2 deletions

View file

@ -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,
},