
`apugli:edible_item` consumes 2 items on some weird conditions
JustCyra opened this issue ยท 2 comments
As title suggests, with the following power the amount of items consumed is 2 for some reason:
{
"type": "apugli:edible_item",
"item_condition": {
"type": "apoli:food"
},
"food_component": {
"hunger": 0,
"saturation": 0
},
"use_action": "eat"
}