Releases: Etoryx/WorldAccessBlocker
Release list
WorldAccessBlocker 0.11.0
release: bump to 0.11.0 — support Minecraft 1.20.1+ (Java 17)
Lower the baseline from Java 21 / Paper 1.20.5+ back to Java 17 / Paper 1.20.1
so a single JAR runs on 1.20.1–1.20.4 (Java 17) and 1.20.5+ (Java 21), up to
the latest release.
- pom: compile to Java 17 (--release), build against paper-api 1.20.1
- replace Java 21 List.getFirst()/getLast() with index access
- release workflow: build Modrinth game_versions dynamically (1.20+), static fallback
- docs: README/Modrinth/BlackMinecraft compatibility -> 1.20.1+, Java 17+
- issue templates: refresh version and supported-versions line
- add EN Modrinth and RU BlackMinecraft descriptions
WorldAccessBlocker 0.10.0
ci: upload Modrinth metadata as a file part
Passing multi-line JSON inline via -F "data=$DATA" corrupted the payload
and Modrinth rejected it with HTTP 400 (invalid_input / EOF while parsing a
string). Write the metadata to modrinth-data.json and send it as
-F "data=@modrinth-data.json;type=application/json", which is immune to
shell quoting and curl -F content parsing.
Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com
WorldAccessBlocker 0.9.0
chore: bump version to 0.9.0, update CHANGELOG with real 0.8.0 history
0.8.0 already released on Modrinth — our new features go into 0.9.0.
Added full 0.8.0 changelog from Modrinth release notes.