Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 years ago
Updated last month
All versions
0.25.4
Release
Tweakeroo 1.21.8-0.25.411 months ago 162.3K
Compatibility
Minecraft: Java Edition
1.21.6–1.21.8
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- Various i18n language updates
- Various Inventory Preview fixes inherited by updating MaLiLib.
- Selection Box visual fixes via updating MaLiLib.
- fix: Missing Mixin for disabling "Rain Sounds" via
disableRainEffects. No idea if this ever worked before; even though the config states it. - adjust mixin priority for this Moonrise mod compatability. Note that this change may break
disableConstantChunkSavingwhile this other mod is installed. - adjust: tweakF3Toggle to only show F3 crosshair while in game, and not in various screens and menus.
- Snap Aim: Fix/improve behavior when Aim Lock is enabled with Snap Aim on @masa
- Elytra Camera: Fix Elytra Camera to work with Snap Aim and the Aim Locks @masa
- add BreakReplace tweak to 1.21.8 (#134) from @xiej
- Merge
tweakScaffoldPlacefrom downstream tweakfork (#139) from @Velizar - Adding some extra customizability for FreeCam (#140) from @BytelyPlay (adds:
freeCameraShowHands&freeCameraShowHotBar) - adjust some of the PreferSilkTouch / SilkTouchOresFirst confusion.
- fix inv preview for Chested Horse (Donkey+) inventories.
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:t5wuYk45:hTIqnpGZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:t5wuYk45:hTIqnpGZ"
}


