1.6.0 • Published 2 months ago

mc-icons v1.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

img E2E-E Icons

This TS-Node CLI app designed to automatically turn text in Markdown files into Minecraft's item icons, parsing their names or brackets.

Cli program demonstartion

Examples

Modpack Enigmatica 2: Expert - Extended using this tool for changelogs.

DescriptionCaptureResult
Items with exact matchBeaconnpm.io
Item from Minecraft picked firstGlassnpm.io
Add (every) inside get all itemsMossy Wall (every)npm.ionpm.io
Add (any) inside to pick only oneMossy Wall (any)npm.io
Specify mod in parenthGreen wall (Actually Additions)npm.io
You can use mod shortandor abbreviatureGreen wallGreen wallnpm.ionpm.io
Use (fluid) postfix to get fluidEnriched Lavanpm.io
Use numbers (4) as metadataFutura BlockFutura Blocknpm.ionpm.io
Capture by id <mod:name:meta:{tag}>[<tconstruct:large_plate:0:{Material:"fierymetal"}>]npm.io
Output first items if all have same iconAdvanced Pocketnpm.io

Usage

  1. Install latest NodeJS for Windows or Unix

  2. Create Markdown file with strings of form [Item Name] (options)

  3. Run mc-icons with input file path

    > npx mc-icons README.md
  4. Input file would be changed in place

Options

> npx mc-icons --help output:

    --help      Show help
-t, --treshold  Levenshtein name mistake treshold
-s, --silent    Do not any prompt
-m, --modpack   Modpack shortand to filter icons, "e2ee" for example

-r, --repo      Repository to make short links to
                default "https://github.com/Krutoy242/mc-icons/raw/master/i/"

Developing

To generate icons into repo:

  1. Install mods IconExporter and JEIExporter.
  2. Run from game /iconexporter export 64. Note this issue and the fact that when MC window resized, it could output icons in 32x32 format despite 64 in argument.
  3. Export JEI data (default ctrl+J hotkey, see controls).
  4. Run
    ts-node src/tool/preparse.ts --mc=path/to/modpack --icons=icon-exports-x64 --modpack=modpack_shortand

Author

1.6.0

2 months ago

1.5.0

2 months ago

1.4.0

10 months ago

1.3.0

1 year ago

1.2.0

2 years ago

1.1.6

2 years ago

1.2.1

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.0.5

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago