Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 4 days ago
All versions
v3.22.0-mc1.21.1
Release
TweakerMore v3.22.0 for mc1.21.12 years ago 3,921
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client-side
Required content
Changes
News
infoViewGrowthSpeedsupport all oxidizable blocks (those copper variants) and pitcher crops (#81)
Version updates
- Add mc1.21.3 support, using sakura-ryoko's forks
- Fixed crash with minihud 0.32.51, now it conflicts with minihud <0.32.51
Fixes
- Ensure
mlShulkerBoxPreviewSupportEnderChestwork with mc1.20.6+ minihud as well (#80) - Fixed
Format errorin zh_cn option comment offixHoverTextScale - (mc1.20.1+) Fixed
bossBarMaxEntrywhich failed to override vanilla entry limit
Build Information
- File name:
tweakermore-v3.22.0-mc1.21.1.jar - SHA-256:
7a6abca62d668c871b06b0fa0b0c5b96275194e82ca3b7863cd594fd46511b7c - Built from: https://github.com/Fallen-Breath/tweakermore/actions/runs/11880064282
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:djkgBR3g"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GBeCx05I:djkgBR3g"
}


