All versions
0.154.0+3.0.8+26.1.2
Beta
[26.1.2] Forgified Fabric API 0.154.0+3.0.8+26.1.2last week 435
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
Platform
NeoForge
Supported environments
Client and server
Changes
- Bump version (modmuss50)
- Add callback for registering custom
BuiltInBlockModels(#5447) (Fuzss) - Make
FabricDataGeneratorextendDataGenerator.Cachedrather thanUncached(#5452) (Martijn van den Brand) - Port entity attribute modification event (Su5eD)
- Fix default attribute tests on 26.1.2 (modmuss50)
- Modify entity type default attributes event (#5424) (TheDeathlyCow, modmuss)
- Add char typed events for handling
Screen::charTyped(#4948) (Fuzss) - Bump version (modmuss50)
- Fix
ButtonListIndexOutOfBoundsExceptionfor screens with renderable only widgets (#5445) (Fuzss) - Expose registries in EnchantmentEvents.MODIFY (#5415) (Magnus, PepperCode1)
- Add an atlas registry (#5390) (Celeste)
- Fix clearing common channels (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:zTL7BgiF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Aqlf1Shp:zTL7BgiF"
}

