Tags
Creators
Details
Licensed GPL-3.0-only
Published 4 years ago
All versions
v2.0.0-1.21-fabric
Release
v2.0.0-1.21 for Fabric2 years ago 11.8K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
- NeoForge support
- Iris beta 5 and Sodium beta 4 support
- New animation types (full, scale, jagged, displacement)
- New fading types (block, vertex)
- Increased animation start range, now animation can start from +Y to -Y
- Animation angle, allows to make animations move from side, diagonally, etc
- "Mod Enabled" button can now be used in-game, also added a keybind for it
- Improved compatibility with some Iris shaders
- Some internal improvements
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| chunksfadein-fabric-2.0.0-1.21-sources.jar | Unknown | 194 KiB |
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:JaNmzvA8:Y0gldF1C"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JaNmzvA8:Y0gldF1C"
}



