Started by
rmsandegs
on
Topic category: Help with Minecraft modding (Java Edition)
I've used a modified version of the "check for block in 6x6x6 cube" procedure template to make a sort of lava sponge. However, the sponge is only supposed to change its state to "wet" when it removes a source block, which I'm checking for using the "is <> a fluid source" procedure block. But it always returns false.
Picture of my procedure:
In this procedure, you first remove the block and then check for fluid source, this may be the problem.
Oh... You are absolutely right. What a silly mistake!
Thank you, it works now :P
You are welcome!