You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
besides EntityNameplateCustomization, setBlockOutlineColor in Renderer is also affected
other functions that use color+transparency (TextTask, SpriteTask, Particle, Texture) use RGBA
Actual behaviors:
Nameplate: setBackgroundColor(a, r, g, b) - A is first value Renderer: setBlockOutlineColor(a, r, g, b) - ditto
TextTask: setBackgroundColor(r, g, b, a) - works as intended
SpriteTask: setColor(r, g, b, a) - ditto
Particle: setColor(r, g, b, a) - ditto
Texture: setPixel(x, y, r, g, b, a), fill(x, y, w, h, r, g, b, a) - ditto, both
(also tested with Vector4)
just something to note for the wiki or the mod itself (0.1.6)
setPixel and fill work as shown in docs. will update the list accordingly
i might be misremembering but this might be a game-version-specific thing too?
not sure about that... i only tested it in 0.1.6, fabric 1.21.4. could be the same thing in neoforge or other game versions tho
Edit: a thread on Discord got the issue on 1.20.2, sooooo...
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
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.
major gamebreaking issue please fix thx :3