Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 1.20.4 #155

Open
wants to merge 3 commits into
base: 1.20.1
Choose a base branch
from
Open

Update to 1.20.4 #155

wants to merge 3 commits into from

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