Tags
Creators
Details
All versions
11.1.8+fabric-1.20.1
Release
11.1.8+fabric-1.20.1last month 972
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- Hotfixed faces being culled below smaller blocks when
creativeBreakingSupportwas enabled
- Restructured the config file
- You will have to reconfigure your tweaks, as all options but the
Customizationones have moved elsewhere. - This was overdue with how much the file has grown, and results in a much nicer configuration screen as well, with tweaks now being grouped under descriptive categories.
- You will have to reconfigure your tweaks, as all options but the
- Added
creativeBreakingSupporttweak that expands hitboxes of randomly offset blocks for easier breaking while in Creative Mode - Added
chainBuildingSupporttweak that expands hitboxes of chains while holding chain items for easier placement - Added
Mine Single Blockkey that, when held, will only allow breaking a single block until it's let go - Added creative menu tweaks for clearing the search bar and retaining its content when reopening
- Added recipe book tweaks for clearing the search bar, retaining its content when reopening, and clicking ghost items to navigate to their recipes
- Added
logStrippingRequiresShifttweak for requiring shift to be held to strip logs - Added
berryPlacementRequiresShiftOrDirttweak to prevent Sweet Berries from being placed unless it's on Dirt or shift is being held - Added
hideShieldUnlessBlockingtweak to hide the shield unless the player is actively blocking - Added
hideHands(with optional keybind) andhideEmptyMainHandtweaks to hide hands in First Person view - Fixed
Out of Torchesshowing up even when another tweak would have canceled the torch placement anyways - Fixed some Mixins being loaded on servers too, despite this mod being client-only
- Fixed crash if early setup accesses block shapes before Minecraft instance is set
- Fixed master and music sliders not resetting properly on resize
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:vPNqo58Q:JKIx0cPl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vPNqo58Q:JKIx0cPl"
}


