Tags
Creators
Details
Licensed Apache-2.0
Published 4 years ago
Updated 2 years ago
All versions
11.0.0-alpha.3+0.102.0-1.21
Beta
[1.21] QFAPI 11.0.0-alpha.3 and QSL 10.0.0-alpha.12 years ago 69.5K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21
Platform
Quilt
Supported environments
Client-side
Server-side
Client and server
Changes
Provides Fabric API 0.102.0
- Update version (Eli Orona)
- fix actions (ix0rai)
- Fix dependency name in deprecated/build.gradle (Daniel Wilhelmsen)
- madame president we are go for launch (glitch)
- Fix the catalog (glitch)
- "QFAPI" for 1.21 (Eli Orona)
- Bump version (modmuss50)
- Add an API to add additional supported blocks to block entity types. (#4009) (modmuss)
- Bump version (modmuss50)
- Revert registry sync changes. Allowing duplicate entries and vanilla clients on servers with modded registries. (#3999) (modmuss)
- Bump version (modmuss50)
- Allow duplicate entries after being frozen on the client in prod. (#3994) (modmuss)
- Bump version (modmuss50)
- Prevent vanilla clients from joining servers that require modded registry entries. (#3992) (Patbox)
- Throw the exception when a duplicate registry entry is found. (#3991) (modmuss)
- Add more TAWs for custom RenderLayers (#3981) (Aaron)
- Don't track fake player network addons (#3977) (modmuss)
- Add
c:slime_ballstag, add more melee weapons to melee tag, addc:fertilizerstag, fix entries for some biome and food tags (#3957) (TelepathicGrunt, Chocohead) - Translation updates (#3944) (Fabric Bot)
- Add
ShadeModeto FRAPI (#3937) (PepperCode1) - Replace redirect in lifecycle events with wrap operation (#3887) (AlphaMode)
- Resource Conditions in Pack Overlays (#3872) (Apollo, modmuss50)
- Bump version (modmuss50)
- Use
ConcurrentHashMapinsideRegistryAttributeImpl(#3970) (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:qvIfYCYJ:WDWNp8qJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qvIfYCYJ:WDWNp8qJ"
}
