SL21W26: Difference between revisions

From ETM
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 10: Line 10:
**Reimplement special code for Itemframes and non-ticking BlockEntities
**Reimplement special code for Itemframes and non-ticking BlockEntities
**
**
*'''Fix shutdown taking too long (caused by timings system?)'''
*Fix shutdown taking too long (caused by timings system?)
* '''Chunkli: Load Entities'''
*Chunkli: Load Entities
** Remove entities the existing chunk
**Remove entities the existing chunk
** Insert entities into the chunkarea
**Insert entities into the chunkarea
* '''Remove FakeView for now'''
*Remove FakeView for now
* '''Remove Anti-Xray for now'''
*Remove Anti-Xray for now
* '''Remove optimized Hoppers for now'''
*Remove optimized Hoppers for now
* '''Update WorldSave to include Entities'''
*Update WorldSave to include Entities
** '''Check if minecraft already saves region files correctly now'''
**Check if minecraft already saves region files correctly now
***
***

Latest revision as of 21:05, 3 November 2022

◄ SL21W25 | SL21W27 ►


  • 1.17 Update
    • Missing internals for various etm features
    • DimensionManager extracted to kadi only? Will this be viable?
    • Reimplement TileEntityManager -> should now be named BlockEntityManager
    • Reimplement EntityManagment System
    • Reimplement special code for Itemframes and non-ticking BlockEntities
  • Fix shutdown taking too long (caused by timings system?)
  • Chunkli: Load Entities
    • Remove entities the existing chunk
    • Insert entities into the chunkarea
  • Remove FakeView for now
  • Remove Anti-Xray for now
  • Remove optimized Hoppers for now
  • Update WorldSave to include Entities
    • Check if minecraft already saves region files correctly now