1.0+mod
Compatibility
Changes
Dyes 1.0 ποΈ
G'day everyone, here's the first-ever version of Dyes. Hope you all will find it handy and let's move on to the changelog.
Changelog βοΈ
π‘As told, the datapack should be useful, and not full of features!
Recipes β
Β» Black Dye can now be crafted from a lump of coal.
Β» Red Dye can now be crafted from redstone dust.
Β» Orange Dye is crafted from a magma cream.
Β» Lime Dye can be crafted from a slime ball.
Β» Purple Dye is now craftable from an amethyst shard.
Β» Brown Dye can now be mixed from red and orange dyes.
Β» Green Dye can now be obtained by mixing yellow and blue dyes.
Β» Yellow Dye can now be crafted from glowstone dust.
π‘ You can now also color already crafted concrete and concrete powder by surrounding a dye with any concrete color, just like you do with glass.
Tags π©
Β» #dyes:concrete and #dyes:concrete_powder are new item tags that can both be used in commands and in creative inventory.
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:9syUtFST:r3yQTHub"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9syUtFST:r3yQTHub"
}

