Started by
Trinex
on
Topic category: Troubleshooting, bugs, and solutions
I tried to make an item that when dipped in a cauldron changes to the wet version and uses the water in the cauldron. Making the item wet works completely fine but the cauldron's water level stays the same.
https://imgur.com/a/D5f7tku // Here is the procedure that I made.
Also while yes I could just replace the cauldron, I want to later in the future make this so that the level is decreased by one rather than just set to 0
Hm it doesn't seem to like setting to a specific number however it does work if you reduce it by 1 level like this:
https://imgur.com/a/nex1VSu
Ah ok I see so it won't set to 0 because it's seen as outside its allowed range. Try it with commands. When the level is 0 it is considered a normal cauldron so doesn't work. You need to switch it for a normal cauldron when it is turning to 0.