Tags
Creators
Details
Licensed ARR
Published 5 months ago
Updated 3 months ago
All versions
2.0.2-0.8.0.8b
Release
FrontCore 2.0.2-0.8.0.8b4 months ago 68
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
[2.0.2-0.8.0.8b]
Changed
- Added a dedicated FrontCore startup marker for deployment verification so live servers can confirm the expected FrontCore build before diagnosing runtime issues.
Fixed
- Fixed BlockFront map-rating persistence so accepted votes now save into mercfrontcore/map_ratings.json and survive restart through FrontCore's file-backed rating store.
- Fixed the map-rating save path by attaching a passive per-player rating sniffer outside the critical BF packet-router files, keeping the final shipped solution out of the rule-1 packet pipeline.
- Fixed Social clan tab pagination so clan member rows page correctly instead of overflowing into the footer when the clan panel has room for only three visible members.
- Relaxed the stale interaction fail path so FrontCore no longer swallows near-simultaneous valid hit packets just because one side died a few milliseconds earlier.
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:YauHU1vm:hXrTxQE7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YauHU1vm:hXrTxQE7"
}


