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

37 lines
710 B
JSON

{
"type": "cuisinedelight:plate_cuisine",
"holderItem": "cuisinedelight:fried_meat_and_melon",
"list": [
{
"bonus": 0.1,
"ingredient": {
"type": "cuisinedelight:food_type",
"foodType": "MEAT"
},
"max": 1.6,
"min": 0.4,
"score": 1.0
},
{
"bonus": 0.1,
"ingredient": {
"item": "minecraft:melon_slice"
},
"max": 1.8,
"min": 0.2,
"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
}