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

37 lines
703 B
JSON

{
"type": "cuisinedelight:plate_cuisine",
"holderItem": "cuisinedelight:vegetable_pasta",
"list": [
{
"bonus": 0.1,
"ingredient": {
"tag": "forge:pasta/raw_pasta"
},
"max": 1.6,
"min": 0.4,
"score": 1.0
},
{
"bonus": 0.1,
"ingredient": {
"type": "cuisinedelight:food_type",
"foodType": "VEG"
},
"max": 1.7,
"min": 0.3,
"score": 1.0
},
{
"bonus": 0.1,
"ingredient": {
"type": "cuisinedelight:food_type",
"foodType": "NONE"
},
"max": 1,
"min": 0,
"score": 1.0
}
],
"saturationBonus": 0.0,
"saturationBonusModifier": 0.0
}