Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Releases: Nixinova/resourcepacker

1.2.1

06 Mar 04:04
Compare
Choose a tag to compare

Release 1.2.1 of resourcepacker.

Install using npm install -g resourcepacker@1.2.1.

Changelog

  • Changed default CLI packing behavior to output to a zip file instead of a folder.
  • Fixed invalid versions not outputting a pack_format.
  • Refactored code to be written in TypeScript.

1.2.0

1.2.0

23 Jan 05:09
Compare
Choose a tag to compare

Release 1.2.0 of resourcepacker.

Install using npm install -g resourcepacker@1.2.0.

Changelog

  • Added Node.js exports, init(options?) and pack(input, output, options?)
  • Added optional <input> command-line option to rpkr pack, changing the syntax to rpkr pack [<input>] [<output>|--force].
  • Changed default file globs to be more specific.

1.1.0   ← 1.1.11.2.1

1.1.1

23 Jan 03:44
Compare
Choose a tag to compare

Release 1.1.1 of resourcepacker.

Install using npm install -g resourcepacker@1.1.1.

Changelog

  • Refactored pack format information to use package pack-format.

1.1.01.2.0

1.1.0

21 Jan 05:24
Compare
Choose a tag to compare

Release 1.1.0 of resourcepacker.

Install using npm install -g resourcepacker@1.1.0.

Changelog

  • Added support for packaging to a zip file by appending .zip to the output name.
  • Added --folder flag (alias -f) to package to an automatically-named folder instead of the default zip file.
  • Changed default packaging from a folder to a zip file.

1.0.0   ← 1.0.31.1.1 →   1.2.0

1.0.3

02 Jan 02:52
Compare
Choose a tag to compare

Release 1.0.3 of resourcepacker.

Install using npm install -g resourcepacker@1.0.3.

Changelog

  • Added support for pack version 7 (Minecraft 1.17+).
  • Added a warning when initialising inside an existing project.
  • Changed the output folder name to more accurately combine the release and development versions.
  • Changed the output of rpkr (without any parameters) to display a welcome message instead of an error.

1.0.0   ← 1.0.21.1.0

1.0.2

08 Aug 04:19
Compare
Choose a tag to compare

Release 1.0.2 of resourcepacker.

Install using npm install -g resourcepacker@1.0.2.

Changelog

  • Fixed special characters in custom parameter names not being escaped when substituting.

1.0.0   ← 1.0.11.0.31.1.0

1.0.1

08 Aug 04:01
Compare
Choose a tag to compare

Release 1.0.1 of resourcepacker.

Install using npm install -g resourcepacker@1.0.1.

Changelog

  • Added support for pack version 6 (Minecraft 1.16.2+).

1.0.01.0.21.1.0

1.0.0

01 Aug 07:47
Compare
Choose a tag to compare

Release 1.0.0 of resourcepacker.

Install using npm install -g resourcepacker@1.0.0.

Features

  • Supports packaging into either a pre-set (using .rpkr.json) or user-specified output folder.
  • Supports the creation of automatic pack.mcmeta files with dynamic descriptions and declared languages.

Changelog from 1.0.0-pre3

  • Added configver parameter to the .rpkr.json configuration file.

1.0.0-pre31.0.11.1.0

1.0.0 Pre-Release 3

18 Jul 07:16
Compare
Choose a tag to compare
1.0.0 Pre-Release 3 Pre-release
Pre-release

Third pre-release for version 1.0.0 of resourcepacker.

Install using npm install -g resourcepacker@1.0.0-pre3.

Changelog

  • Breaking: Changed configuration file from .rpkr (in a custom format) to .rpkr.json (in a JSON format).
  • Added support for automatic langugage generation by setting the values of language codes in the .rpkr.json configuration file.

1.0.0-pre21.0.0

1.0.0 Pre-Release 2

16 Jul 04:25
Compare
Choose a tag to compare
1.0.0 Pre-Release 2 Pre-release
Pre-release

Second pre-release for version 1.0.0 of resourcepacker.

Install using npm install -g resourcepacker@1.0.0-pre2.

Changelog

  • Added description property to .rpkr, which creates an automatic pack.mcmeta file if set.
    • Can contain references to other parameters in the .rpkr file (including custom ones) by enclosing the parameter name in angle brackets (<>).
    • Ampersands (&) are automatically converted to section signs (§) to become color codes.
    • Pack version is automatically generated from the value of mcver.
  • Added support for custom variables in the .rpkr configuration file.

1.0.0-pre11.0.0-pre3