Started by
UraniumCruncher
on
Topic category: Help with Minecraft modding (Java Edition)
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.
Edited by UraniumCruncher on Sat, 03/07/2026 - 15:15
bump
What type of feature do you use?
I am using pumpkin generation
can someone help?
I don't want to sound annoying but it has been 2 weeks since I asked this, and I would like an answer.
Hmm could be that this feature does not check for fluids. I am not exactly an expert on the features
Ok, thank you for all the help you gave me.
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.
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.