Tags
Creators
Details
All versions
2.0.0-alpha2-mc26.2-Fabric
Alpha
2.0.0-alpha26 days ago 364
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Changes
- Added resourcepack-driven settings:
- Will document this properly soon but in short is is just means of adding categories and entries to video settings and having extra buttons on the resourcepack screen to open.
- Can be exposed to be readable elsewhere, glowtone allows shaders to read them.
- This will be migrated into it's own separate project in future
- Added resourcepack "subpacks":
- Resource "overlays" of sorts, smaller modules that can be applied ontop of the resourcepack.
- Can be mounted and dismounted based settings
- This will be migrated along with the settings at some point
- Added default billboard shaders
- Added extra features to in-built packs:
- Settings driven modules for original features
- Watching eyeblossoms
- Billboard planes
- Introduced a pretty scuffed implementation of tinted skylight floods
- Major optimisations to block shader pipeline
- General optimisations and cleanup all over the place
- Mixin killswitches
- Safer mixin implementations to prevent conflicts and crashes
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:8yXsqoAM:xIMpLy3S"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8yXsqoAM:xIMpLy3S"
}

