Implement explosion optimisations

This commit is contained in:
Spottedleaf
2024-10-24 10:16:56 -07:00
parent 5d63f12602
commit eb57d32c94
2 changed files with 439 additions and 1 deletions

View File

@@ -17,7 +17,6 @@ todo:
- implement chunk_system.SectionStorageMixin diff from reference
- implement chunk_system.SerializableChunkDataMixin diff from reference
- implement chunk_system.ServerLevelMixin diff from reference
- implement collisions.ServerExplosionMixin diff from reference
- implement starlight.LevelLightEngineMixin diff from reference
- implement starlight.ThreadedLevelLightEngineMixin diff from reference
- implement starlight.ChunkSerializerMixin diff from reference