1.0.0
Compatibility
Required content
Changes
Initial release 🎉
CustomTweaks is a pure client-side mod for fine-grained sound and item-visual control, configured entirely through OneConfig.
🔊 Sound Manager
- Create volume rules for any sound event (e.g.
item.totem.use) - Three modes per rule: Louder (volume × multiplier), Quieter (0 = unchanged, 2 = silent), Mute (never plays)
- Built-in preview button to hear the effect instantly
🎨 Item Visuals
- Per-item scale (0.1x–4x), pixel offset (±64px), and rotation (±180°)
- Applies to GUIs (inventory, hotbar, containers), first/third-person hand rendering, and the totem pop animation
- Standalone visual editor with item search and live preview
⚙️ Notes
- 100% client-side — works on any server
- Requires Fabric API, OneConfig v1, and Fabric Language Kotlin
- For Minecraft 26.2, Java 25+
中文简介:纯客户端微调模组——为每个声音单独设置音量规则,为每件物品自定义渲染效果,全部通过 OneConfig 界面配置。
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:uPk1LSYA:IKBxJ3Oh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uPk1LSYA:IKBxJ3Oh"
}

