Skip to content

Releases: ICY105/DatapackBuildManager

v1.2

23 Dec 17:52
Compare
Choose a tag to compare

Added -o --output <path> flag. Instead of building in-place (which modifies the source code), this flag builds in the temporary directory, zips the datapack, and outputs to the specified path.

v1.1

26 Feb 00:18
Compare
Choose a tag to compare
  • Now uses tempfile.TemporaryDirectory instead of creating a .cache directory. This helps prevent OS errors and removes junk files left over after operation
  • Fixed some crashing bugs
  • Other misc cleanup & fixes

v1.0

26 Feb 00:16
7b991c2
Compare
Choose a tag to compare

Initial release