Tags
Creators
Details
Licensed AGPL-3.0-or-later
Published 5 years ago
All versions
fabric-1.20-1.10.7
Release
IPN 1.10.7 for fabric 1.203 years ago 81.3K
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
What's new
1.10.7
- added support for 1.20.2 snapshots
- horizontal mouse wheel (tilting the wheel left or right) can now be used as inputs in 1.20.2 snapshots
- Minecraft 1.16 and 1.19.4 are no longer supported.
- NeoForge is supported.
- May be fixed crash on macOS when dropping lots of items.
- All versions now support auto-crafting with Chipped crafting tables.
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.18.2
- 1.19.2
- 1.20
- 1.20.1
- 23w33a
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:OJWSzNQ9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:O7RBXm3n:OJWSzNQ9"
}




