Cauldron Concrete Powder
ModCauldronConcretePowder 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.
Type
Mod
Modrinth Downloads
53,372
Modrinth ID
sKa9BOA6
Last Updated
Jul 26, 2026
Description
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_water function 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_namespace with your datapack's namespace.
- ๐ The dry_concrete.mcfunction should contain your custom transformation logic.
- ๐ท๏ธ The dry_concrete.json should define the function tag with your function:
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.droppedMake 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
Compatibility
Mod Loaders
Game Versions
Screenshots
Similar Mods
Tax' Dragon Legend
Dragon Legend is a Minecraft Forge modification aims to add Dragon related end game equipment.
TNT Breaks Bedrock
๐งจ Allows TNT to break bedrock, easy access to the nether roof!
El and L's Dyes
Adds 20 new dyes to your world, alongside lots of vanilla+ features, like new crops, flowers and resources!
Corail Deconstruction Table
Reverse crafting machine with lots of fun features
Bards [More Magic Series]
Defeat your enemies and buffs your allies with the power of music!
Portable Jukebox
Adds a Portable Jukebox and Note Block.