HomeJavaModsPlanet - Border teleport
Planet - Border teleport
ModsJava

Planet - Border teleport

Border-teleport mod: teleports entities crossing world borders (±326) to opposite side. Perfect for 1:326 Earth maps. Open-source (remix allowed, but must…

⬇ Download on Modrinth

Planet – Seamless World Wrapping

Planet is a server-side mod (Fabric/Forge) that makes your flat map act like a sphere. Any entity (players, mobs, items, arrows) that crosses the world border is instantly teleported to the opposite side – top ↔ bottom, right ↔ left.

How it works (loading process)

  1. On first launch, the mod creates config/planet-config.json with default border = ±326.
  2. It hooks into entity movement events and checks coordinates every tick.
  3. If Y > +326 → teleport to Y = -326 (X,Z unchanged); if Y < -326 → teleport to Y = +326. Same for X axis.
  4. Teleport is instantaneous and invisible to players.

Installation (jar loading)

Configuration

planet-config.json:

{
  "borderX": 326,
  "borderY": 326
}
Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more