Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated last month
All versions
f-0.8-beta
Beta
0.8 Fabric2 years ago 12.3K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
- Major Shorthand & Tool Belt Changes
- The Shorthand & the Tool Belt have been merged into the Shorthand
- Equipping a Tool in any Shorthand Slot works like the Tool Belt
- Removed the Secondary Shorthand Key
- Pressing the Shorthand Key now activates the Shorthand
- While active, scroll the mouse to select a different tool
- Disabled Rendering of the Shorthand on the Player
- The Shorthand can be extended through meeting specific advancements
- Entering the End
- Reaching Level 30
- Read the updated documentation
- Config
- Added Client Config Option
shorthand_control(more) - Added Common Config Option
extend_shorthand_by_advancement(more) - Removed
tool_belt_hud_visibility - Removed
disable_shorthand_render - Removed
tool_belt_additions - Removed
allow_shorthand_weapons - Removed
keep_tool_belt_on_death - Renamed
tool_belt_break_itemstoshorthand_breaks_tool shorthand_breaks_toolis now modifiable on the Client
- Added Client Config Option
- Miscellaneous
- Vanilla Conduit Power's mining speed increase now stacks with Haste
- Updated the textures for Iron & Gold Backpacks
- Bugs
- Right Clicking while using the Shorthand's auto equip now unequips the tool correctly to use items on your first click
- The Creative Mode Screen now correctly clears the Shorthand Slots and no longer creates ghost items
- If the player is loaded on a server with an invalid selected slot, that slot gets clamped
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:o4TtgIhD:WmLM916f"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:o4TtgIhD:WmLM916f"
}

