Easy-to-use generator to make the JSON files for primarily resource packs, but also can be used for resource packs.
Tauri switch has been abandoned due to the incompleteness of Tauri.
There is a Java rewrite in progress, which will be overall better than the electron version. Development is going slow for it, however (making Java guis is a pain, sorry). Once anything changes, I will mention it here.
If you find any issues, report them on the github here, and Deviouslrd will attend to it!
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. - When that is finished, run
npm start
ornpm run start
to run the program. - Enjoy the chaos that is the JSON generator. (I'm not kidding)
Credits:
- Deviouslrd - Primary programmer
- Siuolthepic - JSON help, code improvements
- HiItsDevin - Electron assistance