Tags
Creators
Details
All versions
0.115.6+2.1.0+1.21.1
Release
[1.21.1] Forgified Fabric API 0.115.6+2.1.0+1.21.1last year 416.3K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
- Bump version (modmuss50)
- fix(attsync): use correct event for transferring attachments during respawn (#4483) (Octol1ttle)
- Bump version (modmuss50)
- AttSync: Disconnect when attachment target is null (#4538) (#4586) (Octol1ttle, modmuss50)
- Bump version (modmuss50)
- [1.21.1] Add Pumpkin Block and Item Tags (#4526) (modmuss, Joseph T. McQuigg)
- [1.21.1] Backport Convention Drink Tags (#4537) (TheDeathlyCow)
- Bump version (modmuss50)
- Fix BlockView API v2 not applying WorldViewMixin (#4500) (#4511) (modmuss, PepperCode1)
- Bump version (modmuss50)
- Bump version (modmuss50)
- Sync remaining
ctags with NeoForge (#4161) (TelepathicGrunt) - Bump version (modmuss50)
- Bump version (modmuss50)
- Fix NPE in WaterPotionStorage#isWaterPotion (#4313) (Bruno Ploumhans)
- Bump implementation version (Su5eD)
- Bump version (modmuss50)
- Add transitive access wideners for tracked data related creator entity methods (#4229) (Daniel Orr)
- Add RegistryEntryAddedCallback.allEntries (#4235) (modmuss)
- Bump version (modmuss50)
- Provide a RegistryByteBuf for attachment syncing (#4223) (modmuss)
- Bump version (modmuss50)
- Translation updates (#4194) (Fabric Bot)
- Add AFTER_CLIENT_WORLD_CHANGE (#4173) (fishshi)
- Data Attachment Sync API (#4049) (Syst3ms)
- Update loom and neo (Su5eD)
- Add issue template (Su5eD)
- Update workflow (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:BOq0raqo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Aqlf1Shp:BOq0raqo"
}

