This commit is contained in:
Nordi98 2025-07-19 01:38:55 +02:00
parent 4998ebf086
commit 4e2f283d8a
6 changed files with 8 additions and 7 deletions

View file

@ -14,12 +14,12 @@ config.itemStash = {
},
{
item = "food_bag",
maxweight = 10,
slots = 4,
maxweight = 1000,
slots = 6,
},
{
item = "box",
maxweight = 50000,
item = "plastic_box",
maxweight = 20000,
slots = 20,
},