Pink Petals hitbox does not adjust to contents
The bug
23w07a introduces pink petals, a block which can have up to four instances of itself placed in a single block space. This puts it in a family also inhabited by turtle eggs, sea pickles and candles.
Turtle eggs, sea pickles and candles start out with a small hitbox when they contain one instance, and this hitbox expands dynamically to accommodate an increased number of units within. However, for the pink petals block, this hitbox will remain constant regardless of how many are inside of it.
How to reproduce
- Place one turtle egg
- Place a second turtle egg in that block space
- Place one sea pickle
- Place a second sea pickle in that block space
- Place one candle
- Place a second candle in that block space
- Place one pink petals
- Place a second pink petals in that block space
Expected results
When the second instance is added, each of the blocks would change their hitbox.
Actual results
This is true of the first three, but not of the fourth.
Linked Issues
Created Issue:
Pink Petals hitbox does not adjust to contents
The bug
23w07a introduces pink petals, a block which can have up to four instances of itself placed in a single block space. This puts it in a family also inhabited by turtle eggs, sea pickles and candles.
Turtle eggs, sea pickles and candles start out with a small hitbox when they contain one instance, and this hitbox expands dynamically to accommodate an increased number of units within. However, for the pink petals block, this hitbox will remain constant regardless of how many are inside of it.
How to reproduce
- Place one turtle egg
- Place a second turtle egg in that block space
- Place one sea pickle
- Place a second sea pickle in that block space
- Place one candle
- Place a second candle in that block space
- Place one pink petals
- Place a second pink petals in that block space
Expected results
When the second instance is added, each of the blocks would change their hitbox.
Actual results
This is true of the first three, but not of the fourth.
relates to
With the resolution of MC-260054, the hitbox of pink petals changes with each amount to more closely follow the visuals of the flowers. The third flower amount, however, seems to skip to the hitbox of the fourth amount, which seems inconsistent.
In Java Snapshot 23w31a, Turtle eggs, sea pickles, pink petals and candles start out with a small hitbox when they contain one instance, and this hitbox expands dynamically to accommodate an increased number of units within.
But in Bedrock Edition, It always shows an own hitbox.








Can confirm.