SuccessChanges

Summary

  1. To be able to set the Color Picker's value without having to undo the bitwise operation which adds full Alpha to the color, replace the Getter with a Lombok-generated default Getter and do the bitwise operation where the Sky Color is actually being applied (details)
Commit 6772aedc9c70d78f5b9d60dcc452b4c2772c526b by CrushedPixel
To be able to set the Color Picker's value without having to undo the bitwise operation which adds full Alpha to the color, replace the Getter with a Lombok-generated default Getter and do the bitwise operation where the Sky Color is actually being applied
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/gui/elements/GuiColorPicker.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/mixin/MixinEntityRenderer.java