Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated last month
All versions
mc1.20.4-v3.15.1
Release
TweakerMore v3.15.1 for mc1.20.43 years ago 18.5K
Compatibility
Minecraft: Java Edition
1.20.4
Platform
Fabric
Supported environments
Client-side
Required content
Changes
News
- Added Minecraft 1.20.2 support
- Added mc tweak
yeetServerIpReversedDnsLookup. See also: https://github.com/Fallen-Breath/fast-ip-ping - Added feature
infoViewComparatorfor comparator signal level peek and related options- Added related options:
infoViewComparatorRenderStrategy,infoViewComparatorTargetStrategy
- Added related options:
- Added feature
infoViewHopperfor hopper cooldown peek and related options- Added related options:
infoViewHopperRenderStrategy,infoViewHopperTargetStrategy
- Added related options:
- Added setting option
configOriginalNameScale(#42)
Changes
- Added villager trading screen to the blacklist of container processors (#40)
- Updated
conditional-mixinto v0.4.1
Fixes
- Fixed translation of
xaerominimap's mod name
Patches
v3.15.1
- Added Minecraft 1.20.4 support
- (mc1.20.1+) Option
disableSignTextLengthLimit: Fixed imperfect y coordinate of the "!" symbol for hanging signs
Build Information
- File name:
tweakermore-mc1.20.4-v3.15.1.jar - SHA-256:
040334dd0abc23c469b79433e567752e7558552587e2b0b1e55656ffa5cc1638 - Built from: https://github.com/Fallen-Breath/tweakermore/actions/runs/7198365276
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:hQsCoJU0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GBeCx05I:hQsCoJU0"
}


