34 lines
834 B
JSON
34 lines
834 B
JSON
{
|
|
"entries": [
|
|
{
|
|
"type": "MEAT",
|
|
"effects": [],
|
|
"ingredient": {
|
|
"item": "casualness_delight:raw_donkey_meat"
|
|
},
|
|
"max_time": 240,
|
|
"min_time": 120,
|
|
"nutrition": 10,
|
|
"overcook_penalty": 0.5,
|
|
"raw_penalty": 1.0,
|
|
"size": 2,
|
|
"stir_time": 80
|
|
},
|
|
{
|
|
"type": "VEG",
|
|
"effects": [],
|
|
"ingredient": [
|
|
{
|
|
"item": "casualness_delight:potato_slice"
|
|
}
|
|
],
|
|
"max_time": 360,
|
|
"min_time": 180,
|
|
"nutrition": 5,
|
|
"overcook_penalty": 0.2,
|
|
"raw_penalty": 0.2,
|
|
"size": 1,
|
|
"stir_time": 60
|
|
}
|
|
]
|
|
} |