- Added a config entry that allows turing of armor display from Tinker Station or Tinker Anvil.
- Added a config entry that adds a scrolling bar when to many tools are displayed on Tinker Station or Tinker Anvil.
- Added some methods allowing a quick change on LivingEntity's effects.
- Added a Java based ToolDefinitionData that can be extended like a Modifier
- Transferred some modifiers from TiAc to EtSTlib. Added some new modifiers that can be utilized by modpacks.
- Added method postMeleeHit in EtSTBaseModifier.
- Arrow shot from tools with modifiers implemented EtSTBaseModifier now come with a tag "is_critical" if fully charged
- Fixed Extra Dense modifier decreasing mining speed;
- Fixed onGetArrowDamage method inside EtSTBaseModifier don't have ModifierNBT arg.
- Add new TagKey<IMaterial> #etstlib:randomize_whitelisted and #etstlib:randomize_blacklisted allowing addons or modpacks to limit ancient tool default random material without overriding datapack ( Useful when developing addon when you don't want an over-powered material appears in an ancient tool, In this case use #etstlib:randomize_blacklisted ,whitelist will override blacklist and only recommended for modpacks).