ed
This commit is contained in:
parent
ff77f014da
commit
6c5b470e91
7 changed files with 19 additions and 659 deletions
|
@ -6,7 +6,10 @@ Config.GrillProps = {
|
|||
"prop_bbq_2",
|
||||
"prop_bbq_3",
|
||||
"prop_bbq_4",
|
||||
"prop_bbq_5"
|
||||
"prop_bbq_5",
|
||||
"smallbbqtrailer",
|
||||
"bigbbqtrailer"
|
||||
|
||||
}
|
||||
|
||||
-- Zeit zum Grillen (in ms)
|
||||
|
@ -22,7 +25,18 @@ Config.GrillRecipes = {
|
|||
requires = {
|
||||
{item = "rawmeat", amount = 1}
|
||||
}
|
||||
},
|
||||
{
|
||||
label = "Fisch",
|
||||
description = "Ein perfekt gegrilltes Fischfilet",
|
||||
item = "grilled_fish",
|
||||
icon = "fas fa-drumstick-bite",
|
||||
requires = {
|
||||
{item = "fish_fillet", amount = 1}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
-- Hier kannst du weitere Rezepte hinzufügen
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue