SL23W36: Difference between revisions

From ETM
Jump to navigation Jump to search
(Created page with "◄ SL23W35 | SL23W37 ►")
 
No edit summary
Line 1: Line 1:
[[SL23W35|◄ SL23W35]] | [[SL23W37|SL23W37 ►]]
[[SL23W35|◄ SL23W35]] | [[SL23W37|SL23W37 ►]]
<br />
*Larger refactor of NMS instantiation of FakeEntities
**'''Make sure NMS-Data is not initialized at all on server bootup before a player connects'''
**'''Make sure only the non-default data is sent initially for the DataWatcher to keep the state small'''
<br />
* '''Test packet-batching for particle effects'''
* '''Implement fake-batching to drastically reduce the packet-size as soon as MC allows us to (1.20.2)'''

Revision as of 12:00, 7 September 2023

◄ SL23W35 | SL23W37 ►


  • Larger refactor of NMS instantiation of FakeEntities
    • Make sure NMS-Data is not initialized at all on server bootup before a player connects
    • Make sure only the non-default data is sent initially for the DataWatcher to keep the state small


  • Test packet-batching for particle effects
  • Implement fake-batching to drastically reduce the packet-size as soon as MC allows us to (1.20.2)