Skip to content

Nexo Mod 0.2.0-alpha

Pre-release
Pre-release

Choose a tag to compare

@Lokifisch Lokifisch released this 08 Aug 15:35
· 13 commits to master since this release

Alpha build for Minecraft 26.1.2 (Fabric).

New in this release

Position obscuring

Anti-doxxing measures for streaming and public servers, under Nexo Settings → Position Obscuring. Presets are None / Full / Custom.

  • Obscure F3 Coordinates — shifts the X/Z shown on the debug screen by a random 3,000–700,000 blocks, re-rolled every time you join a world or server.
  • Match Block Rotation — random block textures (grass, stone, sand…) normally pick their variant from your real position, so a screenshot can be brute-forced back to real coordinates. This re-seeds them from the fake position so the visible pattern agrees with what F3 shows.
  • Hide Bedrock Pattern — the bedrock mix at the bottom of the world is generated from the world seed, so a screenshot of it can also give coordinates away. Everything at Y -60 and below renders as solid bedrock. Purely visual: mining, collision, and everything server-side are unaffected. Works with Sodium too, via a separate path for its meshing pipeline.
  • On servers with more than 50 players, the first F3 press while coordinates are not obscured shows a warning instead of the debug screen — press F3 again within 10 seconds to open it anyway.

Discord Rich Presence

Shows the world or server you're actually in, rather than just "playing Minecraft". On multiplayer, friends get a Join button; it works when their own Nexo Mod is already running. Toggleable from Nexo Settings.

Hardware-bound account encryption

The AES-256-GCM key protecting saved accounts is now derived from your machine's hardware identity instead of anything stored on disk, so a config folder copied into a shared modpack can't be decrypted elsewhere. Note this binds the file to the machine; it doesn't defeat someone who has both the file and access to that machine.

Settings and appearance

Nexo Settings is now a hub with Appearance, Position Obscuring, and Macros sub-screens. Custom Menus and Custom Font toggle independently, so you can keep the neon buttons with vanilla's font or the reverse. Matrix Rain gains colour and density options.

Requirements

  • Minecraft 26.1.2
  • Fabric Loader 0.19.3+
  • Fabric API
  • Java 25+

Install

Drop nexomod-0.2.0.jar into your instance's mods/ folder alongside Fabric API.

manifest.json is published for Nexo Client's in-app installer, which reads it to check compatibility.


Status: alpha, and only smoke-tested by building. Please report anything broken.