feat: implement coral plants, coral fans and fix coral feature#2025
feat: implement coral plants, coral fans and fix coral feature#2025GreenedDev wants to merge 6 commits intoPumpkin-MC:masterfrom
Conversation
this PR didn't add that behavior. It was already there. This pr is only supposed to fix coral blocks hanging in water without support blocks. |
|
Ok, then i read the title wrong. When i break a coral block, all connected coral fans or coral plants disappear. There are also no hovering coral fans generated in the same seed. All coral plants can be placed in the same places as in vanilla. The only issue i have is that specifically dead coral fans cannot be placed on the side of blocks, so only on top of blocks. This seems to work correctly on the normal branch. |
|
should be fixed now |
|
The dead coral fan placement works now, but it seems that this pull request makes the server hang much more frequently than the main branch. For me, this pull requests works for a few seconds before the server stops responding and the main branch server keeps responding for multiple minutes. I don't know if this is caused by the changes or by the different build and if it is relevant. |
i haven't noticed that |
Then i guess the server hang in my case is not caused by this pull request |
Signed-off-by: Greened <[email protected]>
Signed-off-by: Greened <[email protected]>


Description
Implemented coral plants and coral fans, their placing rules and behavior (dying without water)

Fix coral feature (placing)