1.0.0 • Published 5 months ago

puamap v1.0.0

Weekly downloads
-
License
AGPL-3.0-only
Repository
github
Last release
5 months ago

PUAMap

Remaps custom emoji in a Minecraft resource pack to use the Unicode Private Use Area

Usage

Run in the directory containing the resource pack you want to remap:

npx puamap

Options

Options are generally automatically configured and written to config.json on run.

  • inputJavaPack: The path to the input Java Edition resource pack
  • startCharcter: The first character to use in the remapping (default: \uE000)
  • maxIgnoreCharacter: The highest character ignore in remapping (default: \u007F)

Outputs

  • target/output.zip: The remapped resource pack with replacements made in font and lang files
  • target/replacements.json: A list of all the replacements made
  • target/replacements_escaped.json: A list of all the replacements made, with non-ASCII characters escaped
1.0.0

5 months ago

0.0.0

5 months ago