SL21W26: Difference between revisions

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


* 1.17 Update
*1.17 Update
** Missing internals for various etm features
**Missing internals for various etm features
** DimensionManager extracted to kadi only? Will this be viable?
**DimensionManager extracted to kadi only? Will this be viable?
** Reimplement TileEntityManager -> should now be named BlockEntityManager
**Reimplement TileEntityManager -> should now be named BlockEntityManager
** Reimplement EntityManagment System
**Reimplement EntityManagment System
** 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?)'''
* '''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'''
***

Revision as of 15:37, 5 July 2021

◄ 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