Skip to content

Conversation

@54M44R
Copy link

@54M44R 54M44R commented Feb 29, 2024

Updated JEC to 1.20.4

Replaced deprecated methods, and added new required parameters.

From what I could find with testing, containerTick(), onTick() and renderBg() are no longer required.

The handling of the blinking cursor seems to now be handled internally within the game, along with the application of the tinted background.

renderBg() is now an empty method. Completely removing this method requires changing the JecaGui class' declaration(?) which I am not familiar enough with at this time. Whether the method is essential or not is unknown to me, as testing showed this function was called several times. Visually comparing to 1.20.1 and 1.20.4 yielded no conclusive answer.

Issues / Notes:

  • Attempting to runClient with Forge fails on load. Build seems to function when tested manually. Seems to be Architechtury issue?
  • Quilt Fabric API is currently stuck on 1.20.1. Developers stated a 1.20.4 release is coming soon.

Either a new branch should be made for 1.20.4 or 1.20.1 should be replaced.

…kground methods

- Added additional required parameters to onMouseScroll()

The following seems to be handled by the game, and are no longer required:
- Commented out containerTick()
- Commented out onTick()
- Commented out renderBackground()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant