Tags
Creators
Details
2.5.0
Compatibility
Required content
Changes
[Required Mods:] Cloth Config, owo, Fabric API
This new version brings alot to Jello with a new the sponge tool crafted with a dry/wet sponge and a shears and can clean up to 64 entity's or blocks before needing to be cleaned in a block of water or cauldron.
Also included is a new way to dye in minecraft based on the Bedrock versions ability to dye items in cauldrons. You can dye any dyeable item(Leather Armor) with the ability to color mix them to your hearts content. It also will dye up to 8 blocks(Dyeable blocks like terracotta) at a time allowing for one dye to 24 dyed blocks. Skulkers are also supported.
Final thing includes some new API changes:
- A new colorBlockRegistry which can used to add other mods to Jellos dyeing event. I have added consistency plus by default meaning when they update to 1.18.2 that it will work on there whole line up of Dyeable blocks
- A replacment for vanillas DyeColor Enum with a new DyeColor registry though at the moment it is only used internally with progress still needing to be made to get vanilla to use this new registry.
- Also a major refactor of the folder structure and change to use the experimental DyeColor registry meaning the any entity's already dyed may reset back to default due to code changes
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:Hp38UGFB:RkIJv2v5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Hp38UGFB:RkIJv2v5"
}

