All versions
0.116.7+2.2.0+1.21.1
Release
[1.21.1] Forgified Fabric API 0.116.7+2.2.0+1.21.17 months ago 370K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
- Bump implementation version (Su5eD)
- Use NeoForge API for attachment sync (Su5eD)
- Fix setAttached not accepting null value (Su5eD)
- Bump implementation version (Su5eD)
- Bump version (modmuss50)
- Bump version (modmuss50)
- Bump version (modmuss50)
- Add super constructor for ForwardingBakedModel (#4800) (AlphaMode)
- Add FabricItem#getCreatorNamespace (#4746) (#4793) (Cassian Godsted, Shnupbups)
- Improve model data generation mixins (#4792) (Up)
- Bump version (modmuss50)
- [1.21.1] ArmorRenderer: Add option to disable default head item rendering (#4726) (Juuz)
- [1.21.1] Fix FabricRecipeProvider.getRecipeIdentifier not applying to recipe advancements (#4724) (Juuz)
- Bump version (modmuss50)
- Bump version (modmuss50)
- [1.21.1] Registry aliasing backport (#4698) (Cassian Godsted, Syst3ms, modmuss50)
- Bump version (modmuss50)
- Backporting #4642 to 1.21.1 (#4659) (YajatKaul)
- Fix method collision in trapdoor test (Su5eD)
- Bump version (modmuss50)
- Call all remaining listeners when ALLOW_CHAT event is cancled (#4657) (MisterCheezeCake)
- Call AFTER_PLAYER_CHANGE_WORLD on respawn in different world (#4653) (#4658) (DennisOchulor)
- Add tag to make open trapdoors above tagged blocks climbable (#4660) (Juuz)
- Backport world attachment sync fix from #4366 (#4665) (DennisOchulor)
- Bump version (modmuss50)
- Add ServerChunkEvents.CHUNK_LEVEL_TYPE_CHANGE (#4541) (#4610) (DennisOchulor)
- Update Actions versions (Su5eD)
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:Aqlf1Shp:tIUhtT2C"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Aqlf1Shp:tIUhtT2C"
}

