Tags
Creators
Details
Licensed Apache-2.0
Published 6 years ago
Updated 2 months ago
All versions
1.15.0+mc1.21.11
Release
[1.21.11] 1.15.07 months ago 20.2K
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Client and server
Required content
Changes
Version 1.15.0
- Improve compatibility with mods that mess with the recipe book, such as "No Recipe Book Shift"
- Fix recipe book tab selection being inverted on 1.21.11
- Fix a hang when scrolling recipe book tabs
- Introduce the companion data pack, that can substitute a server-side installation of Mouse Wheelie
- Introduce a system to allow servers to control which features can be used (see here
- Fix certain slot refills being broken on 1.21.8 and up
- Improve some English and German translations
- Only play the refill sound if a refill actually occurs (server supports it)
Release by Siphalor
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:u5Ic2U1u:ncristLN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:u5Ic2U1u:ncristLN"
}
