Tags
Creators
Details
Licensed MIT
Published last year
Updated yesterday
All versions
1.4.0+26.1.2-fabric
Release
1.4.0 for Fabric 26.1.24 months ago 871
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Server-side
Client and server
Required content
Any compatible version
Any compatible version
Changes
- All client features can now be configured from Sodium video settings. This is optional - these features can still be configured from Mod Menu as usual.
- Added new features:
Per-dimension brightness (client feature)
- Allows configuring brightness for each dimension individually.
- The config entry for the dimension will be added the first time the dimension is visited.
- The brightness of the current dimension can be changed at any time in Sodium video settings.
Raise hotbar (client feature)
- Raises the hotbar from the bottom of the screen, much like how it is in Bedrock Edition.
- Hotbar is raised by 2 pixels by default, can be configured up to 24 pixels.
- Supports UI resource packs by dynamically patching the hotbar selector sprite on resource reload.
- Feature will be disabled if Raised is installed.
Stable block drops (server feature)
- Disables the random horizontal movement that block drops get when breaking blocks.
- Makes block drops always spawn in the center of the block.
- Crouching while breaking a block near you will make its drops fling towards you.
- Each part of the feature is configurable.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| misctweaks-1.4.0+26.1.2-fabric-sources.jar | Unknown | 149.72 KiB |
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:9sMkzzYU:d11eqjLe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9sMkzzYU:d11eqjLe"
}

