forked from Simnation/Main
ed
This commit is contained in:
parent
6ec181becd
commit
f137768fae
3 changed files with 10 additions and 2 deletions
|
@ -22,7 +22,7 @@ CodeStudio.Settings = {
|
||||||
},
|
},
|
||||||
|
|
||||||
stockFeature = false, --Enable Disable Item Stock Feature
|
stockFeature = false, --Enable Disable Item Stock Feature
|
||||||
useInventoryImage = false, --Use Images from Inventroy Folder, If false it will fetch images from 'cs_shops/ui/image'
|
useInventoryImage = true, --Use Images from Inventroy Folder, If false it will fetch images from 'cs_shops/ui/image'
|
||||||
EnableMouseControl = false --Use UI with Mouse Constols
|
EnableMouseControl = false --Use UI with Mouse Constols
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ registerCraft("defaultCraft", "Main Craft", {
|
||||||
},
|
},
|
||||||
duration = 5000, -- 5 seconds crafting times (optional)
|
duration = 5000, -- 5 seconds crafting times (optional)
|
||||||
info = {
|
info = {
|
||||||
label = "Auspacken"
|
label = "Dose E-Cola"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
--[[
|
--[[
|
||||||
|
|
|
@ -12,4 +12,12 @@ config.itemStash = {
|
||||||
maxweight = 100000,
|
maxweight = 100000,
|
||||||
slots = 10,
|
slots = 10,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
item = "food_bag",
|
||||||
|
maxweight = 10,
|
||||||
|
slots = 4,
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue