Tags
Creators
Details
Licensed AGPL-3.0-or-later
Published 5 years ago
All versions
fabric-1.19.4-1.10.6
Release
IPN 1.10.6 for fabric 1.19.43 years ago 37.2K
Compatibility
Minecraft: Java Edition
1.19.4
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Unavailable version
Unavailable version
Changes
What's new
1.10.6
- Added 2 more villager trading bookmark groups.
- The new groups are disabled by default and can be enabled in
Mod Settings - You can also assign shortcuts in
Hotkeys
- The new groups are disabled by default and can be enabled in
- Added support for Easy Villagers.
- All forge versions now support the trading blocks of Easy Villagers
End of Life Notice
- This is the last version that supports
Minecraft 1.16both Forge and Fabric - This is the last version that supports
Minecraft 1.19.4both Forge and Fabric
Bugs might get a fix depending on the severity.
WARNING
Due to multiple Quilt specific crashes and one item duplication Quilt support is now defined as fallows:
This mod will work on Quilt using the offered Fabric compatibility.
Any problems that are not reproducible on Fabric will be addressed with very low priority.
Supported Minecraft versions
- 1.16.x
- 1.18.2
- 1.19.2
- 1.19.4
- 1.20
- 1.20.1
Optional dependencies
Unavailable 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:O7RBXm3n:otiNxUxa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:O7RBXm3n:otiNxUxa"
}

