Links
Tags
Creators
Details
Licensed MIT
Published 6 months ago
Updated 3 weeks ago
All versions
1.3.0
Release
1.3.03 weeks ago 49
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Required content
Changes
- Dual-Dye Crafting: Added custom crafting recipe for applying different colors to shulker lid and base
- Place dye above the shulker to color the lid
- Place dye below the shulker to color the base
- Place dye beside the shulker for vanilla whole-box coloring
- Works in both crafting table and 2x2 hand crafting grid
- Configuration: Added options to toggle crafting recipes and in-world keybinds (Mod Menu integration)
- Bug Fix: Fixed vanilla crafting recipes not stripping custom dual-color data
- Bug Fix: Fixed dedicated server crash due to client-side config dependencies
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:efEOrlLt:LZAhK2XQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:efEOrlLt:LZAhK2XQ"
}



