Skip to content

Changelog

[2026.05.21] - Stabilize Standalone Gradle Builds

Fixed

  • Apply the shared mcmeta and Gradle 9.4.0 wrapper wiring so this project can configure from its own mod directory.
  • Keep standalone loader resolution compatible with release-matrix validation for current Minecraft metadata.

[2026.02.01] - Feature checklist

Added

  • Add feature checklist page to track project progress.

[2026.01.28] - Feedback mod UI

Added

  • Replace the pause menu feedback button with the mod feedback screen.
  • Show a server-supported warning when feedback is unavailable.

Changed

  • Add labeled fields, multi-line message input, and scope selection to the feedback UI.
  • Send feedback with server/network scope metadata and a toast result.

[2026.01.27] - Feedback mod scaffold

Changed

  • Configure feedback mod metadata and docs.

Added

  • Feedback mod scaffolding, common API client, and client screen.
  • Plugin message payload handling for Fabric/Paper/Velocity.

Fixed

  • N/A