OrderedChaos-Dev / ProjectVibrantJourneys

Minecraft mod that expands in all directions
37 stars 15 forks source link

Updated loot tables for shearable blocks to allow modded shears to harvest them #164

Closed NielsPilgaard closed 2 years ago

NielsPilgaard commented 2 years ago

When Shears from other mods, Botania for example, are used on BYG blocks that require shears to harvest, they drop nothing. This PR fixes that by changing the match tool predicate to "tag": "forge:shears", which all modded Shears should be in.

OrderedChaos-Dev commented 2 years ago

Merged, thanks!