Is <> A Fluid Source Always Returning False

Started by rmsandegs on

Topic category: Help with Minecraft modding (Java Edition)

Joined May 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is <> A Fluid Source Always Returning False

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: 

https://imgur.com/a/TS23g77

Joined May 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Oh... You are absolutely…
Sun, 01/24/2021 - 15:25

Oh... You are absolutely right. What a silly mistake!

Thank you, it works now :P