Tags
Creators
Details
All versions
1.2.4+1.21.11
Release
Hikari-Tweaks 1.2.4 (MC 1.21.11)5 days ago 6
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
- New: Villager Trade Fix (Tweaks tab, on by default) Fixes a vanilla bug where shift-clicking the result of a villager's first trade could also buy a different trade that gives the same kind of item — for example a second enchanted book with a different enchantment. Item Scroller's right-click "trade everything" hit this every time it refilled the input slots. In that situation the result is now taken one trade at a time, and trading stops as soon as the result slot switches to another trade. Everything else behaves exactly like vanilla.
- New: pick restock items from an item list The Lists tab now has Edit Hotbar Restock List… and Edit Hand Restock List… buttons. They open an item picker where you click items to add or remove them and search by name or ID. The items you are carrying are listed first. Typing IDs by hand still works.
- Fixed: the durability warning and hotbar restock messages were always in Japanese
They now follow the game language (English or Japanese), as do the HUD's
Total:line, the Refresh button in the Scoreboard tab and the message shown when you join a server. - Changed: the Mod Menu description is now a single line.
- These changes apply to every Minecraft version (1.17.1 - 1.21.11) alike.
Optional dependencies
Any compatible version
Any compatible version
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:gqePQwPY:YYVCvfK2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gqePQwPY:YYVCvfK2"
}

