Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated last month
All versions
mc1.20.1-v3.13.1
Release
TweakerMore v3.13.1 for mc1.20.13 years ago 23.8K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client-side
Changes
New options
- Add mod tweak
xmapWaypointFreecamCompact- Make the in-game waypoints render correctly when free camera from tweakeroo is enabled
- Add mc tweak
barrierParticleAlwaysVisible- Make barrier particles visible without the requirement to hold a barrier item in your hands
- Add mc tweak
disableTiltViewWhenHurt- Disable the screen tilting effect when the current entity is being hurt
- Add mc tweak
multiplayerForcedEnabledfor mc >=1.16- Make the multiplayer functionality of Minecraft forced enabled. With this enabled, you can always access the multiplayer screen despite the status of your Microsoft / game account, or whether the game is in online or offline mode
- Add mc tweak
steveAlexOnlyDefaultSkinsfor mc >=1.19.3- Make those players who don't have custom skins use only Steve or Alex as their default skins
- Add mc tweak
potionItemShouldHaveEnchantmentGlintfor mc >=1.19.4- Make potion items with effects have enchantment glint overlay again, shinny potions yes!
GUI enhancement
- Add hover text showing all available values of a option list config
- Add a stat line of options in the current tab at the bottom of the config gui
Changes
- Changed the default value of
autoCollectMaterialListItemMessageTypeto Summary- Yeah, people just don't like spamming
- Extend mc1.19.2 support until mc1.21 is out
- Add Minecraft 1.20 support
- Notes: TweakerMore
v3.13.0for mc1.20 is built and tested with unofficial masa mods ports: https://kosma.pl/masamods-1.20/
- Notes: TweakerMore
Fixes
- Fixed
spectatorTeleportMenuIncludeSpectatorcrashes the game in mc1.19.3+ (#36) - Fix mixin of
chatMessageLimitconflicts with cheatutils mod (#37) - Make
fixHoverTextScalework properly in mc1.19.3+
Patches
v3.13.1
- Fixed
serverDataSyncermight affect vanilla'sDataQueryHandlerwhen both of them work together
Build Information
- File name:
tweakermore-mc1.20.1-v3.13.1.jar - SHA-256:
80f986139a3a36e9b2c8876b2e154ec34322e0996609b4d713bc3a30490a408e - Built from: https://github.com/Fallen-Breath/tweakermore/actions/runs/5299631587
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:8Af6oivF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GBeCx05I:8Af6oivF"
}

