This repository was archived by the owner on Feb 19, 2026. It is now read-only.
Open
Conversation
Member
Author
d71ee2e to
bbc1bee
Compare
5bef6b9 to
0374b8c
Compare
This is not vanilla, but this is what the legacy handler does. To implement this properly, we would need to track biomes AND skylight, which is very memory-expensive. fix: #2259
* revert pre-via part 1 * don't register checks multiple times * revert pre-via part 1 * don't register checks multiple times * fix merge conflicts --------- Co-authored-by: cyramek <xcyramek@gmail.com>
* Add back support for the legacy API temporarily * Bump API to release version
* fix horse modern/legacy jumping mechanics, camel dash cooldown tracking (#2199) * implement UseEffects component fixes: #2396 * initial support for hitbox margin * compensableDashableEntities -> dashableEntities * implement floating in water * implement nautilus movement todo: fix dashing, fix step * fix 0.03 fluid pushing this code was dropped in: 1a6a8c5 * fix nautilus dashing * improve precision while dashing * actually fix dashing I'm really dumb ngl, vanilla packet sequence: 1. rot packet with PLAYER look angle 2. vehicle move packet with ENTITY look angle vehicle move packet overrides player's yaw and pitch from first rot packet * implement all prediction engines for nautilus I will refactor this later * support new gliding behavior * refactor nautilus prediction engines * implement parched boundingbox * add support for fast lava gameplay attribute in fluid pushing * camels have variants now * WIP tick-based world borders * fix off ground camel dashing thanks thisisatest8406 * add onGround tracking for entities * revert tracking entity onGround I decided that I don't care enough, camels are bugged as hell, everything desync * remove unneeded diff * fix pending jumps and camel off-ground dashing * remove outdated comment regarding nautilus jumping logic * Add support for max_reach AttackRange component --------- Co-authored-by: Axionize <154778082+Axionize@users.noreply.github.com>
- Previa packet mapping failing due to incorrect upstream call to getPacketVersion() instead of getClientVersion(), affects previa on all versions - Fix Krypton + Via + Grim compat form listener relocation
* Implement feature * Update common/src/main/java/ac/grim/grimac/utils/latency/CompensatedWorld.java Co-authored-by: ManInMyVan <113963219+ManInMyVan@users.noreply.github.com> * Add @OverRide annotation --------- Co-authored-by: ManInMyVan <113963219+ManInMyVan@users.noreply.github.com>
Updated comments in zh.yml for clarity and translation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.