LTDV10/packet/kubejs/data/cuisinedelight/recipes/fried_pasta.json
2026-04-14 18:20:56 +08:00

27 lines
512 B
JSON

{
"type": "cuisinedelight:plate_cuisine",
"holderItem": "cuisinedelight:fried_pasta",
"list": [
{
"bonus": 0.1,
"ingredient": {
"tag": "forge:pasta/raw_pasta"
},
"max": 1.25,
"min": 0.75,
"score": 2.0
},
{
"bonus": 0.1,
"ingredient": {
"type": "cuisinedelight:food_type",
"foodType": "NONE"
},
"max": 1,
"min": 0,
"score": 1.0
}
],
"saturationBonus": 0.0,
"saturationBonusModifier": 0.0
}