Tags
Creators
Details
All versions
26.1.2.2+fabric-26.1.2
Release
26.1.2.2+fabric-26.1.24 months ago 1,474
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Note: The config file has been restructured to account for the growing number of tweaks. You will need to reconfigure your tweaks.
- Added
alwaysPrioritizeExperienceBartweak with keybind - Added
hideShieldUnlessBlockingoption - Added
is_torch,is_tool,is_food,is_firework,is_weaponandrequires_shift_to_minerules for use with Shogi - Removed some legacy config options and exposed them as Shogi rules instead
- The options to define additional trigger items came from a time before Mojang introduced Item Components. Nowadays item functionalities are a lot more standardized, so in most cases, they are no longer needed.
- For edge cases that are not covered by the defaults, Shogi can be used via
config/clienttweaks.rules.json. See the Shogi documentation for more information.
- Fixed
hideShieldUnlessWeapontesting player components instead of item components
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:vPNqo58Q:ALQokjRW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vPNqo58Q:ALQokjRW"
}


