Tags
Creators
Details
Licensed AGPL-3.0-or-later
Published 5 years ago
All versions
fabric-1.21-2.0.4
Release
IPN 2.0.4 for fabric 1.212 years ago 244.6K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
What's new
2.0.4
new features
- It is now possible to toggle auto refill per slot.
- Slots that have auto refill enabled are marked with small icon on top left.
- As usual everything can be disabled in the settings.
- Default shortcuts:
- in when inventory is opened
left control + left click - in game
left control + r
- in when inventory is opened
- Villager bookmarks now support cost items with changed components. This is useful with some shop plugins.
fixes
- fixed issue where non-stackable damageable items will not be moved or dropped properly
- fixed issue where item highlight won't work properly for damageable items
- fixed issue where auto refill won't work properly for damageable items
- fixed issue that made villager bookmarks ignore the resulting item components
Forge and NeoForge versions are now considered stable
Quilt
As usual the mod will run on Quilt, but I don't have time for full testing and debugging eventual problems will require too much time to setup.
Use at your own risk
Optional dependencies
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:O7RBXm3n:lghOtM1x"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:O7RBXm3n:lghOtM1x"
}




