Skip to content

Lodestone Warps 0.1.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 20:59
· 79 commits to main since this release

Lodestone Warps 0.1.0

Second public release for Minecraft 26.2.

What's New

  • Added an optional client-side custom Lodestone Warps interface.
  • Vanilla clients still use the existing server-side Dialog UI.
  • Added automatic client detection through Fabric networking.
  • Added a table-style warp list for modded clients:
    • Warp name
    • Coordinates
    • Dimension
    • Cost
  • Added item icons for teleport costs in the custom client UI.
  • Added per-destination rename buttons in the custom client UI.
  • Added instant UI refresh after renaming a warp.
  • Added server-side validation requiring players to be near a registered lodestone before teleporting.
  • Added teleportSourceRange config option.
  • Added translation keys for the custom client UI.
  • Added a roadmap checklist for future features.

Compatibility

  • Minecraft: 26.2
  • Fabric Loader: >=0.19.3
  • Fabric API: 0.152.2+26.2
  • Java: 25+

Notes

The mod remains fully usable server-side for vanilla clients. Installing the mod on the client enables the enhanced custom UI.

Commits Included

  • Release Lodestone Warps 0.1.0 (e77ef1f)
  • Add release workflows and mod icon (5a14d5e)