blob: 2a331fc79a2f7a11331c6ca8b598041411194b24 [file] [log] [blame] [raw]
{
"items": [
{
"default": {
"count": {
"max": 3,
"min": 1
},
"item": "pork"
},
"conditions": [
{
"item": "grilled_pork",
"condition": "ENTITY_ONFIRE"
}
]
},
{
"default": {
"count": 0,
"item": "saddle"
},
"conditions": [
{
"count": 1,
"condition": "$.hasSaddle()"
}
]
}
],
"experience": {
"count": {
"max": 3,
"min": 1
}
}
}