-
Bug
-
Resolution: Unresolved
-
None
-
1.18.2, 22w12a, 22w13a, 22w14a, 22w15a, 22w17a, 22w18a, 1.19 Pre-release 1, 1.19, 1.19.1, 1.19.2, 22w43a, 22w45a, 1.19.3, 1.19.4, 1.20.1, 1.21, 24w45a
-
Confirmed
-
Block states, Commands, Entities
-
Low
-
Platform
The Bug:
Pointed dripstone doesn't maintain its thickness whilst falling if placed via commands.
Despite even changing the "thickness" block state, falling pointed dripstone will always have the "tip" thickness, and only the hitboxes of them are changed. It appears that MC-248182 wasn't fully fixed as this can still be reproduced through the use of commands.
Steps to Reproduce:
- Place down some pointed dripstone by using the command provided below.
/fill ~2 ~5 ~2 ~2 ~20 ~2 minecraft:pointed_dripstone[vertical_direction=down,thickness=base]
- Watch closely as the pointed dripstone falls.
- Take note as to whether or not pointed dripstone maintains its thickness whilst falling if placed via commands.
Observed Behavior:
Pointed dripstone placed via commands always has the "tip" thickness whilst falling.
Expected Behavior:
Pointed dripstone would maintain its thickness whilst falling.
- relates to
-
MC-248182 Falling pointed dripstone no longer maintain their shape / thickness
- Resolved