/chime-converter

A tool for converting basic CIT packs to the Chime format

Primary LanguageD

Chime Converter

About:

A tool for converting basic CIT packs to the Chime format.
Currently WIP, only functions for certain overrides.

Usage:

extract your resource pack, and rename it to in
run chime-converter.exe
copy pack.mcmeta and pack.png from in to out

Building:

Windows
  • download and install DMD
  • open a command prompt and cd to the project's source code
    • (there should be a file called dub.json in the folder)
  • in the command prompt, run dub
    • should create chime-converter.exe
Linux