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] Add new utilities #580

Merged
merged 7 commits into from
Jul 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
"author": "Ewan Howell",
"description": "A collection of utilities to assist with resource pack creation.",
"tags": ["Minecraft: Java Edition", "Resource Packs", "Utilities"],
"version": "1.1.0",
"version": "1.2.0",
"min_version": "4.10.0",
"variant": "desktop",
"website": "https://ewanhowell.com/plugins/resource-pack-utilities/",
Expand Down
32 changes: 32 additions & 0 deletions plugins/resource_pack_utilities/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,26 @@
<h3>Batch Exporter</h3>
<p>Batch Exporter is a tool that will export every bbmodel file within a folder to an output folder using the selected format.</p>
</li>
<li>
<h3>Chest Converter</h3>
<p>Chest Converter is a tool that will convert the chest textures between the 1.14 format 1.15 format.</p>
</li>
<li>
<h3>CIT Optimiser</h3>
<p>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.</p>
</li>
<li>
<h3>Clock Generator</h3>
<p>Clock Generator is a tool that allows you to quickly and easily generate a full set of clock textures from a simple input texture.</p>
</li>
<li>
<h3>CTM Converter</h3>
<p>CTM Converter is a tool that will convert compact CTM into full CTM or overlay CTM.</p>
</li>
<li>
<h3>Image Resizer</h3>
<p>Image Resizer is a tool that will go through all images in a folder and resize them, relative to their original size.</p>
</li>
<li>
<h3>JSON Optimiser</h3>
<p>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.</p>
Expand All @@ -21,10 +37,18 @@
<h3>Lang Stripper</h3>
<p>Lang Stripper is a tool that will go through all the language files in an resource pack and remove any entries that have not been modified.</p>
</li>
<li>
<h3>Minecraft Title Converter</h3>
<p>Minecraft Title Converter is a tool that will convert images to be in the the Minecraft title format. This can also convert existing textures between the 1.19 and 1.20 texture formats.</p>
</li>
<li>
<h3>Missing Textures</h3>
<p>Missing Textures is a tool that will check what textures you have in a resource pack and tell you which ones the resource pack is missing.</p>
</li>
<li>
<h3>Mojang Converter</h3>
<p>Mojang Converter is a tool that will convert images to be in the the Mojang Studios logo format. This can also convert existing textures between the 1.15 and 1.16 texture formats.</p>
</li>
<li>
<h3>Pack Cleaner</h3>
<p>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.</p>
Expand All @@ -33,6 +57,14 @@
<h3>Pack Creator</h3>
<p>Pack Creator is a tool that allows you to create template resource packs, as well as get the vanilla textures, models, sounds, etc…</p>
</li>
<li>
<h3>Skin Converter</h3>
<p>Skin Converter is a tool that will convert Minecraft skins between the classic 64x32 format and the modern 64x64 format.</p>
</li>
<li>
<h3>Wide ⇄ Slim Converter</h3>
<p>Wide ⇄ Slim Converter is a tool that will convert Minecraft skins between the wide 4px arm format and the slim 3px arm format.</p>
</li>
</ul>
</div>
<style>
Expand Down
20 changes: 20 additions & 0 deletions plugins/resource_pack_utilities/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,25 @@
]
}
]
},
"1.2.0": {
"title": "1.2.0",
"date": "2024-07-24",
"author": "Ewan Howell",
"categories": [
{
"title": "New Features",
"list": [
"Added Chest Converter utility",
"Added Clock Generator utility",
"Added CTM Converter utility",
"Added Image Resizer utility",
"Added Minecraft Title Converter utility",
"Added Mojang Converter utility",
"Added Skin Converter utility",
"Added Wide ⇄ Slim Converter utility"
]
}
]
}
}
Loading
Loading