Vertigo

Vertigo

The vertical chunk section syncing mod.

von
78.8K Downloads
fabricoptimization
Server mit dieser Mod mieten

Über diese Mod

By default, Minecraft keeps entire chunks synced with players, which is problematic when using mods or data packs which make the world taller. Big Globe for example makes the overworld 2048 blocks tall. The reason why this is problematic is two-fold:

  1. It means there's a lot more data to sync from the server to the client in multiplayer, which increases bandwidth requirements.
  2. It means there's more blocks the client needs to keep track of, which increases memory usage.

Minecraft started delaying chunk syncing in 1.21 to adapt to the player's internet connection, and while this does help a lot,

  • A lot of mods are still on MC 1.20.1, and
  • The problem is still not solved completely. The player is less likely to time out now, but chunk syncing is overall slower.

I didn't find a mod that can solve all of the above problems during my brief search, so I made my own.

Vertigo attempts to solve these issues by only syncing chunk sections that are near the player vertically. In other words, by lying to the client about what blocks are where. If a chunk section is too far above or below the player, the server will tell the client that the section is empty. Or in other words, full of air.

Mod compatibility

Because the client does not know about all the blocks in a chunk, it is expected that other mods may try to sync data in sections the client doesn't know about, with undefined results. To help reduce some of these problems, Vertigo does the following:

  • Overwrite PlayerLookup.tracking(ServerWorld, BlockPos) in Fabric's networking API to not include players which are out of vertical range of the input position. If your mod uses this method to send update packets to players, it will probably work just fine.
    • PlayerLookup.tracking(BlockEntity) delegates to tracking(ServerWorld, BlockPos), so this tracking method should work just fine too.
    • All other tracking methods are unchanged.
  • Include an API which allows:
    • Querying whether or not a specific player knows about a specific chunk section.
    • Listing players which know about a specific chunk section.

Despite this, I do expect some mods to have issues still. If you are an end user, please do not expect this mod to work out-of-the-box with every other mod just yet. Some mods will need to make changes in order to work with Vertigo. If you are a mod developer and think that a conflict is on my end, feel free to open an issue about it.

Q&A

Q: Does Vertigo help with vanilla/non-tall worlds?
A: Not really, unless you have a very small view distance.

Q: Does Vertigo help in singleplayer?
A: It can reduce memory usage in singleplayer, but only with tall worlds or short view distances. It will not help with lag or latency in singleplayer because networking is not the bottleneck there, even in tall worlds.

Q: Does Vergito need to be installed on both the client and the server to work?
A: Yes.

Q: Will things break if I only have it installed on one side?
A: Hopefully not. Vertigo should fallback on the vanilla chunk syncing protocol if it's only installed on one side.

Q: Does Vertigo affect any server-side mechanics? Like mob spawning or block ticking?
A: No.

Q: What counts as "near the player vertically"?
A: The vertical sync distance is the same as the horizontal sync distance, which is the same as your view distance (or the server's view distance; whichever one is smaller).

Verfügbare Versionen

Vertigo 1.2.6release
MC 26.1, 26.1.1, 26.1.2fabric
29. Juni 2026
Vertigo 1.2.5release
MC 26.1, 26.1.1, 26.1.2fabric
5. Mai 2026
Vertigo-1.2.4-MC1.21.11release
MC 1.21.11fabric
22. April 2026
Vertigo-1.2.4-MC1.21.10release
MC 1.21.9, 1.21.10fabric
22. April 2026
Vertigo-1.2.4-MC1.21.8release
MC 1.21.6, 1.21.7, 1.21.8fabric
22. April 2026

Vertigo auf dem Server installieren

1

Server bestellen

Bestelle einen Minecraft Java Server mit mindestens 3 GB RAM (4 GB empfohlen).

2

fabric Loader setzen

Wähle im Panel unter "Egg" den fabric-Loader und die passende Minecraft-Version (26.1.2).

3

Mod installieren

Öffne den Mod-Browser im Dashboard und suche nach "Vertigo". Klicke "Installieren" – fertig! Alternativ: Lade die .jar via SFTP in den /mods Ordner.

Kompatibilität

Mod-Loader

fabric

Minecraft-Versionen

26.1.2, 26.1.1, 26.1 (+19 weitere)

Server-seitig

~ Optional

Empfohlener RAM

4 GB(min. 3 GB)

Häufige Fragen

Vertigo Server crasht beim Start – was tun?

Häufigste Ursache: falsche fabric-Version oder zu wenig RAM. Prüfe im Server-Log (latest.log), ob ein "OutOfMemoryError" oder "Mixin"-Fehler auftritt. Bei Mado Hosting: Stelle sicher, dass mindestens 3 GB RAM zugewiesen sind und der Loader zur Mod-Version passt (26.1.2). Über das Panel kannst du den Loader mit einem Klick wechseln.

Ist Vertigo mit fabric kompatibel?

Vertigo unterstützt offiziell fabric für Minecraft 26.1.2, 26.1.1, 26.1. Im Mado Dashboard werden inkompatible Loader-Kombinationen automatisch erkannt.

Server laggt mit Vertigo – wie optimiere ich die Performance?

Empfohlener RAM: 4 GB (+1 GB pro 8 Spieler). Prüfe mit /spark profiler, ob Vertigo den meisten Tick-Time verbraucht. Häufige Fixes: Server-View-Distance auf 8-10 reduzieren, bei Forge "performant" oder "starlight" als Zusatz-Mod installieren. Bei Mado Hosting läuft dein Server auf NVMe-SSDs mit dedizierten CPU-Kernen für minimale Latenz.

Modded Server mieten

Installiere Vertigo mit nur einem Klick auf deinem Server.

Empfohlener RAM
4 GBab €5.2/Monat
Min. 3 GB | +1 GB pro 8 Spieler
Jetzt Server erstellen
1-Klick Mod Installation
NVMe SSD Speicher
DDoS-Schutz inklusive

Details

Lizenz
MIT License
Server-seitig
Optional

Unterstützte Versionen

26.1.226.1.126.11.21.111.21.101.21.91.21.81.21.71.21.61.21.5+12 mehr