Tags
Creators
Details
Licensed ARR
Published 5 months ago
Updated 3 months ago
All versions
2.0.1-0.8.0.8b
Release
FrontCore 2.0.1-0.8.0.8b4 months ago 60
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
[2.0.1-0.8.0.8b]
Added
- Added the first formal FrontCore addon cosmetic API, including addon registration, cosmetic provider registration, and a JSON cosmetic provider path for external cosmetic packs.
- Added support for addon-provided custom gun skins and gun patterns, including provider-driven pattern dimensions and optional explicit pattern texture ids.
- Added command and admin selection support for addon cosmetics so addon skin guns and skin names now appear in FrontCore suggestions and selection flows.
Changed
- FrontCore cosmetic indexes now merge addon cosmetic content into the existing built-in skin and pattern registries instead of treating addon content as a separate side path.
- Gun give-menu skin rotation and related cosmetic option sync now treat addon skins as valid selectable skins alongside BlockFront skins.
- The FrontCore cosmetics addon plan and addon format docs now describe the real addon-facing FrontCore API surface and JSON format.
- FrontCore cosmetics UI now respects the player's chosen GUI scale but caps it per-screen before content would go off-screen, instead of forcing one global FrontCore GUI scale.
- Cosmetics screen footer paging now uses a consistent centered < Back > layout so page controls stay visible on large GUI scales.
Fixed
- Fixed addon custom gun skins so they now render correctly in both live weapon rendering and FrontCore preview flows.
- Fixed addon custom skins so weapon names inherit the same skin-name and rarity-based naming treatment used by native BlockFront skins.
- Fixed addon custom skins so they no longer get filtered out of preview, reward-selection, command-suggestion, or give-menu paths when only addon-provided content exists for a gun.
- Fixed cosmetics screen layout at large GUI scales, including gun cosmetics list positioning, trade panel placement, weapon extra layout, and selector-screen paging/footer placement.
- Fixed Discord clan leaderboard top-3 placement medals so the bot now sends proper medal emoji characters instead of mojibake symbols for 1st, 2nd, and 3rd place.
- Removed temporary custom-skin and screen-trace debug logging once the addon cosmetic render path was stabilized.
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:nhCorvaI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YauHU1vm:nhCorvaI"
}


