Tags
Creators
Details
Licensed Apache-2.0
Published 4 years ago
Updated 2 years ago
All versions
4.0.0-beta.1+0.58.5-1.19.1
Beta
[1.19.1] QFAPI 4.0.0-beta.1 and QSL 3.0.0-beta.24 years ago 1,050
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.1
Platform
Quilt
Supported environments
Client-side
Server-side
Client and server
Changes
Provides Fabric API 0.58.5
- Fix checkstyle issues (Ennui Langeweile)
- Fix licenses (Ennui Langeweile)
- Update QSL (Ennui Langeweile)
- Sync with Fabric API 0.58.5 (Ennui Langeweile)
- Fix issue with Networking API Credits to Aurora for helping with this! (Ennui Langeweile)
- Bump version (modmuss50)
- 1.19.1 (modmuss50)
- Fix: broadcast message headers when chat event is cancelled (#2426) (Gegy)
- Remove unused declarations (Ennui Langeweile)
- Fix Networking API bridge (Ennui Langeweile)
- Update QSL, verbump (Ennui Langeweile)
- Bump version I'm not publishing this, 1.19.1 is already out (Ennui Langeweile)
- Sync with Fabric API 0.58.4 (Ennui Langeweile)
- Improve the CI situation through caching and more Squashed commit of the following: (Ennui Langeweile)
- Fix accidental breaking change made to PacketSender in rc3 port. (modmuss50)
- Checkstyle. (modmuss50)
- 1.19.1-rc3 (modmuss50)
- Bump version (modmuss50)
- Fix 1.19.1 client command API bugs (#2425) (apple502j)
Known incompatibilities
Any 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:qvIfYCYJ:MrInA5CW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qvIfYCYJ:MrInA5CW"
}
