-
Bug
-
Resolution: Unresolved
-
None
-
1.20.80.21 Preview
-
Confirmed
-
Multiple
-
1175897
Wind charges that are launched from dispensers are said to be spawned centered, but that doesn't actually happen.
| Dispenser direction | Expected spawning position (Relative to the dispenser) |
Actual spawning position (Relative to the dispenser) |
|---|---|---|
| Up | ~0 ~1 ~0 | ~0 ~0.5 ~0 |
| Down | ~0 ~-1 ~0 | ~0 ~-0.9 ~0 |
| North | ~0 ~0 ~-1 | ~0 ~-0.2 ~-0.7 |
| South | ~0 ~0 ~1 | ~0 ~-0.2 ~0.7 |
| West | ~-1 ~0 ~0 | ~-0.7 ~-0.2 ~0 |
| East | ~1 ~0 ~0 | ~0.7 ~-0.2 ~0 |
This also differs from Java Edition, where dispensed wind charges are always spawned at the exact center of the block in front of the dispenser.