Skip to content

Easy-to-use generator to make the JSON files primarily for mods, but can also be used for resource packs and datapacks.

Notifications You must be signed in to change notification settings

ConsistencyPlus/json-generator

Repository files navigation

JSON-Generator

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!

Local Development Fork

To edit this generator for your own purposes, theres just a couple steps.

  1. Clone the repo to a local folder (easy to do with the github desktop app, or via cli)
  2. Open the repo in your favourite code editor, and open a terminal of sorts.
  3. Run npm i to install all the dependencies and to acquire the node modules required to run it.
  4. When that is finished, run npm start or npm run start to run the program.
  5. Enjoy the chaos that is the JSON generator. (I'm not kidding)

Credits:

About

Easy-to-use generator to make the JSON files primarily for mods, but can also be used for resource packs and datapacks.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 62.6%
  • HTML 34.8%
  • CSS 2.6%