Skip to content

Worldthreader 1.5.0

Latest
Compare
Choose a tag to compare
@2No2Name 2No2Name released this 10 Jun 12:50
· 3 commits to develop since this release

This is the first 1.20 release of the worldthreader mod which runs dimensions on one thread each.
The goal of this mod is to do that is a safe manner, meaning that no major issues or new behaviors are created by the threading.

Configuration

  • /gamerule worldthreader_Active <true/false> enables/disables the mod
  • /gamerule worldthreader_AdditionalEntityTickAfterTeleport 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_CreateNetherPortalsForAllEntities <true/false> enables/disables all entities being able to generate nether portals. Fallback when no portals are generated/found: Entities are teleported back to the portal they entered, which is mostly seamless.

Additions

  • fix: dimension_change: Handle entities not finding a portal in the destination world

Disclaimers

TAKE A BACKUP OF YOUR WORLD BEFORE INSTALLING THIS MOD
The concept of this mod is incompatible with most other mods which use global variables to store information. Please report mod compatibility issues to Worldthreader and not to the authors of the other mods. We will tell you if it makes sense to report the issue to the other mod.