-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Vanilla Client Support and Entity Tracking (#6)
* Fixed improper form syntax * Fixed debug chunk border not rendering properly on shifted worlds. * Properly indicates when a coordinate is past its bounds * Light updates received incorrect chunk coordinates * Refactored "util" folder to "core" * Moved Serverbound packet client transformations to server * Code rewrite for vanilla client support. * Injected interface refactor * Entity location handling for wrapped bounds. * - Vanilla Client Support - Wrapped entity tracking and interaction (fixed elytras)
- Loading branch information
Showing
51 changed files
with
1,107 additions
and
629 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
26 changes: 0 additions & 26 deletions
26
src/client/java/com/fexl/circumnavigate/mixin/client/ClientPacketListenerAccessorMixin.java
This file was deleted.
Oops, something went wrong.
242 changes: 0 additions & 242 deletions
242
src/client/java/com/fexl/circumnavigate/mixin/client/ClientPacketListenerMixin.java
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
.../java/com/fexl/circumnavigate/mixin/client/chunkHandle/ClientChunkCacheAccessorMixin.java
This file was deleted.
Oops, something went wrong.
39 changes: 0 additions & 39 deletions
39
src/client/java/com/fexl/circumnavigate/mixin/client/chunkHandle/ClientChunkCacheMixin.java
This file was deleted.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.