Releases: Nixinova/pack-format
1.3.9
Release 1.3.9 of pack-format
.
Install using npm install -g [email protected]
.
Changelog
- Changed the CLI output to display both resource and data pack formats on separate lines when no type is specified.
- Updated resource and data pack formats to
17
.
Commits
1.3.8
Release 1.3.8 of pack-format
.
Install using npm install -g [email protected]
.
Changelog
View changes: 1.3.7...1.3.8
- Fixed latest pack format being outdated.
- Updated resource and data pack formats to
16
.
1.3.7
Release 1.3.7 of pack-format
.
Install using npm install -g [email protected]
.
Changelog
View changes: 1.3.6...1.3.7
- Updated pack format data to 1.20.
1.3.6
Release 1.3.6 of pack-format
.
Install using npm install -g [email protected]
.
Changelog
View changes: 1.3.5...1.3.6
- Updated data pack format to
14
. - Updated resource pack format to
15
.
1.3.5
Release 1.3.5 of pack-format
.
Install using npm install -g [email protected]
.
Changelog
View changes: 1.3.4...1.3.5
- Updated data pack format to
13
. - Updated resource pack format to
14
.
1.3.4
Release 1.3.4 of pack-format.
Install using npm install -g [email protected]
.
Changelog
View changes: 1.3.3...1.3.4
- Fixed
--list
CLI option not working. - Updated pack format data to 1.19.3.
1.3.3
Release 1.3.3 of pack-format.
Install using npm install -g [email protected]
.
Changelog
View changes: 1.3.2...1.3.3
- Added an error message when using
--list
without providing a pack format. - Changed CLI arguments to be parsed in a more intuitive order.
- Updated pack format data to 1.19.
- Updated data pack format to
10
.
1.3.2
Release 1.3.2 of pack-format.
Install using npm install -g [email protected]
.
Changelog
- Changed
--latest
output to display both resource and data pack formats instead of just the highest one. - Changed
--list
output to have an explanatory header line. - Updated resource pack format to
9
. - Updated data pack format to
10
.
1.3.1
Release 1.3.1 of pack-format.
Install using npm install -g [email protected]
.
Changelog
- Fixed a crash occurring when malformed snapshot versions are inputted.
- Fixed snapshot versions not returning results when the final letter is missing.
- Updated data pack format to
9
.
1.3.0
Release 1.3.0 of pack-format.
Install using npm install -g [email protected]
.
Changelog
- Added function
getPackFormats(version: string): object
to retrieve both the resource and data pack formats of a given version. - Changed the default CLI command to show both pack formats if the type is unspecified instead of defaulting to the resource pack format.