Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resource Pack Utilities Plugin #568

Merged
merged 5 commits into from
Jul 1, 2024
Merged

Conversation

ewanhowell5195
Copy link
Contributor

This is a plugin that adds a collection of utilities that assist with the creation of resource packs.
More utilities will be added later, this is just the ones I have done for now.

Utilities

  • CIT Optimiser

    CIT Optimiser is a tool that will go through all properties files in an OptiFine CIT folder and optimise them to be as small as possible, removing any unnecessary data.

  • JSON Optimiser

    JSON Optimiser is a tool that will go through all JSON files in a folder and optimise them to be as small as possible, minifying them and removing any unnecessary data.

  • Lang Stripper

    Lang Stripper is a tool that will go through all the language files in a resource pack and remove any entries that have not been modified.

  • Pack Cleaner

    Pack Cleaner is a tool that will go through all the files in a resource pack and compare them against the vanilla assets, removing them if they are unmodified.

  • Pack Creator

    Pack Creator is a tool that allows you to create template resource packs, as well as get the vanilla textures, models, sounds, etc…

@JannisX11 JannisX11 merged commit 7fb31bb into JannisX11:master Jul 1, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants