Tags
Creators
Details
2.0.0-alpha1-mc26.2-Fabric
Compatibility
Changes
Glowtone 2.0.0 Alpha1
After almost a year of sporadic planning, experimenting and errors and a recent crunch, we are very pleased to bring you the first release of Glowtone's biggest update probably ever.
New features (moderately experimental):
- Coloured Lighting
- Fancy Ambient Occlusion
- Edge Highlights
- Bloom
- Custom Block Materials
Boasting Compatability with:
- Sodium
- LambDynamicLights (partial)
- AsyncParticles (partial)
Changes and Improvements:
- Better Item Emissives
- Entity Emissives
- Smooth Flipbook Interpolation
All of these new features are datadriven, and highly performant compared to the deferred pipeline offered by things like Iris. Again, this is highly experimental and the first public release. Please report any issues you find (performance or general feature related) or even feature requests on our Discord or the GitHub repository.
We will be providing propper documentation soon after we finish polishing things out and get a version handler in place to support potential schema changes in future. Until then, enjoy our in-built resources and experimental pack featuring some fun examples of block shaders, like waving leaves, fancy nether logs, and datadriven end portal visuald.
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:l5QUMd6u"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8yXsqoAM:l5QUMd6u"
}

