SL21W52: Difference between revisions

From ETM
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
*'''Feature: Change implementation of commands to fully async'''
*'''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!'''
**'''Bukkit for some reason wants all commands to be sync by default. We do not want that!'''
*'''Test Chatterino'''

Revision as of 23:43, 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!
  • Test Chatterino