Releases: 2No2Name/worldthreader
mc26.1.2-3.0.0
Worldthreader 3.0.0 for 26.1.x introduces a new system for yielding level access. Expect more issues compared to previous releases, since this change has not been tested a lot.
Please report any issues you encounter to the issue tracker of worldthreader. As worldthreader likely comes with massive mod compatibility issues, please do not report crashes and issues to other mods' issue trackers before confirming the issue without worldthreader.
Changes
- Allow non-level threads to acquire exclusive level access
- Add threading safe point where level threads will yield access to threads waiting for exclusive level access
- Improve crash handling, print which threads are not finishing gracefully
mc26.1.2-2.8.1
Worldthreader 2.8.1 is the first release for 26.1.2
Please report any issues you encounter to the issue tracker of worldthreader. As worldthreader likely comes with massive mod compatibility issues, please do not report crashes and issues to other mods' issue trackers before confirming the issue without worldthreader.
Changes
- Update to Minecraft 26.1.2
- Version lock to 26.1.x
mc26.1-2.8.0
Worldthreader 2.8.0 is the first release for Minecraft 26.1 and 26.1.1
Please report any issues you encounter to the issue tracker of worldthreader. As worldthreader likely comes with massive mod compatibility issues, please do not report crashes and issues to other mods' issue trackers before confirming the issue without worldthreader.
Changes
- Update to Minecraft 26.1
- Reduce exclusive world accesses from interdimensional projectiles
- Reduce exclusive world accesses from interdimensional piglin anger
mc1.21.11-2.7.4
Worldthreader 2.7.4 for Minecraft 1.21.11 fixes an issue.
Please report any issues you encounter to the issue tracker of worldthreader. As worldthreader likely comes with massive mod compatibility issues, please do not report crashes and issues to other mods' issue trackers before confirming the issue without worldthreader.
Fixes
- TNT looting not working (#48)
- Remove duplicated thread safety of entity references
mc1.21.10-2.6.1
Worldthreader 2.6.1 for Minecraft 1.21.10 backports several fixes and compatibility improvements from 1.21.11 releases.
Please report any issues you encounter to the issue tracker of worldthreader. As worldthreader likely comes with massive mod compatibility issues, please do not report crashes and issues to other mods' issue trackers before confirming the issue without worldthreader.
Fixes
- Fix a barrier synchronization issue that could leave waiting threads parked.
- Fix fishing rod owner and state being lost during dimension changes.
- Work around "Player swapping is already happening!" (issue #44).
- Preserve teleported entity movement relation using
PositionMoveRelationinTeleportedEntityInfo.
Changes
- Improve compatibility with mods that add and remove worlds dynamically (for example
mc-worlds). - Improve compatibility with alternative
DerivedLevelDataimplementations. - Handle cross-world entity references with fewer exclusive access requests.
- Move post-teleport additional tick handling into a dedicated tick phase.
mc1.21.11-2.7.3
Worldthreader 2.7.3 for Minecraft 1.21.11 fixes an issue.
Please report any issues you encounter to the issue tracker of worldthreader. As worldthreader likely comes with massive mod compatibility issues, please do not report crashes and issues to other mods' issue trackers before confirming the issue without worldthreader.
Fixes
- Restore velocity and rotation of teleported entities correctly instead of using incorrect values from the now discarded entity object.
mc1.21.11-2.7.2
Worldthreader 2.7.2 for Minecraft 1.21.11 fixes an issue.
Please report any issues you encounter to the issue tracker of worldthreader. As worldthreader likely comes with massive mod compatibility issues, please do not report crashes and issues to other mods' issue trackers before confirming the issue without worldthreader.
Fixes
- Fix ender pearl thrown through exit end portal while additional entity tick after teleport gamerule is active causing crashes.
mc1.21.11-2.7.1
Worldthreader 2.7.1 for Minecraft 1.21.11 fixes an issue.
Please report any issues you encounter to the issue tracker of worldthreader. As worldthreader likely comes with massive mod compatibility issues, please do not report crashes and issues to other mods' issue trackers before confirming the issue without worldthreader.
Fixes
- Fix players unable to reel in fishing rod after changing dimensions
mc1.21.11-2.7.0
Worldthreader 2.7.0 is the first release for Minecraft 1.21.11.
Please report any issues you encounter to the issue tracker of worldthreader. As worldthreader likely comes with massive mod compatibility issues, please do not report crashes and issues to other mods' issue trackers before confirming the issue without worldthreader.
Changes
- Gamerule rename for vanilla's new gamerule system
- Handle interdimensional EntityReference without exclusive world access in common cases
Fixes
- Fix barrier not waking up waiting thread, causing infinite wait
mc1.21.10-2.6.0
Worldthreader 2.6.0 is the first release for Minecraft 1.21.10.
Please report any issues you encounter to the issue tracker of worldthreader. As worldthreader likely comes with massive mod compatibility issues, please do not report crashes and issues to other mods' issue trackers before confirming the issue without worldthreader.