Tags
Creators
Details
Licensed Apache-2.0
Published 5 years ago
All versions
0.96.14+1.20.5
Beta
[24w14a] Fabric API 0.96.14+1.20.52 years ago 9,018
Compatibility
Minecraft: Java Edition
24w14a
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Changes
- Fix release by reverting a change in 3844af0a25dc30865047ed1b3ab1e978e516a7c2 (modmuss50)
- Actually run resources tests on Java 21 (modmuss50)
- Run client and resources tests on Java 21 (modmuss50)
- 24w14a & Java 21 (modmuss50)
- Improve data attachment port (#3678) (apple502j)
- Update to Loom 1.6 (modmuss50)
- 24w13a (#3676) (modmuss, Drex)
- fix OpenScreenPayload title being decoded but not encoded (#3668) (Leximon)
- Fully port to 24w12a (#3664) (apple502j)
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:P7dR8mSH:65jl2uF9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:P7dR8mSH:65jl2uF9"
}
