
Worldthreader
Worldthreader is a free open-source mod designed to optimize the processing of multiple dimensions in Minecraft. The core concept involves parallel execution of ticks across different worlds, significantly improving server performance.
Key Features
The mod ensures thread safety and automatically switches to serial processing if issues arise. After each tick, dimensions synchronize with each other, maintaining the proper functioning of complex redstone mechanisms and other systems.
Important: The mod works on both client (singleplayer) and server, and doesn't require installation on both sides simultaneously.
Installation
For multiplayer operation, the mod must be installed on the server. For singleplayer games, installation on the client is sufficient.
- Download the mod file in .jar format
- Place it in the mods folder of your Minecraft directory
- Launch the game using the Fabric mod loader
Configuration
Using game rules requires Fabric API. Without it, Worldthreader will operate with default settings.
/gamerule worldthreader_Active <true/false>
- enables/disables the mod (default: true)/gamerule worldthreader_AdditionalEntityTickAfterTeleport <true/false>
- enables additional tick for entities after inter-dimensional teleportation (default: false)/gamerule worldthreader_Debug <true/false>
- enables debug mode with logging and issue detection (default: false)
Frequently Asked Questions
Does it preserve vanilla game behavior?
Worldthreader aims to maintain compatibility with the vanilla version. Some timing delays may occur when entities teleport between dimensions, but this can be compensated with appropriate settings.
Can dimensions become desynchronized?
No, the mod always synchronizes dimensions, setting the overall processing time based on the slowest dimension.
Are more than 3 dimensions supported?
Yes, the mod supports any number of dimensions.
What about compatibility with other mods?
Compatibility issues with other modifications may occur. It's recommended to report any problems to the Worldthreader developers.
Is the mod available for older Minecraft versions?
For older game versions, there's the DimThread mod with similar functionality.