SL21W52: Difference between revisions

From ETM
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
<br />
<br />


* FakeView Distance
*FakeView Distance
** New structure for FakeChunks / Chunk Data / Packet data
**New structure for FakeChunks / Chunk Data / Packet data
** Bug: Fixed Viewdistance in mc commands (+1 in a lot of places)
**Bug: Fixed Viewdistance in mc commands (+1 in a lot of places)
** Datacomparison from vanilla chunks and fake chunks
**Datacomparison from vanilla chunks and fake chunks
** Create FakeChunks from Anti-XRay chunk data only
**Create FakeChunks from Anti-XRay chunk data only
*'''Feature: Change implementation of commands to fully async'''
**'''Bukkit for some reason wants all commands to be sync by default. We do not want that!'''

Revision as of 22:46, 28 December 2021

◄ SL21W51 | SL22W01 ►


  • FakeView Distance
    • New structure for FakeChunks / Chunk Data / Packet data
    • Bug: Fixed Viewdistance in mc commands (+1 in a lot of places)
    • Datacomparison from vanilla chunks and fake chunks
    • Create FakeChunks from Anti-XRay chunk data only
  • Feature: Change implementation of commands to fully async
    • Bukkit for some reason wants all commands to be sync by default. We do not want that!