Washing Cauldron

Quick rating

Washing Cauldron

No reviews yet

Wash dyed items in a cauldron to undye them - also modded ones

No Theme
No Genre
QoL & Tweaks
Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Optional
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
[1.19.X-Forge] Washing Cauldron
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

You have finally finished farming enough sand for your colorful glass-build. After waiting for it to be smelted, you want to dye it, but you accidentally craft too much green glass. What to do with all the remaining green glass? Or you just don't like your yellow bed, and you don't have enough wool to craft a new one? If you have ever asked yourself questions like these, you'll love this mod.

This mod adds more use to the regular old cauldron. You can already undye Shulker Boxes by right-clicking them, but why not just for all items - even modded ones? With this mod, you can! Just right-click a cauldron filled with water with a dyed item to remove the dye and be left with the undyed version. When placing water sources on two sides of the cauldron, you have an unlimited source of water for your cauldron. If you want to automate this process, just place a hopper pointing into the cauldron as input and one on its bottom as output. (They have to be hoppers because otherwise, I would have needed to make the cauldron a block entity and this would cause issues for Redstoners as cauldrons wouldn't be moveable anymore.)

Automation Example

The mod is compatible with Just Enough Items

JEI Compat

The mod also adds crafting recipes to redye the undyed items

Redying Recipes

Configuring the mod for Modpacks, often not needed (look at the config file to not be entirely confused):

If you only want to add your own recipes, set "DynamicRecipes" in the config file to false, else leave it true.
To add your own recipes, you need to add them via datapacks, the file should look like this:
{
  "type": "washingcauldron:cauldron_washing",
  "input": {
    "tag": [InputTag] (or alternatively item, like output)
  },
  "output": {
    "item": [OutputItem]
  }
}

To know what items you should blacklist or which recipes you should add, you need to know how the dynamic recipes are created: For every item, which contains "light_gray", recipes will be created with the output item being the input but "white" instead of "light_gray" or, if the item exists, entirely without "light_gray" and possibly without the words before or after "light_gray", which are called "IgnoreWords" in the config file. An example for this would be "minecraft:gray_stained_glass", of which the undyed version is "minecraft:glass" instead of "minecraft:stained_glass". If you know how to program Mods, you can look at the source code here to see how the dynamic recipes are created exactly.

Other things, like adding the recoloring recipes, should be pretty self-explanatory when using the config file. If you still have any problems when configuring the mod for a modpack, let me know in the comments of the mod. 

If you want your own Minecraft server to play with friends, check out Kinetic Hosting. They provide powerful servers for a fair price while being easy to use, and they have a nice support. Click on the image below for more information, and if you are interested, use code LAIDBACKSLOTH at checkout for a 15% discount.

Kinetic Hosting

You have finally finished farming enough sand for your colorful glass-build. After waiting for it to be smelted, you want to dye it, but you accidentally craft too much green glass. What to do with all the remaining green glass? Or you just don't like your yellow bed, and you don't have enough wool to craft a new one? If you have ever asked yourself questions like these, you'll love this mod.

This mod adds more use to the regular old cauldron. You can already undye Shulker Boxes by right-clicking them, but why not just for all items - even modded ones? With this mod, you can! Just right-click a cauldron filled with water with a dyed item to remove the dye and be left with the undyed version. When placing water sources on two sides of the cauldron, you have an unlimited source of water for your cauldron. If you want to automate this process, just place a hopper pointing into the cauldron as input and one on its bottom as output. (They have to be hoppers because otherwise, I would have needed to make the cauldron a block entity and this would cause issues for Redstoners as cauldrons wouldn't be moveable anymore.)

automation.jpg

The mod is compatible with Just Enough Items

jei-compat.jpg

The mod also adds crafting recipes to redye the undyed items

redye.jpg

Configuring the mod for Modpacks, often not needed (look at the config file to not be entirely confused): If you only want to add your own recipes, set "DynamicRecipes" in the config file to false, else leave it true.
To add your own recipes, you need to add them via datapacks, the file should look like this:

{
  "type": "washingcauldron:cauldron_washing",
  "input": {
    "tag": [InputTag] (or alternatively item, like output)
  },
  "output": {
    "item": [OutputItem]
  }
}

To know what items you should blacklist or which recipes you should add, you need to know how the dynamic recipes are created: For every item, which contains "light_gray", recipes will be created with the output item being the input but "white" instead of "light_gray" or, if the item exists, entirely without "light_gray" and possibly without the words before or after "light_gray", which are called "IgnoreWords" in the config file. An example for this would be "minecraft:gray_stained_glass", of which the undyed version is "minecraft:glass" instead of "minecraft:stained_glass". If you know how to program Mods, you can look at the source code here to see how the dynamic recipes are created exactly.

Other things, like adding the recoloring recipes, should be pretty self-explanatory when using the config file. If you still have any problems when configuring the mod for a modpack, let me know.

 

If you want your own Minecraft server to play with friends, check out Kinetic Hosting. They provide powerful servers for a fair price while being easy to use, and they have a nice support. Click on the image below for more information, and if you are interested, use code LAIDBACKSLOTH at checkout for a 15% discount.

Kinetic Hosting

Screenshots

Gallery

  • Redye
    Redye Redye the items you get from washing
  • JEI Compat
    JEI Compat Compatible with Just Enough Items
  • Automation
    Automation Use hoppers to automate the process
  • Redye
    Redye Redye the items you get from washing
  • JEI Compat
    JEI Compat Compatible with Just Enough Items
  • Automation
    Automation Use hoppers to automate the process

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~2,000
Total Downloads
CurseForge
~1,000
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works