Add addTint plugin#956
Open
YOHEMAL wants to merge 2 commits into
Open
Conversation
YOHEMAL
marked this pull request as ready for review
July 20, 2026 09:00
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
add_tintplugin using the current per-plugin repository structure.plugins.json.Why
Minecraft Java model JSON supports multiple
tintindexvalues, while Blockbench's default editing workflow does not provide a convenient way to assign and preview arbitrary indices. This plugin adds that workflow directly to the UV Editor, a dedicated panel, and the Filter menu.The original grayscale implementation converted the entire texture referenced by a selected face. Version 0.4.2 maps each selected face's UV bounds to texture pixels so unrelated areas keep their original colors, including on layered and animated textures.
User impact
Users can assign or remove arbitrary tint indices, edit live preview colors, preview texture/color multiplication, and convert only selected-face UV areas to tint-friendly grayscale. Plugin UI follows Blockbench's Japanese language setting and falls back to English for other languages.
Validation
npm run validate add_tintnode --check plugins/add_tint/add_tint.jsplugins.jsonJSON parse checkgit diff --check