Rust app for converting OptiFine resource packs to Chime
OptiChime is a Rust program for converting OptiFine resource packs into Chime resource packs
- Automatic copying of
pack.mcmeta
andpack.png
files - Multiple override models per item
- Ensure you've installed Rust + Cargo
- Clone/download the code for OptiChime
- CD into the folder
- Run
cargo run PATH_TO_OPTIFINE_RESOURCE_PACK
to start the conversion - Find the converted pack inside the
output
folder (it will retain the same name with_CHIME
appended)
Currently there's only a few predicates implemented (name
, Nbt
) and only items are supported (no armors, etc.). Nbt
predicates will only work for strings.