This repository has been archived by the owner on Jun 23, 2022. It is now read-only.
Releases: Nixinova/resourcepacker
Releases · Nixinova/resourcepacker
1.2.1
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
Release 1.2.0 of resourcepacker.
Install using npm install -g resourcepacker@1.2.0
.
Changelog
- Added Node.js exports,
init(options?)
andpack(input, output, options?)
- Added optional
<input>
command-line option torpkr pack
, changing the syntax torpkr pack [<input>] [<output>|--force]
. - Changed default file globs to be more specific.
1.1.1
1.1.0
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.3
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.2
1.0.1
1.0.0
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-pre3 1.0.1 → 1.1.0 ⇒
1.0.0 Pre-Release 3
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-pre2 1.0.0 ⇒
1.0.0 Pre-Release 2
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 automaticpack.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
.
- Can contain references to other parameters in the
- Added support for custom variables in the
.rpkr
configuration file.
← 1.0.0-pre1 1.0.0-pre3 →