generated from FabricMC/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 176
Harvest Level
apace100 edited this page Nov 3, 2020
·
1 revision
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.
Tutorials (Data packs)
Video Tutorial by CandyCaneCazoo
Tutorials (Add-ons)
Working with more unique powers
Lists
List of vanilla damage source names
Data Types