diff options
author | Spottedleaf <[email protected]> | 2024-10-24 08:18:20 -0700 |
---|---|---|
committer | Spottedleaf <[email protected]> | 2024-10-25 11:25:09 -0700 |
commit | ecf4d9715e235c8d26202404c66642ca7e90aa68 (patch) | |
tree | ee52ec90cec283475af937df40e7b142e6965d2b /moonrise_update_1_21_2.txt | |
parent | 47258a71184e0b3c919e2f224cf2aca985722ddf (diff) | |
download | Paper-ecf4d9715e235c8d26202404c66642ca7e90aa68.tar.gz Paper-ecf4d9715e235c8d26202404c66642ca7e90aa68.zip |
Begin fixing issues
See diff in the update text file
Diffstat (limited to 'moonrise_update_1_21_2.txt')
-rw-r--r-- | moonrise_update_1_21_2.txt | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/moonrise_update_1_21_2.txt b/moonrise_update_1_21_2.txt index f7067cc556..d6a3d5df42 100644 --- a/moonrise_update_1_21_2.txt +++ b/moonrise_update_1_21_2.txt @@ -13,12 +13,7 @@ add notes to moonrise patch: todo: - double check that the misc changes commit on dev/1.21.2 moonrise is applied - implement platformhooks -- delete old block state table patch -- in StateHolder, implement getNullableValue from blockstate_propertyaccess -- ChunkEntitySlices getChunkEntities(), callEntitiesLoadEvent(), callEntitiesUnloadEvent() - in ChunkEntitySlices, implement modifySavedEntities() by copying from old -- in ChunkEntitySlices, implement unload() Entity.setRemoved() -- change PersistentEntitySectionManager addEntity chunk system call to have event=true - implement PlayerChunkUnloadEvent in PlatformHooks#onChunkUnWatch - make sure chunk pos is passed in PlatformHooks#postLoadProtoChunk - implement chunk_system.ChunkMapMixin diff from reference @@ -32,11 +27,10 @@ todo: - implement chunk_system.ServerLevelMixin diff from reference - implement chunk_tick_iteration - implement collisions.ServerExplosionMixin diff from reference -- implement modifyEntityTrackingRange with org.spigotmc.TrackingRange.getEntityTrackingRange -- implement random_ticking.BiomeMixin diff from reference - implement starlight.LevelLightEngineMixin diff from reference - implement starlight.ThreadedLevelLightEngineMixin diff from reference - implement starlight.ChunkSerializerMixin diff from reference - implement starlight.SerializableChunkData$SectionData diff from reference - implement starlight.SerializableChunkDataMixin diff from reference - +- unfuck the chtunk system config diff +- chunk system: move get entity lookup reroute into the folia scheduler api patch |