Tags
Creators
Details
Licensed Apache-2.0
Published 4 years ago
All versions
11.0.0-alpha.3+0.100.7-1.21
Beta
[1.21] QFAPI 11.0.0-alpha.3 and QSL 10.0.0-alpha.12 years ago 13.1K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21
Platform
Quilt
Supported environments
Client-side
Server-side
Client and server
Changes
Provides Fabric API 0.100.7
- Merge remote-tracking branch 'refs/remotes/fabric/1.21' into 1.21 (glitch)
- Bump version (modmuss50)
- Update vertex consumer after
BLOCK_OUTLINEevent (#3940) (Martijn van den Brand) - Fix some registry-related bugs (#3932) (apple502j)
- New Crowdin updates (#3928) (Fabric Bot)
- Add API to create reload listeners with a registry lookup. (#3927) (modmuss)
- Add tests for convention tag keys matching field names (#3925) (haykam821, modmuss50)
- Bump version (modmuss50)
- Fixed raw fish tag typo in name (#3921) (TelepathicGrunt)
- Bump version (modmuss50)
- New translations en_us.json (Japanese) (#3892) (Fabric Bot)
- Several tag fixes and additions (#3912) (TelepathicGrunt)
- Cleanup usages of
Text(#3916) (RacoonDog, modmuss50) - Add common Mace tag (#3909) (TelepathicGrunt)
- fabric-loot-api-v3 (#3903) (modmuss)
- Added Badlands and Wooded badlands to hot tag (#3902) (TelepathicGrunt)
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:PNhUOnZI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qvIfYCYJ:PNhUOnZI"
}
