Skip to content

v1.2.0 - Server-side opt-in

Choose a tag to compare

@dev-limucc dev-limucc released this 05 Jun 07:58

v1.2.0 - Server-side opt-in for the see-through feature

To comply with Modrinth's Content Rules (section 3 - seeing through opaque blocks requires a server-side opt-in), block hiding is now gated in multiplayer:

  • Singleplayer / your own world: works exactly as before.
  • Multiplayer: disabled by default. A server enables it by installing the mod on the server side and setting allowSeeThrough: true in config/block-unrenderer-server.json. The server then sends an opt-in handshake to clients on join.
  • On vanilla servers, or any server that has not opted in, the feature stays disabled and the toggle shows a notice.

Other changes

  • ModMenu is now optional (moved to suggests).
  • The mod now also loads on dedicated servers (only to send the opt-in handshake). It remains a purely visual client mod and never changes world or block data.

Requires: Minecraft 26.1.2 - Fabric Loader 0.19.2+ - Fabric API