Links
Tags
Creators
Details
2.0.0
Compatibility
Required content
Changes
Added infinite color mixing in crafting, now you will see crafting of empty spray can in JEI and similar mods, after crafting it you can combine it with as many dyes as you want
Replaced logic of colors to more lightweight Capability and moved it into separate library which now is a dependency (i can not mark it as a dependency because it will take some time for modrinth to approve that library, but its possible to download from curseforge)
Changed spray can texture
Since i was working on it in my free time for a long time i dont even remember what else did i do but its a complete rework
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:bjXJV99e:kU7wIQqN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bjXJV99e:kU7wIQqN"
}![[SBW] Colorized!](https://cdn.modrinth.com/data/bjXJV99e/857a22ed01c8971e598a8d9baff2150763273df1_96.webp)



