SL21W26: Difference between revisions

From ETM
Jump to navigation Jump to search
(Created page with "◄ SL21W25 | SL21W27 ►")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[SL21W25|◄ SL21W25]] | [[SL21W27|SL21W27 ►]]
[[SL21W25|◄ SL21W25]] | [[SL21W27|SL21W27 ►]]
<br />
*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
***

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