Bring Bedrock's cauldron-based armor dyeing to Java Edition.
Go to file
2024-01-07 21:45:35 -05:00
.github/workflows Update release workflow 2023-04-16 20:01:26 -04:00
gradle Update to 1.20.3/4 2024-01-07 21:45:35 -05:00
src/main Update to 1.20.3/4 2024-01-07 21:45:35 -05:00
.gitattributes Initial commit 2022-01-04 12:23:14 -05:00
.gitignore Initial commit 2022-01-04 12:23:14 -05:00
build.gradle Update to 1.20.3/4 2024-01-07 21:45:35 -05:00
gradle.properties Update to 1.20.3/4 2024-01-07 21:45:35 -05:00
gradlew Update to 1.20.3/4 2024-01-07 21:45:35 -05:00
gradlew.bat Update Gradle to 8.0.2 2023-03-15 09:16:24 -04:00
LICENSE Actually include the correct license 2022-01-04 12:27:58 -05:00
README.md Fix GitHub build badge 2022-12-30 15:34:21 -05:00
settings.gradle Improve gradle 2022-06-07 20:58:31 -04:00

Cauldron Dyeing

GitHub license GitHub actions GitHub release

Bring Bedrock's cauldron-based armor dyeing to Java Edition.


This mod adds Bedrock's ability to dye leather armor or leather horse armor with cauldrons to Java Edition. The usage is the same as in Bedrock, right-clicking on a water cauldron with dye will dye the water; adding dye multiple times will blend the dye same as in a crafting table. When you right-click on the dyed water cauldron with a dyeable item, it will add the current color in the cauldron to the item. Right-clicking on an un-dyed water cauldron with a dyed item to remove its color will still work.

dyed water

Usage

Cauldron Dyeing requires Fabric or Quilt loader and FAPI or QFAPI. The latest release is available on the Modrinth or Github releases. To install, just drag the mod jar into your mods folder along with either FAPI or QFAPI.

Building

Building the mod requires JDK 17+ on your system. To build, simply run ./gradlew build and the artifacts will be available in build/libs.

Compatibility

Cauldron Dyeing is ensured to be compatible with (Quilted) Fabric API, CaffeineMC mods, and Iris, if any incompatibility is found please report it on the issue tracker.

Note: The current method of displaying dyed water is not compatible with shaders that customize water color such as Complementary's Realistic-ish and RTX-ish settings.

Issues

Report any bugs, crashes, or other issues that may arise on the issue tracker.

License

Cauldron Dyeing is licensed under the GNU LGPLv3, see the full license.