Tags
Creators
Details
1.0.2
Compatibility
Changes
Changelog
Added
- Added block icons to entries in the block restriction list.
- Regular block entries now display the corresponding Minecraft block as an icon directly next to the entry.
- Wildcard entries such as
_woolnow display matching block variants as an animated icon. - Wildcard icons automatically cycle through all matching blocks, for example through all available wool colors.
Changed / Improved
-
Updated the mod to Minecraft 26.2.
-
Updated compatibility for Fabric Loader 0.19.3.
-
Migrated internal rendering, HUD, camera, inventory interaction and other client-side APIs to the new Minecraft 26.2 structures.
-
Completely reworked the BreakControl configuration UI.
-
Improved the overall menu layout to make block lists and their entries easier to understand and manage.
-
Added clearer separation between:
- block lists
- selected-list entries
- status information
- mode controls
- help information
-
Improved UI scaling and spacing for smaller window sizes.
-
Repositioned status and helper text so it no longer overlaps other UI elements.
-
Reorganized the bottom action buttons for better readability and usability.
-
Improved the visual appearance of the menu with cleaner panels, borders and structured sections.
-
Improved scrolling behavior for both the list selection and block-entry areas.
-
Added entry counters for lists and block entries.
-
Added clearer empty-state information when a list does not contain any blocks.
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:8skzv7Is:ucOm8EBF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8skzv7Is:ucOm8EBF"
}

