What Is Anti Void in Minecraft? Module Explained

Anti Void is a Minecraft module that stops a fatal void fall by teleporting you to safety or dropping a catch block underneath you before you land in it.

Modulesby trqUpdated July 13, 2026
Key takeaways
  • Anti Void is a Minecraft module that stops a fatal void fall by teleporting you to solid ground or dropping a catch block underneath you.
  • It watches your height every tick and reacts once you cross a threshold you set.
  • It moves you or places blocks without matching input, so treat it as use-at-own-risk.

Anti Void is a Minecraft module that stops you from falling to your death in the void by acting before the fall finishes, either teleporting you back to solid ground or dropping a block under your feet. The void has no forgiveness in vanilla Minecraft: you fall, you die, you lose whatever you were carrying, no rewind. Anti Void exists to catch the one mistake that usually can't be undone, a missed bridge, a bad knockback near an edge, a lag spike at the wrong moment.

How Anti Void works

Anti Void tracks your Y coordinate, your height, on every game tick. Once that number drops below a threshold you configure, the module assumes you're about to go into the void and reacts before the fall completes. Depending on the client, it either teleports you back to a safe position or drops a block directly beneath your feet, catching you the way a real block would. Fan and Tenacity both ship a version of this module.

Common settings

SettingWhat it controls
ThresholdThe height at which Anti Void decides you're in danger and reacts
Response modeTeleport back to solid ground, or place a catch block underneath you

The threshold is the only real judgment call here. Set it too high and the module fires on situations nowhere near real danger, yanking you around on false alarms. Set it too low and you're betting the reaction lands before the fall is already unrecoverable. There's no value that's safe in both directions at once.

Why it gets flagged

Anti Void reacts to a falling player with an action they didn't perform through normal input: a teleport nobody walked into, or a block that appears with no aim-and-place sequence behind it. That's exactly the kind of mismatch a server-side anticheat is built to catch, because neither action matches what a real client sends on its own.

That's what separates Anti Void from something passive like a coordinate overlay. It doesn't just show you information, it changes what happens in the world on your behalf. Anyone running it should treat it as use-at-own-risk, the same way you'd treat any module that acts for you instead of just informing you.

Opal ships this

Opal's catalog lists it plainly: Anti Void, "Stops you falling into the void." Same classification as everywhere else on this page, use at your own risk.

Reference, not a how-to

This page describes the module generically so you know what the term means. Naming and exact behavior vary by client, and any client-side reaction that moves you or places blocks without matching input can get an account banned, same as on any client.

FAQ