[MCPE-14322] Arrows fired from dispensers don't hit entities directly in front of the dispenser Created: 01/May/16 Updated: 24/Mar/17 Resolved: 24/Mar/17 |
|
| Status: | Resolved |
| Project: | Minecraft (Bedrock codebase) |
| Component/s: | None |
| Affects Version/s: | 0.14.3, 0.15.0, 1.0.2, 1.0.3, 1.0.4.1 |
| Fix Version/s: | 1.0.6.0 |
| Type: | Bug | ||
| Reporter: | Vasyl Ruszin | ||
| Resolution: | Fixed | Votes: | 1 |
| Labels: | arrow, dispenser, entity | ||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Confirmation Status: | Confirmed | ||||||||
| Platform: | Phone - Android - Samsung Galaxy S5 | ||||||||
| CHK: | |||||||||
| ADO: | 55491 | ||||||||
| Description |
|
Edit by SuperGeniusZeb: The bug seems to be either that the arrows are spawning ahead of the entity, such that the arrows never actually hit it... OR that the arrow never actually penetrates the entity until after it goes past the point where it collides with the block behind the entity... it seems like removing the block that the arrows get stuck on causes the entity to get hit, at least in my testing. Original Description: |
| Comments |
| Comment by Zeb [ 03/Mar/17 ] |
|
Affects 1.0.4.1. Revised my edit of the description again to include some more testing results. |
| Comment by Zeb [ 21/Jan/17 ] |
|
Reopening, affects 1.0.2. Revised the title & description to explain the bug better. |
| Comment by AMAN4700 [ 08/Aug/16 ] |
|
Please respond and add the current version if you can reproduce this issue. |
| Comment by kaleb418 [ 28/May/16 ] |
|
Mobs that are right in front of the dispenser won't get hit by the arrow. |
| Comment by Vasyl Ruszin [ 01/May/16 ] |
|
This is quite strange. I guess the entity can't cope with the amount of arrows being shot out of it!!!! It overloads and ignores the pulse completly! The players client thinks the arrows are there. However I am no expert in the Minecraft code. I think I will ask tommasso |
| Comment by Vasyl Ruszin [ 01/May/16 ] |
|
Potions work just fine????? |
| Comment by Vasyl Ruszin [ 01/May/16 ] |
|
I looked at the game code and ran some tests. Turns out arrows are fine registering in the world however the dispenser has trouble registering the arrows that it shoots out under the pulse. I will test with potions now |
| Comment by Vasyl Ruszin [ 01/May/16 ] |
|
Thanks. |
| Comment by PHO [ 01/May/16 ] |
|
Ah no, I only tested it in 0.14.2. Thanks for pointing that out. |
| Comment by Vasyl Ruszin [ 01/May/16 ] |
|
have you used 0.15.0 Realms builds 4! |
| Comment by PHO [ 01/May/16 ] |
|
I can kill sorry creepers with the device shown below: The reason why you couldn't harm witches nor villagers is probably because their hitbox is thinner than 1 block. Killing witches is another story: they drink potions very often when they take damage so I assume it's not easy to kill them with arrows. |
| Comment by Vasyl Ruszin [ 01/May/16 ] |
|
I have done some tests and other entities can't be killed with arrows that are dispensed. I think there is a problem with the arrows being registered in the world. |