Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 3 days ago
All versions
mc1.20.4-v3.18.0
Release
TweakerMore v3.18.0 for mc1.20.42 years ago 1,825
Compatibility
Minecraft: Java Edition
1.20.4
Platform
Fabric
Supported environments
Required content
Changes
News
- Added mc tweak
keepMessageHistoryOnReconfiguration(#57, #58) - Added mc tweak
particleLimit - Added mc tweak
windowSizeApply,windowSizeWidth,windowSizeHeight,windowSizePinned - Added feature
spectatorTeleportCommandandspectatorTeleportCommandPrefix(#48) - Added
fovOverrideEnabled,fovOverrideValue(#59) - MC 1.20.6 support based on sakura-ryoko's malilib fork
Changes
- Remove the legacy config migration mixin for tweakermore v1
- Optimized
connectionSimulatedDelayimpl, make it add delay for both read / write- With delay set to
n, the network read delay and write delay will be both set ton/2 - Improved the timer precision from 100ms to 10ms
- With delay set to
Fixes
- Fixed
WidgetConfigOption#wasConfigModifieddoes not work forIOptionListHotkeyed
Build Information
- File name:
tweakermore-mc1.20.4-v3.18.0.jar - SHA-256:
3766221138467af1a2140208d99c766bb6881e47c152f1122e668574e5495d4b - Built from: https://github.com/Fallen-Breath/tweakermore/actions/runs/9420354089
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:Yw6CM8LR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GBeCx05I:Yw6CM8LR"
}


