Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 4 days ago
All versions
mc1.19.2-v3.14.0
Release
TweakerMore v3.14.0 for mc1.19.23 years ago 2,025
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
News
- Add mc tweak
f3IUseRelatedCoordinateandf3IUseRelatedCoordinateShift1- Use related coordinate "~ ~ ~" in the command copied by F3 + I
- Add mc tweak
disableEntityRenderInterpolationForcedSyncfor better carpet tick freeze handling- A bit aggressive, but it removes the delay for entity position sync when the server enterse tick freeze state
- Add feature
copyItemDataToClipBoard. F3 + I, but for item - Add feature option
autoCollectMaterialListItemCloseGui- A qol tweak for those who use the inventory tabs mod
- Add mc tweak
disableDarknessEffect
Changes
- (mc1.20+) Make
disableEntityRenderInterpolationworks with fabric-carpet >=1.4.108 tick freeze - Set mod homepage to modrinth
Fixes
- Fixed value hovering for ConfigButtonOptionList affects not-tweakermore GUIs
Build Information
- File name:
tweakermore-mc1.19.2-v3.14.0.jar - SHA-256:
3fccb99a4d1cfd4ce5418c5f860fdf16ddf121e0906d40579004868064c6c760 - Built from: https://github.com/Fallen-Breath/tweakermore/actions/runs/5634660307
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:8828ATEN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GBeCx05I:8828ATEN"
}


