- Verify the mod still targets Minecraft
1.21.11 - Run
./gradlew.bat buildor./gradlew build - Confirm the final jar is build/libs/mossy-1.0.0.jar
- Confirm the jar contains bundled Java dependencies and
natives/...
- Replace bundled
libmossbinaries 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
- 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
- Update README.md if bundled platforms, runtime expectations, or setup steps changed
- Update API.md and SHARED_INTEGRATION.md if the native integration contract changed