1.0
Compatibility
Changes
MyHardcore 1.0
Initial release of MyHardcore.
Features
• Added custom hardcore HUD with configurable scoreboard lines.
• Added HUD themes: Red, Blue, Green, and Purple.
• Added statistics menu with tracked survival stats.
• Added milestones menu with completion status and completed day display.
• Added persistent progress saving for settings, statistics, milestones, themes, and celebrations.
• Added day celebration messages for major survival milestones.
• Added milestone sound toggle with sound preview in settings.
• Added custom /myhardcore menu.
• Added clean GUI item tooltips without vanilla weapon/tool attribute clutter.
• Added support for tracking:
• survived days • playtime • walked distance • total XP levels • mob kills • mined blocks • placed blocks • totem pops • milestone progress
Milestones
• First Diamond • Enter The Nether • Wither Defeated • Enter The End • Dragon Slayer • Elytra Obtained • Survive 100 Days • Full Netherite Armor • All Advancements
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:TrpvcEaR:BW3vXXyl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TrpvcEaR:BW3vXXyl"
}

