forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
936a6b9f0b
commit
0cc6ba6923
1 changed files with 2 additions and 3 deletions
|
@ -21,11 +21,10 @@ Config.ProgressTime = 5000 -- Maybe increase time for grilling
|
|||
|
||||
-- Change coffee options to grilling options
|
||||
Config.GrillOptions = {
|
||||
|
||||
{
|
||||
label = "Steak",
|
||||
description = "Ein perfekt gegrilltes Steak",
|
||||
item = "steak",
|
||||
item = "cooked_bbq_ribeye",
|
||||
icon = "fa-solid fa-drumstick-bite",
|
||||
requires = {
|
||||
{item = "ribeye_steak", amount = 1},
|
||||
|
@ -34,7 +33,7 @@ Config.GrillOptions = {
|
|||
{
|
||||
label = "Bratwurst",
|
||||
description = "Eine leckere Bratwurst",
|
||||
item = "grilled_sausage",
|
||||
item = "cooked_bbq_sausages",
|
||||
icon = "fa-solid fa-hotdog",
|
||||
requires = {
|
||||
{item = "raw_sausage", amount = 1},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue