Harvest Level - apace100/origins-fabric GitHub Wiki

Item Condition. Checks whether the material of the item has a certain harvest level value. Refer to this page on the Minecraft Wiki for the harvest level of the materials (there it's called "mining level"). Items without a material are considered to have a harvest level of 0.

Type ID: origins:harvest_level

Fields:

comparison, Comparison: How to compare the item's harvest level to the specified value.

compare_to, int: Which value to compare the item's harvest level to.