Links
Tags
Creators
Details
All versions
1.0.0-beta.5+1.9-forge
Beta
ServerFlared 1.0.0-beta.5 Forge 1.92 months ago 6
Compatibility
Minecraft: Java Edition
1.9.x
Platform
Forge
Supported environments
Dedicated servers only
Changes
1.0.0-beta.5 - 2026-07-05
Chores
- chore (ci): migrate again to architecutury-loom - (f0b0af5) - GerGerApex1
- remove shadowImpl - (684896a) - GerGerApex1
- chore (ci): fix downgrade java version var - (fad15ab) - GerGerApex1
- fix remaining issues & add neo for 26.x - (298a372) - GerGerApex1
- final fix for jar in jar system - (55cee14) - GerGerApex1
- chore (ci): clean up debug logs - (5ad11ba) - GerGerApex1
- bump to next version - (c8a5171) - GerGerApex1
Documentation
- update README.md again for detailed features [skip ci] - (99a708d) - GerGerApex1
- update README.md again for detailed features [skip ci] - (c0bf32f) - GerGerApex1
Fixes
- cleanup logic & use correct FMLPaths - (f2e77e6) - GerGerApex1
- uhh remove datafixers.const - (901b1f2) - GerGerApex1
Other
- uncomment implementations - (d7c9115) - GerGerApex1
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| serverflared-1.0.0-beta.5+1.9-forge-sources.jar | Unknown | 39.89 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:53fiUUcP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2aiajABs:53fiUUcP"
}

