Easy-to-use generator to make the JSON files for primarily resource packs, but also can be used for resource packs.
Tauri version can be viewed from here Java rewrite has stopped after a few month hiatus that was enough for tauri to be worth the switch back to. Plus I get the small file sizes i wanted without learning a completely new language and all its quirks.
If you find any issues, they will be dealt with in due time (probably a few months tbh)
To edit this generator for your own purposes, theres just a couple steps.
- Clone the repo to a local folder (easy to do with the github desktop app, or via cli)
- Open the repo in your favourite code editor, and open a terminal of sorts.
- Run
npm i
to install all the dependencies and to acquire the node modules required to run it. - Visit this website for tauri-specific requirements to develop this.
- When that is finished, run
npm run tauri dev
to get the app running. - Enjoy the chaos that is the JSON generator. (I'm not kidding)
Credits:
- Deviouslrd - Primary programmer
- Siuolthepic - JSON help, code improvements
- HiItsDevin - Electron assistance