-
-
Notifications
You must be signed in to change notification settings - Fork 829
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
1.20.5/.6 update #4534
1.20.5/.6 update #4534
Conversation
Throwing everything at the wall to see what sticks :3 - does not build - several classes must be fixed (especially the ones master Crosby wrote) - I am nt sure of my own work, please triple check everything - this is a plea for help, the fog is coming
Now passes the `toggle all on|off` test
- TODO: fix all the GUIs not appearing
- Use new SequencedCollection getters - Apply `abstract` to all mixins - Add private constructor to all Util classes
gonna build the jar and test to see if there is any bugs before any changes are made |
sure more eyes looking for bugs is always welcome |
i don't see anything wrong, looks good to me. |
nvm when using meteor and placing anything that isn't cobblestone makes the placing stone sound |
and i found out it was "No Ghost Blocks" causing the issue |
There is a rendering issue with waypoints. They are either stickied randomly in a corner on the HUD or not visible. Tested build with commit 6509957 |
- added missing ``@Unique` to mixins - updated gradle-wrapper.jar and scripts - fix duplicate entry in Xray
@DataGoblin was this fixed? |
Minegame is looking at it |
Was the bug I mentioned, fixed or being looked at? |
Yes |
What are the chances of this getting merged soon? |
We don't have an ETA, It'll be out once we say it's ready. |
I'm happy to help test some stuff if you let me know what things still need testing. |
- Suppressed some warnings - updated build.gradle (now includes our license in the built JAR)
PSA we are going to wait until 1.20.6 gets released before we merge this and update, since the versions are near identical. Unless more issues are found, Mojang will probably release it around Tuesday next week, so the expected timescale is this will likely be merged either on Tuesday or Wednesday (depending on when Mojang releases). |
would you like someone to make a preview version of meteor on a minecraft test snapshot to see if it will work? |
- stricter checks for map validity - added end city locator - `ChatUtils#formatCoords` no longer makes the coords bold, hoverable and clickable if baritone is not available
- no clue if `minecraft:register` or `fabric` should be kept
NOTE: Crosby said he'd work on rewriting them as a standalone library
- might mark as 1.20.5 compatible if deemed necessary
- removed some unused classes from the good old times
- also bump the minimum compatible release of Sodium - remove once a breaking change, if any, arises
there is an crash whenever the server kicks the player
|
Type of change
Description
Update Meteor for 1.20.5/.6
The 1.20.5 compatibility will be dropped if necessary later on.
Related issues
None.
How Has This Been Tested?
This is still WIP, it builds and runs, but could have some bugs.
Checklist: