mirror of
https://github.com/TibiNonEst/cauldron-dyeing.git
synced 2025-08-08 19:53:57 -05:00
Initial commit
This commit is contained in:
commit
5bd7750177
24 changed files with 1627 additions and 0 deletions
21
README.md
Normal file
21
README.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Cauldron Dyeing
|
||||

|
||||

|
||||

|
||||
|
||||
Bring Bedrock's cauldron-based armor dyeing to Java Edition.
|
||||
|
||||
:warning: This mod is still in alpha stage, it may be unstable.
|
||||
|
||||
---
|
||||
|
||||
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.
|
||||
|
||||
### Build
|
||||
Building the mod requires JDK 17+ on your system. To build, simply run `./gradlew build` and the artifacts will be available in `build/libs`.
|
||||
|
||||
### License
|
||||
Cauldron Dyeing is licensed under the GNU LGPLv3, see the [full license](https://github.com/TibiNonEst/cauldron-dyeing/LICENSE).
|
Loading…
Add table
Add a link
Reference in a new issue