попробуй два предмета отдельно 64 и 36
{
"display": {
"icon": {
"item": "minecraft:hay_block"
},
"title": {
"translate": "HAAAAY"
},
"description": {
"translate": "Craft more of hay blocks",
"color": "#75E1FF"
},
"frame": "goal",
"announce_to_chat": false
},
"parent": "blazeandcave:farming/hay_there",
"criteria": {
"hay_block": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"minecraft:hay_block"
],
"count": 36
},
{
"items": [
"minecraft:hay_block"
],
"count": 64
}
]
}
}
},
"rewards": {
"function": "bc_rewards:farming/haaaay"
}
}