Forge promotions and maven repo URLs are configurable (#3587)

This commit is contained in:
Geoff Bourne
2025-08-03 19:29:30 -05:00
committed by GitHub
parent 24c352949c
commit e305782a8f
2 changed files with 6 additions and 1 deletions

View File

@@ -45,6 +45,11 @@ In both of the cases above, there is no need for the `VERSION` or `FORGE_VERSION
If an error occurred while installing Forge, it might be possible to resolve by temporarily setting `FORGE_FORCE_REINSTALL` to "true". Be sure to remove that variable after successfully starting the server.
URLs configurable via environment variables:
- `FORGE_PROMOTIONS_URL`: default is https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json
- `FORGE_MAVEN_REPO_URL`: default is https://maven.minecraftforge.net
## Alternatives
### NeoForge