Wind charges that are launched from dispensers are said to be spawned centered, but that doesn't actually happen.
Dispenser direction | Expected spawning position | Actual spawning position |
---|---|---|
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.
It looks like wind charges dispense from the mouth of the dispenser, which makes perfect sense and matches other projectiles shot from dispensers. It would look terrible to have them just appear floating in space in front of the dispenser.