forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
4451d2e3b5
commit
936a6b9f0b
1 changed files with 1 additions and 30 deletions
|
@ -21,27 +21,7 @@ Config.ProgressTime = 5000 -- Maybe increase time for grilling
|
|||
|
||||
-- Change coffee options to grilling options
|
||||
Config.GrillOptions = {
|
||||
{
|
||||
label = "Hamburger",
|
||||
description = "Ein saftiger Hamburger",
|
||||
item = "hamburger",
|
||||
icon = "fa-solid fa-burger",
|
||||
requires = {
|
||||
{item = "raw_beef", amount = 1},
|
||||
{item = "burger_bun", amount = 1},
|
||||
}
|
||||
},
|
||||
{
|
||||
label = "Cheeseburger",
|
||||
description = "Ein Hamburger mit Käse",
|
||||
item = "cheeseburger",
|
||||
icon = "fa-solid fa-burger",
|
||||
requires = {
|
||||
{item = "raw_beef", amount = 1},
|
||||
{item = "burger_bun", amount = 1},
|
||||
{item = "cheese", amount = 1}
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
label = "Steak",
|
||||
description = "Ein perfekt gegrilltes Steak",
|
||||
|
@ -60,13 +40,4 @@ Config.GrillOptions = {
|
|||
{item = "raw_sausage", amount = 1},
|
||||
}
|
||||
},
|
||||
{
|
||||
label = "Gegrilltes Gemüse",
|
||||
description = "Grillgemüse – weil Salat keine Röstaromen hat",
|
||||
item = "grilled_vegetables",
|
||||
icon = "fa-solid fa-carrot",
|
||||
requires = {
|
||||
{item = "vegetables", amount = 1},
|
||||
}
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue