Skip to content

Release v0.1.0

Compare
Choose a tag to compare
@peunsu peunsu released this 06 Mar 06:28
· 29 commits to main since this release
12f7c5b

What's Changed

  • Implement the parser for the FTB snbt format and add example code. Add data type classes for snbt tags. by @peunsu in #1
  • Add snbt writer class and function to save the snbt to a file. by @peunsu in #3
  • Implemented the load and save functions of the snbt tag. by @peunsu in #4
  • Update Github Actions and README.md by @peunsu in #7

Full Changelog: https://github.com/peunsu/ftb-snbt-lib/commits/v0.1.0

Installation

The package can be installed with pip.

$ pip install ftb-snbt-lib==0.1.0