
Cauldron Concrete Powder
CauldronConcretePowder is a simple Datapack created to add to possibility for players to drop concrete powders directly in water cauldrons to transform them. Datapack optimized as much as possible. Working faster than VanillaTweaks' one.
Screenshots




About this Mod
Cauldron Concrete Powder
🧪 CauldronConcretePowder is a simple yet powerful Datapack that enhances your Minecraft experience
by allowing you to instantly transform concrete powder into hardened concrete by dropping it into water cauldrons!
No more tedious manual placement required.
⚡ This Datapack has been meticulously optimized for maximum performance and efficiency. Our benchmarks show it runs significantly faster than VanillaTweaks' equivalent solution.
💡 Originally created as a community request.

![]() |
![]() |
![]() |
|---|
🔧 Adding Custom Cauldron Recipes
CauldronConcretePowder uses function tags to allow other datapacks to easily add their own "cauldron recipes".
This means you can create custom items that transform when dropped into water cauldrons, just like concrete powder.
📋 How It Works
The dry_concrete function is called via the function tag #cauldron_concrete_powder:signals/dry_concrete.
When an item is dropped into a water cauldron, this tag is executed,
allowing multiple datapacks to add their own transformation logic.
Your custom function should:
- Check if the dropped item matches your custom "powder" item.
- If it matches, change the item to its "hardened" version.
- If the transformation is successful and the item count is 16 or more, call the
remove_waterfunction to reduce the cauldron's water level. - Reset any temporary scores.
📦 Creating a Custom Datapack
To add your own cauldron recipe, create a datapack with the following structure:
your_datapack/
├── 📦 pack.mcmeta
└── 📁 data/
└── 📁 your_namespace/
├── 📁 functions/
│ └── 📁 cauldron_concrete_powder/
│ └── 📄 dry_concrete.mcfunction
└── 📁 tags/
└── 📁 functions/
└── 📁 signals/
└── 📄 dry_concrete.json
- 🔄 Replace
your_namespacewith your datapack's namespace. - 📝 The
dry_concrete.mcfunctionshould contain your custom transformation logic. - 🏷️ The
dry_concrete.jsonshould define the function tag with your function:
{
"values": [
"your_namespace:cauldron_concrete_powder/dry_concrete"
]
}
You can download a template datapack from assets/function_tag_template.zip and modify it to fit your needs.
💡 Example Function
Here's an example of what your dry_concrete.mcfunction might look like:
#> your_namespace:cauldron_concrete_powder/dry_concrete
#
# @within #cauldron_concrete_powder:signals/dry_concrete
#
# Check for your custom powder and transform it
execute if score #success cauldron_concrete_powder.dropped matches 0 store success score #success cauldron_concrete_powder.dropped if items entity @s contents your_namespace:custom_powder run data modify entity @s Item.id set value "your_namespace:custom_hardened"
# If success and count >=16, remove water
execute if score #success cauldron_concrete_powder.dropped matches 1 store result score #count cauldron_concrete_powder.dropped run data get entity @s Item.count
execute if score #success cauldron_concrete_powder.dropped matches 1 if score #count cauldron_concrete_powder.dropped matches 16.. run function cauldron_concrete_powder:v1.4.0/remove_water
# Reset scores
scoreboard players reset #success cauldron_concrete_powder.dropped
scoreboard players reset #count cauldron_concrete_powder.dropped
Make sure to adjust the version in the remove_water call to match the current version of CauldronConcretePowder.
This allows for seamless integration and expansion of cauldron-based crafting!
🧵 For Fabric Mod Developers
Fabric mods can also add custom cauldron recipes by including datapack-compatible files in their mod's src/main/resources/data/ folder. Use the same structure as above, placing your custom dry_concrete.mcfunction and the function tag JSON in the appropriate directories. This way, your mod can extend the cauldron transformation system without conflicting with other datapacks or mods.
For example, your mod's resources might include:
src/main/resources/data/
└── 📁 your_mod_namespace/
├── 📁 functions/
│ └── 📁 cauldron_concrete_powder/
│ └── 📄 dry_concrete.mcfunction
└── 📁 tags/
└── 📁 functions/
└── 📁 signals/
└── 📄 dry_concrete.json
⭐ Star History
Available Versions
How to Install Cauldron Concrete Powder on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set datapack Loader
In the panel under "Egg", select the datapack loader and matching Minecraft version (26.1.2).
Install Mod
Open the mod browser in the dashboard and search for "Cauldron Concrete Powder". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
26.1.2, 26.1.1, 26.1 (+39 more)
Server-side
✓ RequiredRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
Cauldron Concrete Powder server crashes on startup – what to do?
Most common cause: wrong datapack version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (26.1.2). You can switch loaders with one click in the panel.
Is Cauldron Concrete Powder compatible with datapack and fabric and forge and neoforge and quilt?
Cauldron Concrete Powder officially supports datapack, fabric, forge, neoforge, quilt for Minecraft 26.1.2, 26.1.1, 26.1. Note: Forge and Fabric mods are NOT cross-compatible – pick one loader and stick with it. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with Cauldron Concrete Powder – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Cauldron Concrete Powder consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install Cauldron Concrete Powder with just one click on your server.


