Summery:
In this update I added one new hoe enchantment that drops some extra random crops when you break a fully grown crop and some api changes and deprecation
Enchantments:
Blessing Of Nature (hoes) - When breaking a fully grown crop with this enchantment, it will drop another random crop with an amount of 1-3, this amount is increased by one per level of this enchantment
API:
For the
api support, I deprecated some methods
For example on the
ActiveEnchantment class, I deprecated the
getHolder method, it will now always return null as I removed the holder from the classes fields as it seems unnecessary and over the top.
A few more minor changes were made and are all saved to the
javadocs