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

28 lines
545 B
JSON

{
"type": "cuisinedelight:plate_cuisine",
"holderItem": "cuisinedelight:meat_platter",
"list": [
{
"bonus": 0.1,
"ingredient": {
"type": "cuisinedelight:food_type",
"foodType": "MEAT"
},
"max": 1.25,
"min": 0.75,
"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
}