Tags
Creators
Details
3.0.1
Compatibility
Required content
Changes
š ļø Version 3.0.1 - The UI & Stability Update
This update brings massive quality-of-life improvements to the in-game configuration menu, squashes several bugs, and ensures the mod runs flawlessly on the latest Java versions.
Changes & Fixes:
- Revamped Config Menu UI: Completely removed the dark dimming effect when opening the config menu, allowing you to clearly see your game in the background.
- Fixed Invisible Text Labels: Corrected an alpha-channel rendering bug where config text labels (like "Entity Name", "Chase Speed", etc.) were completely invisible. All text is now crisp, white, and perfectly aligned above their input boxes.
- Removed Unwanted Titles: Removed the obtrusive "Stalker Control Room" and "Press H" titles from the top of the screen for a much cleaner layout.
- Fixed Chat Verification Warnings: Fixed a bug where saving settings via the menu would trigger a yellow "Chat messages can't be verified" warning for server operators.
- Fixed Hex Color Crashes: The
/ce config name-colorcommand now properly accepts and parses hex color codes (like#FFBF00) without throwing trailing data errors or crashing the server parser. - Java 25 Support: Updated the internal build targets to fully support and compile under Java 25.
Enjoy a much smoother, crash-free, and visually pleasing configuration experience!
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:44tbHlzD:4IYLIGNh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:44tbHlzD:4IYLIGNh"
}

