Only some blocks in my feature get waterlogged

Started by UraniumCruncher on

Topic category: Help with Minecraft modding (Java Edition)

Joined Aug 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Only some blocks in my feature get waterlogged
Sat, 03/07/2026 - 15:15 (edited)

I am trying to make starfish generate around beaches like pumpkins, and the generation works fine, except only some of the starfish placed underwater get waterlogged. How do I make all of them get waterlogged? Note: all of the blocks have "waterloggable" turned on.

image

Edited by UraniumCruncher on Sat, 03/07/2026 - 15:15
Joined Aug 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I am using pumpkin generation
Thu, 03/12/2026 - 22:24

I am using pumpkin generation

Joined Aug 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I don't want to sound…
Thu, 03/26/2026 - 21:37

I don't want to sound annoying but it has been 2 weeks since I asked this, and I would like an answer.

Joined Aug 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok, thank you for all the…
Fri, 03/27/2026 - 22:25

Ok, thank you for all the help you gave me.

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You could try a procedure on…
Fri, 04/03/2026 - 09:26

You could try a procedure on block added, if water at y+1, set waterlooged to true, use existing property waterlogged in the block property tab.

Joined Aug 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you, but sometimes the…
Fri, 04/03/2026 - 16:27

Thank you, but sometimes the block above it isnt water, I might have to detect if any block touching it is water. I will try this soon.