All versions
1.0.2
Release
CustomMc 1.0.24 months ago 335
Compatibility
Minecraft: Java Edition
1.21.x
Platform
Fabric
Supported environments
Client-side
Changes
CustomMc - Changelog
1.0.2 - UX Overhaul & Bug Fixes
Added
- Added search bar to the Config Screen
- Added error feedback for invalid coordinate inputs
- Added Move Up/Down buttons for custom menu button reordering
- Added targetMenuId field for OPEN_MENU action buttons
- Added scrollable lists in the Custom Menus screen
Changed
- Redesigned Custom Menus screen with a three-panel layout
- Replaced button cycling navigation with clickable list selection
- Moved Save/Cancel buttons into the scrollable content area
- Improved scroll bounds calculation
- Improved search field focus preservation during typing
- Added keyword-based section filtering in search
Fixed
- Fixed Font Size button not cycling sizes in Menu Editor
- Fixed OPEN_MENU action being skipped in action cycle
- Fixed OPEN_MENU action mislabeled as "Open URL"
- Fixed null safety for custom menu buttons in CustomMenuScreen
- Fixed NullPointerException in MenuEditorScreen font size controls
- Fixed scroll misalignment between widgets and labels
- Fixed Save/Cancel buttons overlapping scrolled content
- Fixed search input losing focus while typing
Improved
- Improved in-game watermark rendering so custom fonts apply correctly
- Improved drag editor behavior for both watermark text and watermark images
- Improved persistence of watermark image position and size settings
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:to37wHIu:yPnovkL1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:to37wHIu:yPnovkL1"
}

