Releases: ICY105/DatapackBuildManager
Releases · ICY105/DatapackBuildManager
v1.2
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
- 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