-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use barriers instead of stone blocks for verification (#54)
* feat: replace abstract method with a java.util.function.Function * fix: make spawn x and z position adapt to platform size * feat: optimize/improve Fallback packet preparing * fix: block id shifting being broken on 1.7-1.13 * fix: optimize 1.7 support in UpdateSectionBlocks packet * style: improve codestyle of the UpdateSectionBlocks packet * fix: use normal binary io reader for mappings instead of unlimited reader * feat: implement universal Chat packet and add LOGIN / GAME states for better packet registry control * feat: [wip] barrier block integration (block ids for 1.13+ are still missing) * feat: use buffered writing more often to potentially reduce performance impact * feat: optimize chunk sending by only flushing the packets if necessary * refactor: setAbilitiesAndTeleport -> sendAbilitiesAndTeleport * style: fix fields being named incorrectly * feat: cache 1.7 empty chunk filler bytes * feat: use barrier blocks instead of stone blocks for verification
- Loading branch information
1 parent
a75c409
commit 702ea1b
Showing
11 changed files
with
275 additions
and
154 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
Oops, something went wrong.