Skip to content

Releases: Nixinova/pack-format

1.4.4

Choose a tag to compare

@Nixinova Nixinova released this 26 May 12:28

Version 1.4.4 of pack-format, updated to 26.2-snapshot-8. Minecraft now uses a completely new versioning format, so the code has been changed to support it.

Install with npm i -g pack-format@1.4.4.

Changes

  • Updated to support new version formats.
  • Updated resource pack format to 87.0.
  • Updated data pack format to 106.0.

1.4.3

Choose a tag to compare

@Nixinova Nixinova released this 18 Aug 10:23

Version 1.4.3 of pack-format, updated to 1.21.9/25w33a. Minecraft now uses decimal pack formats, so support has been added.

Install with npm i -g pack-format@1.4.3.

Changes

  • Changed CLI parsing to support decimal pack formats.
  • Updated resource pack format to 65.2.
  • Updated data pack format to 83.0.
  • Fixed use of --list on recent pack formats.

1.4.2

Choose a tag to compare

@Nixinova Nixinova released this 27 Jun 12:00

Version 1.4.2 of pack-format, updated to 1.21.7!

Install with npm i -g pack-format@1.4.2.

Changes

  • Fixed returned latest pack formats not checking release versions.
  • Updated resource pack format to 64.
  • Updated data pack format to 81.

1.4.1

Choose a tag to compare

@Nixinova Nixinova released this 27 Jan 07:07

Version 1.4.1 of pack-format.

Install with npm i -g pack-format@1.4.1.

Changes

  • Changed future minor releases to have undefined pack formats instead of having earlier releases' formats fall through.
  • Updated resource pack format to 49.
  • Updated data pack format to 64.

1.4

1.4

Choose a tag to compare

@Nixinova Nixinova released this 03 Nov 10:05

Version 1.4 of pack-format updates to 1.21.3 / 24w44a and also makes several other changes.

Changes

  • Added release and snapshot to exported object LATEST which denotes the latest known released versions.
  • Changed output of getVersions to return null instead of '' when a version is not present.
  • Changed output of getVersions to replace '.x' with the actual game version.
  • Changed CLI output of --list to present the versions in prose instead of JSON.
  • Changed CLI output to display a basic message when no arguments are given.
  • Changed CLI help message.
  • Updated resource pack format to 43.
  • Updated data pack format to 58.

1.3.16

Choose a tag to compare

@Nixinova Nixinova released this 24 Aug 06:08

Release 1.3.16 of pack-format.

Now as of 1.21.1 / 24w34a.

Install using npm install -g pack-format@1.3.16.

Changelog

View all

  • Updated resource pack format to 36.
  • Updated data pack format to 50.
  • Fixed special case checking not being applied to full version names leading to no result for certain versions.

1.3.15

Choose a tag to compare

@Nixinova Nixinova released this 11 May 14:26

Release 1.3.15 of pack-format.

Now as of 1.20.6 / 24w18a.

Install using npm install -g pack-format@1.3.15.

Changelog

View all

  • Updated resource pack format to 32.
  • Updated data pack format to 42.

1.3.14

Choose a tag to compare

@Nixinova Nixinova released this 15 Apr 09:45

Release 1.3.14 of pack-format.

Install using npm install -g pack-format@1.3.14.

Changelog

View all

  • Updated resource pack format to 31.
  • Updated data pack format to 39.
  • Fixed data pack format for 24w12a and 24w13a.

1.3.13

Choose a tag to compare

@Nixinova Nixinova released this 14 Mar 22:23

Release 1.3.13 of pack-format.

Install using npm install -g pack-format@1.3.13.

Changelog

View all

  • Changed the CLI result to say 'not present' instead of 'not known' for versions that do not use a pack format.
  • Updated resource pack format to 28.
  • Updated data pack format to 35.

1.3.12

Choose a tag to compare

@Nixinova Nixinova released this 23 Jan 07:36

Release 1.3.12 of pack-format.

Install using npm install -g pack-format@1.3.12.

Changelog

View all

  • Changed the CLI result to say 'not known' instead of 'undefined' for versions without associated pack formats.
  • Fixed the result of --latest not always returning the very latest version.
  • Updated resource pack format to 24.
  • Updated data pack format to 26.