Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated last month
All versions
mc1.20.4-v3.17.0
Release
TweakerMore v3.17.0 for mc1.20.42 years ago 59.7K
Compatibility
Minecraft: Java Edition
1.20.4
Platform
Fabric
Supported environments
Client-side
Required content
Changes
News
- Added feature setting
infoViewScanningPerSecond(#54) - Added feature
infoViewGrowthSpeed - Added mc tweak
tickFreezeAutoReplaceWithUnfreeze - Added mc tweak
clientEntityTargetingSelectAll(#56) - Added mc tweak
fireworkRocketThrottlerand its settingfireworkRocketThrottlerCooldown(#55)
Changes
- Sort ConfigButtonOptionListHovering enum entries by their ordinal
- Option rename: add the "box" word to some shulker box item options
serverDataSyncerpermission check will pass if carpet-tis-addition'sdebugNbtQueryNoPermissionrule is enable
Fixes
- Don't sync block entity if the player is operating the structure block, or the player might not be able to switch the structure block mode
- Fixed exception raised in option
f3IUseRelatedCoordinatethat prevent the player from performing the copy-entity action - Fixed some crashes when tweakeroo does not exist
- Fixed
pistorderClearDisplaybeing activated even whenpistorderis disabled
Build Information
- File name:
tweakermore-mc1.20.4-v3.17.0.jar - SHA-256:
0eddfd11075cdf247a3a070e4725d25d0ef6aae69778c1f441279529f319f633 - Built from: https://github.com/Fallen-Breath/tweakermore/actions/runs/8329776079
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:PjDnwVEc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GBeCx05I:PjDnwVEc"
}


