Tags
Creators
Details
fab-mc-1.20.0-1-0.10.14-p.1
Compatibility
Changes
What's Changed
This is marked as prerelease as I think it should work, but the Iris issue was difficult to reproduce. There may be other incompatibilities at play here. The Elytra issue should definitely be fixed, as it can no longer be reproduced.
Fixes
-
Adds explicit render pipeline compatibility for custom render types (which previously were not explicitly handed off to Iris) with iris (above 1.21.5) by @zannagh
-
Make sure Elytra is hidden in flight
Optional dependencies
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:GgG2my3y:km9tW1Qf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GgG2my3y:km9tW1Qf"
}


