
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 ModrinthPlanet – 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)
- On first launch, the mod creates
config/planet-config.jsonwith default border = ±326. - It hooks into entity movement events and checks coordinates every tick.
- If Y > +326 → teleport to Y = -326 (X,Z unchanged); if Y < -326 → teleport to Y = +326. Same for X axis.
- Teleport is instantaneous and invisible to players.
Installation (jar loading)
- Stop your server.
- Place the downloaded
Planet-<version>.jarinto themods/folder. - Start the server – the mod activates automatically.
- Edit the config file if you need different border values (e.g., for a 1000×1000 map set both to 500).
Configuration
planet-config.json:
{
"borderX": 326,
"borderY": 326
}
Verified by MCModsHub
- Ships as planet-1.0.0.jar — drop this file into the mods folder
- Download size: 7 KB
- Download link checked 3 Aug 2026 — working
These come from our own check of the pack file, not from the source page.