All versions
1.1.0
Release
NoviceHelper 1.1.06 months ago 58
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Changelog - Version 1.1.0 (PRO Update)
Improvements and Bug Fixes:
Smart Durability System: Added dynamic alerts that trigger when tools reach 50%, 20%, 10%, and 5% durability.
Precision Countdown: Implemented an action-bar countdown for the final 5 uses of any tool to prevent accidental breakage.
Full Localization Support: Fixed technical text bugs. All buttons now display correctly in English, Russian, and Latvian.
Command Optimization: Removed the broken "Fly/Ability" command that caused "Unknown Command" errors in the Java Edition.
UI Cleanup: Fixed button alignment and removed redundant system chat messages when toggling game rules.
New Quick-Start Tool: Added a dedicated button to instantly receive a wooden axe for faster early-game progression.
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:nvttSfS5:8KzMebSm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nvttSfS5:8KzMebSm"
}

