Tags
Creators
Details
Licensed Apache-2.0
Published 4 years ago
Updated 2 years ago
All versions
7.5.0+0.92.2-1.20.1
Release
[1.20.1] QFAPI 7.5.0 and QSL 6.1.22 years ago 15K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Quilt
Supported environments
Client-side
Server-side
Client and server
Changes
Provides Fabric API 0.92.2
- Merge pull request #164 from EnnuiL/1.20.1 (Eli Orona)
- Update to Quilt Loader 0.26.0 (Ennui Langeweile)
- Fix QFAPI 1.20.1 releases (Ennui Langeweile)
- Update release.yml (Eli Orona)
- Merge pull request #163 from EnnuiL/1.20.1 (Eli Orona)
- Fix CI againnnn (Ennui Langeweile)
- Fix CI 3 (Ennui Langeweile)
- Fix CI 2 (Ennui Langeweile)
- Fix CI (Ennui Langeweile)
- Whack the machine with your wrench until it works (Ennui Langeweile)
- Fix QMJ (Ennui Langeweile)
- Automatically set the base.archivesName (Ennui Langeweile)
- Fix the single sided mixin QMJs (Ennui Langeweile)
- Remove Fabric Commands v0's access widener It was never being used and it was pretty useless in the end (Ennui Langeweile)
- Use sided mixins on QMJ (Ennui Langeweile)
- Sync with Fabric API v0.92.2 (Ennui Langeweile)
- Poke CI (Ennui Langeweile)
- Fix one more whoopsie (Ennui Langeweile)
- Fix the rough edges (Ennui Langeweile)
- Sync with Fabric API 0.91.1 (Ennui Langeweile)
- Bump version (modmuss50)
- Fix model offset being ignored in non-terrain rendering (#3799) (PepperCode1)
- Bump versions (modmuss50)
- Fix jukebox state getting changed mid-transaction (#3693) (Syst3ms, deirn)
- Bump version (modmuss50)
- Fix empty data attachments being saved. (#3588) (modmuss)
- Fix data attachment testmod (#3586) (Jochen Jacobs)
- Extend Data Attachment API to ProtoChunk (#3548) (Jochen Jacobs)
- Data Attachment API (#3476) (Syst3ms)
- [1.20.1] Backport mob conversion event (#3576) (Syst3ms, haykam821)
- Bump version (modmuss50)
- Update Loom/Gradle and Fabric Loader (#3571) (modmuss)
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:Gydw2vxY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qvIfYCYJ:Gydw2vxY"
}
