Meat
Checks whether the item is considered meat by Minecraft (usable for breeding wolves).
Type ID: origins:meat
Danger
This item condition type has been removed in Origins 1.13.0 due to the removal of the meat property from items.
Please use the Ingredient (Item Condition Type) to check if the item is in the #minecraft:meat or #minecraft:wolf_food item tag instead.
Fields
None.
Examples
"item_condition": {
"type": "origins:meat"
}
This example will check if the item is considered meat by Minecraft.