
Worldthreader
Worldthreader speeds up servers by safely running each dimension on a separate thread.
Обновлён 21 июня 2026 г. · опубликован 23 января 2025 г.
Worldthreader is a free and open-source Minecraft mod which optimizes the processing of multiple dimensions, by ticking dimensions in parallel. Thread safety is ensured, with fallbacks to serial execution if no other solution can be found. After each tick the dimensions wait for each other to ensure that everything stays in sync, avoiding breaking many advanced redstone contraptions. Mod incompatibilities are expected, please report any issues to the worldthreader issue tracker.
The mod works on both the client (singleplayer) and server, and does not require the mod to be installed on both sides.
Installation
The mod must be installed on the server to work in multiplayer. For use in singleplayer worlds, the mod must be installed on the client.
- Download the mod from Modrinth or CurseForge.
- Place the downloaded
.jarfile into themodsfolder of your Minecraft directory. - Launch Minecraft with the Fabric mod loader.
Configuration
To use the gamerules, you need the Fabric API. Without the Fabric API, Worldthreader will use the default settings.
/gamerule worldthreader_Active <true/false>(default true) enables/disables the mod/gamerule worldthreader_AdditionalEntityTickAfterTeleport <true/false>(default false) enables/disables ticking entities immediately after teleporting from the main overworld to the nether or end to simulate the timings of vanilla portal use/gamerule worldthreader_Debug <true/false>(default false) enables/disables debug logging and illegal world access detection. Use this to find issues, both correctness and performance related. If nothing shows up in the logs, that only means that no issues were found, not that none can exist.
FAQ
Does the mod change Vanilla behaviour?
Worldthreader aims to conserve vanilla-parity in most points.
Behavior based on the timing of entities going through portals might be delayed by a game tick when the entity is
leaving the overworld. However, /gamerule worldthreader_AdditionalEntityTickAfterTeleport ticks entities that are not
teleporting to the overworld once after being placed in the world. This should allow them to catch up on the tick they
missed. However, this happens at the end of the tick, meaning that no other mobs or pistons were able to push or damage
the entity in that tick because it hasn't been there yet.
Interdimensional commands in command blocks or shared scoreboard accesses from different dimensions can be observed to be in a different order since there are no interdimensional ordering guarantees within a single game tick for interdimensional commands. The order of commands within one dimension remains the same as in vanilla.
Can my dimensions get de-synchronized?
No. Worldthreader will always synchronize the dimensions with each other, setting the overall MSPT to that of the slowest individual dimension.
Are dimension counts above 3 supported?
Yes.
Can I use Worldthreader if I have fewer threads on my CPU than dimensions?
Yes, but that may reduce the performance.
How is the compatibility with other mods?
Compatibility issues with other mods may be very common. Please report all issues you encounter to Worldthreader directly to avoid giving other mod authors headaches. The author of Worldthreader is willing to cooperate and suggest changes to other mods for compatibility.
What about older versions of Minecraft?
There is the DimThread mod which supports a few older versions: https://github.com/WearBlackAllDay/DimensionalThreading
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| mc26.2-3.1.0-fabric | Релиз | 26.2 | fabric, quilt | 21 июня 2026 г. | .jar (188 КБ) |
| mc26.1.2-3.0.1-fabric | Релиз | 26.1.2 | fabric, quilt | 28 мая 2026 г. | .jar (188 КБ) |
| mc26.1.2-3.0.0-fabric | Релиз | 26.1.2 | fabric, quilt | 15 апреля 2026 г. | .jar (188 КБ) |
| mc26.1.2-2.8.1-fabric | Релиз | 26.1.2 | fabric, quilt | 15 апреля 2026 г. | .jar (186 КБ) |
| mc26.1-2.8.0-fabric | Релиз | 26.1 | fabric, quilt | 5 апреля 2026 г. | .jar (186 КБ) |
| mc1.21.11-2.7.4-fabric | Релиз | 1.21.11 | fabric, quilt | 26 марта 2026 г. | .jar (184 КБ) |
| mc1.21.10-2.6.1-fabric | Релиз | 1.21.10 | fabric, quilt | 8 марта 2026 г. | .jar (196 КБ) |
| mc1.21.11-2.7.3-fabric | Релиз | 1.21.11 | fabric, quilt | 5 марта 2026 г. | .jar (190 КБ) |
| mc1.21.11-2.7.2-fabric | Релиз | 1.21.11 | fabric, quilt | 21 февраля 2026 г. | .jar (189 КБ) |
| mc1.21.11-2.7.1-fabric | Релиз | 1.21.11 | fabric, quilt | 4 февраля 2026 г. | .jar (189 КБ) |
| mc1.21.11-2.7.0-fabric | Релиз | 1.21.11 | fabric, quilt | 15 декабря 2025 г. | .jar (187 КБ) |
| mc1.21.10-2.6.0-fabric | Релиз | 1.21.10 | fabric, quilt | 8 октября 2025 г. | .jar (197 КБ) |
| mc1.21.9-2.5.1-fabric | Релиз | 1.21.9 | fabric, quilt | 4 октября 2025 г. | .jar (197 КБ) |
| mc1.21.9-2.5.0-fabric | Релиз | 1.21.9 | fabric, quilt | 1 октября 2025 г. | .jar (197 КБ) |
| mc1.21.8-2.4.3-fabric | Релиз | 1.21.8 | fabric, quilt | 1 октября 2025 г. | .jar (198 КБ) |
Показаны последние 15 из 33 версий. Все версии — на Modrinth.
Ченджлог
mc26.2-3.1.0-fabricРелиз26.2 · 21 июня 2026 г.
Worldthreader 3.1.0 for 26.2.x is the first release for 26.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 26.2
mc26.1.2-3.0.1-fabricРелиз26.1.2 · 28 мая 2026 г.
Worldthreader 3.0.1 for 26.1.x fixes a crash issue with neutral mob anger. 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 neutral mob anger mixin causing a crash (#52)
mc26.1.2-3.0.0-fabricРелиз26.1.2 · 15 апреля 2026 г.
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-fabricРелиз26.1.2 · 15 апреля 2026 г.
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-fabricРелиз26.1 · 5 апреля 2026 г.
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-fabricРелиз1.21.11 · 26 марта 2026 г.
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-fabricРелиз1.21.10 · 8 марта 2026 г.
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-fabricРелиз1.21.11 · 5 марта 2026 г.
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.
Полная история изменений — на Modrinth.
Комментарии
Загружаем…