Tags
Creators
Details
Licensed Apache-2.0
Published 4 years ago
Updated 2 years ago
All versions
2.0.0-alpha.4+0.56.1-1.19
Beta
[1.19] QFAPI 2.0.0-alpha.4 and QSL 2.0.0-beta.54 years ago 1,448
Compatibility
Minecraft: Java Edition
1.19
Platform
Quilt
Supported environments
Client-side
Server-side
Client and server
Changes
Provides Fabric API 0.56.1
- Bump version (Ennui Langeweile)
- Fix license headers, fix workaround (Ennui Langeweile)
- Sync with Fabric API 0.56.1 (Ennui Langeweile)
- Fix missing license (Ennui Langeweile)
- Bump QSL version (Ennui Langeweile)
- Bump version. (modmuss50)
- Fix #2108: FlammableBlockRegistry ignores tags unless /reload (#2326) (Technici4n)
- Optimise file exists check in ModNioResourcePack (#2339) (modmuss50)
- Defer Indigo item rendering (#2336) (PepperCode1)
- Fix icon path (#2327) (mooz)
- Add some more TAWs to the Datagen Module (#2322) (Shnupbups)
- Temporarily fix Registry Sync issues (Ennui Langeweile)
- Fix CurseForge task (Ennui Langeweile)
- Update dependencies (Ennui Langeweile)
- Sync with Fabric API 0.56.0 (Ennui Langeweile)
- Temporarily fix loading deprecated modules (Ennui Langeweile)
- Merge branch '1.19' of https://github.com/QuiltMC/quilted-fabric-api into 1.19 (Emma Cypress Pointer-Null)
- Readd deprecated modules as optional deps (Emma Cypress Pointer-Null)
- Bump version (modmuss50)
- Fix build. (modmuss50)
- Fix Biome API bugs (#2282) (apple502j, modmuss50, deirn)
- Add registries for villager interactions to fabric-content-registries module (#2193) (aws404)
- Add SyncDataPackContents and TagsLoaded lifecycle events (#2265) (modmuss50)
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:6PllArdw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qvIfYCYJ:6PllArdw"
}
