Incompatible with Modern UI
StarskyXIII opened this issue ยท 2 comments
When enable Modern Text Engine of Modern UI, it will cause text of Wireless Transceiver disappear.
Test Environment:
Forge 40.1.68
Applied Energistics2 v11.1.4
AE Additions v3.2.0
Modern UI v3.5.0.109
@BloCamLimb I see. Thanks! Please ignore the sloppy gui code ๐ Still learning it lol
https://github.com/the9grounds/AE-Additions/blob/master/src/main/kotlin/com/the9grounds/aeadditions/client/gui/MEWirelessTransceiverScreen.kt#L78
You passed alpha to 1, so it's nearly transparent. You should use alpha = 0 (will be adjusted to 255) or directly use alpha = 255