1
0
Fork 0
forked from Simnation/Main

Update config.lua

This commit is contained in:
Nordi98 2025-06-18 05:28:24 +02:00
parent 4451d2e3b5
commit 936a6b9f0b

View file

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