Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 5 years ago
Updated last week
All versions
v3.26.0-mc1.20.1
Release
TweakerMore v3.26.0 for mc1.20.1last year 5,164
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
News
- Added feature option
autoCollectMaterialListItemRetainItemandautoCollectMaterialListItemRetainItemAmount(#22) - Added feature option
infoViewComparatorTextScale(#100) - Added feature option
infoViewHopperTextScale - Added feature option
infoViewRedstoneDustUpdateOrderTextScale - Added feature option
infoViewFollowFreecam(#115) - Added mod tweak
lmKeepMaterialListCrossDimension(#65) - Added mod tweak
lmAutoRefreshMaterialList(#65) - Added mod tweak
lmMaterialListIgnoreStateMismatches(#65) - Added mc tweak
commandHistoryLimit(#106) - Added mc tweak
disableInventoryScreenPlayerModelRendering(#107) - Added mc tweak
disableResourcePackListResetOnFailure(#108) - Added mc tweak
disableCreativeFlyLandingExitFlying(#109) - Added mc tweak
moveConnectedServerEntryToTop(#110) - Added mc tweak
rememberServerListScrollPositionOnRefresh(#111)
Fixes
- Fixed
itemTooltipHideUntilMouseMovehide tooltip after the mouse was moved back to its first position - (mc1.21.3+) Fixed
itemTooltipHideUntilMouseMovenot work with survival inventory screen (#102)
Build Information
- File name:
tweakermore-v3.26.0-mc1.20.1.jar - SHA-256:
5260431123e0ba6670e37db0e3dfbbe8f2dff3a77e188e69aecf7d378e927746 - Built from: https://github.com/Fallen-Breath/tweakermore/actions/runs/15240793140
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:GBeCx05I:F7uegYbX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GBeCx05I:F7uegYbX"
}

