Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.13 KB

File metadata and controls

27 lines (19 loc) · 1.13 KB

Release Checklist

Before Tagging

  • Verify the mod still targets Minecraft 1.21.11
  • Run ./gradlew.bat build or ./gradlew build
  • Confirm the final jar is build/libs/mossy-1.0.0.jar
  • Confirm the jar contains bundled Java dependencies and natives/...

Native Runtime

  • Replace bundled libmoss binaries in src/main/resources/natives when the embedded MOSS runtime changes
  • Test at least the platforms whose binaries were updated
  • Keep the native filenames stable unless the loader is updated too

Smoke Tests

  • Open Friends
  • Add a bootstrap peer
  • Publish an integrated-server world
  • Confirm discovery appears on another client
  • Attempt a P2P connect and inspect diagnostics/logs

Documentation