9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2026-01-06 15:51:31 +00:00
Files
Leaf/todos.md
Dreeam 01b1d66797 Fix Fix some beacon event issues
In 1.21.5, mojang split the `onRemove` logic in `LevelChunk#setBlockState` to 3 steps,
`preRemoveSideEffects`, then remove block entity, then do `affectNeighborsAfterRemoval`.
beacon deactive call event should move to step 1 instead 3, to keep ollow the original fix logic.

Also always call deactive event on everytime beacon gets removed, to follow the Paper's behavior.
2025-06-11 20:05:38 +08:00

492 B

Gale TODOs

  • Do a benchmark for Remove streams and iterators from range check, getEffectiveRange in ChunkMap

Leaf TODOs

  • Transfer patch notes to file for Gale and Leaf
  • check Dont send useless entity packets
  • Use different state to separate different configs reload

1.21.5

  • Remove stream in Inventory and check new changes
  • Check SparklyPaper's mapitem update skip
  • Update from Leaf 1.21.4 (curr commit: ccab3256c296857eeacd4d0c23f2e1b8aae3b36c)