Skip to content

Lodestone Warps 0.2.1

Choose a tag to compare

@github-actions github-actions released this 27 Jun 22:20
· 70 commits to main since this release

Lodestone Warps 0.2.1

Patch release for Minecraft 26.2.

Changed

  • Permission checks are now disabled by default for new server configs.
  • Players without rename permission no longer see rename/edit actions in the vanilla Dialog UI.
  • Players without rename permission no longer see rename/edit actions in the custom mod UI.
  • The custom mod UI now expands teleport buttons when edit buttons are hidden.
  • Updated README content for Modrinth/CurseForge presentation.
  • Updated wiki configuration examples to use the new default permission behavior.

Added

  • Added development permission overrides for local testing:
    • lodestone_teleport.use
    • lodestone_teleport.rename
  • Gradle runClient and runServer now forward those debug permission overrides.

Notes

Existing servers keep their current config/lodestone_teleport.json.

To use the new default manually on an existing server, set:

"requirePermissions": false

To test permissions in development:

.\gradlew.bat runClient -Plodestone_teleport.use=true -Plodestone_teleport.rename=false

Compatibility

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

Commits Included

  • Release Lodestone Warps 0.2.1 (de63c15)
  • Refine permission defaults and UI visibility (8de5fc1)
  • Use Inicio for Spanish wiki home (168809b)
  • Polish Spanish wiki and limit builds (cb06115)
  • Fix Spanish wiki sidebar labels (b6fe7ef)
  • Add custom wiki sidebar (f5e9dab)
  • Automate GitHub wiki publishing (188f528)