Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated last month
All versions
v3.25.0-mc1.21.4
Release
TweakerMore v3.25.0 for mc1.21.4last year 26.2K
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client-side
Required content
Changes
News
- Added mc tweak
movingPistonBlockSelectableandmovingPistonBlockSelectableCreativeOnly - Added mc tweak option
shulkerBoxItemContentHintCustomNamesOverrideItem(#77) - Added MC 1.21.5 support (with sakura-ryoko's fork and their mc1.21.5-rc1 versions)
Fixes
- (mc1.21.1+) Fixed DamageCalculator epf calculation
- Fixed en_us safeAfk message (#103)
Build Information
- File name:
tweakermore-v3.25.0-mc1.21.4.jar - SHA-256:
b931c312ed33ad52c17ec8be70616bc84eaaf6d614ceb292770107f3088c2958 - Built from: https://github.com/Fallen-Breath/tweakermore/actions/runs/14115640687
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:FInXan8E"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GBeCx05I:FInXan8E"
}


