Links
Tags
Creators
Details
All versions
1.0.0-beta.4+1.8.9-forge
Beta
ServerFlared 1.0.0-beta.4 Forge 1.8.93 months ago 15
Compatibility
Minecraft: Java Edition
1.8.8–1.8.9
Platform
Forge
Supported environments
Dedicated servers only
Changes
1.0.0-beta.4 - 2026-06-21
Chores
- chore (cd): add curseforge page to unobfuscated - (6c15d98) - GerGerApex1
- bump stonecutter.properties.toml - (2e141f9) - GerGerApex1
- Merge deobfuscated version - (7a42bb2) - GerGerApex1
- chore (ci): add deobfuscated versions & dryrun release - (f458acd) - GerGerApex1
- fix deobf version implementation - (8204b70) - GerGerApex1
- maybe this will fix it? - (f9ba6a0) - GerGerApex1
- chore (ci): temporary remove forge from deobf vers - (bb80914) - GerGerApex1
- ok fine we'll temporary remove neoforge - (f05d723) - GerGerApex1
- add changelogs in release-test - (4c9a9c0) - GerGerApex1
- chore (ci): add curseforge api token to release [skip ci] - (d6dae8e) - GerGerApex1
Documentation
- update readme for clearer requirements - (c4fe051) - GerGerApex1
Fixes
- duplicate 26.1.2 version values - (950f305) - GerGerApex1
Other
- bump stonecutter version - (720f684) - GerGerApex1
- bump obfuscated mod version & release curseforge - (da6d91d) - GerGerApex1
- bump version - (b7923ed) - GerGerApex1
- i forgot to remove - (8e3b8e7) - GerGerApex1
Refactoring
- subdomain -> hostname & clearer comments - (c757e8b) - GerGerApex1
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| serverflared-1.0.0-beta.4+1.8.9-forge-sources.jar | Unknown | 39.77 KiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:2aiajABs:G1HtWH50"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2aiajABs:G1HtWH50"
}

