2.1.1
Changes (Bukkit)
- (#98) Added missing 1.20 cherry logs, wood, and leaves to the appropriate default block lists
- Added
minecraft:red_sand
to the defaultshovel
block list - (#101) Consider NBT tag when items are in multiple categories
- Further improved how NBT is checked for categories with a lower priority and no NBT declared
- (#97) Fixed NullPointerException when mining in worlds with WorldGuard disabled
- Fixed bStats misreporting 'Vein Mined Materials'
Changes (Bukkit, Developers)
- Deprecated
ToolCategoryRegistry#get(ItemType)
and#get(ItemType, Predicate)
in favour of#get(ItemStack)
and#get(ItemStack, Predicate)
Changes (Fabric)
There are no changes to the Fabric version of VeinMiner in this release.