Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Releases: ZRunner/fr-mc-python-lib

1.0.6: Typehints, fixes and cleanup

10 Jan 14:59
Compare
Choose a tag to compare

BREAKING CHANGES:

  • Rename every class attribute to respect lower_case_with_underscores
  • Minimal Python version is now 3.8.0 (due to typehints)

New:

  • Add tnt_resistance attribute to the Item class
  • Add typehints to every class and function

Other:

  • Clean up documentation
  • Clean up the whole code
  • Fix some misleading regex patterns