All versions
v3.20.1-mc1.18.2
Release
TweakerMore v3.20.1 for mc1.18.22 years ago 679
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
News
- Added feature tweak
shulkerBoxItemContentHintShowBarOnMixed(#64) - Added mc tweak
disableF3BEntityFacingVectorandf3BEntityFacingVectorLength
Changes
- Improved user experience for
shulkerBoxItemContentHintfor nbt-difference-only boxes (#38) serverDataSyncernow supports litematica area clone (#63)copySignTextToClipBoardnow supports targeting sign block in litematica schematic world
Fixes
- Fixed incompatibility with extra player enderer v3 (#68)
- Fixed
windowSizePinneddoes not modify the initial window size - (mc1.21) Fix crashing due to tweakeroo changes in sakura-ryoko's fork (#69)
Patches
v3.20.1
- Fixed
flawlessFramesdoes not work after the first enabling (#70)
Build Information
- File name:
tweakermore-v3.20.1-mc1.18.2.jar - SHA-256:
5fd1ef06a4f1f4cec7b833b5515ff42b234aab15a948baf4fe9873603de209b4 - Built from: https://github.com/Fallen-Breath/tweakermore/actions/runs/10132903066
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:rJw5riqd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GBeCx05I:rJw5riqd"
}


