1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-10 10:17:35 +02:00
parent 6ec181becd
commit f137768fae
3 changed files with 10 additions and 2 deletions

View file

@ -38,7 +38,7 @@ registerCraft("defaultCraft", "Main Craft", {
},
duration = 5000, -- 5 seconds crafting times (optional)
info = {
label = "Auspacken"
label = "Dose E-Cola"
}
},
--[[

View file

@ -12,4 +12,12 @@ config.itemStash = {
maxweight = 100000,
slots = 10,
},
{
item = "food_bag",
maxweight = 10,
slots = 4,
},
}