Tags
Creators
Details
2.0.0
Compatibility
Changes
# OmniDye v2.0.0
New Features
- Added full compatibility with Connected Glass.
- Added Glass Cleaner recipes to remove dye from supported glass blocks, returning them to their original clear variants.
- Added support for cleaning both vanilla and Connected Glass glass blocks.
Changes
- Completely rewrote the datapack from the ground up.
- Reorganized recipes and tags for improved maintainability.
- Improved recipe consistency across all supported blocks.
- Standardized naming and internal file structure.
- Better foundation for future compatibility and feature updates.
Improvements
-Improved overall datapack performance and organization. -Simplified recipe handling to make future expansions easier. -Increased compatibility with other datapacks and mods.
Fixes
- Fixed numerous recipe inconsistencies.
- Fixed various internal tag and namespace issues.
- General cleanup and optimization throughout the datapack.
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:AunCyE1s:9SfNbLpx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AunCyE1s:9SfNbLpx"
}

