dragonfly icon indicating copy to clipboard operation
dragonfly copied to clipboard

Items and experience orbs do not move when obstructed by blocks

Open JustTalDevelops opened this issue 3 years ago • 1 comments

Example: https://github.com/pmmp/PocketMine-MP/blob/0ad2985247220adb7aab7cc9edcfe7d12ff442e3/src/entity/Entity.php#L831

JustTalDevelops avatar Jul 07 '22 22:07 JustTalDevelops

Would it be best to add a function for something like this to movement computer? It's pretty specific functionality (only occurs in experience orbs and items from my knowledge) but I don't know where else to put it, at least in an area where both items and orbs can utilize the functionality. Maybe a new, embeddable struct?

JustTalDevelops avatar Jul 14 '22 07:07 JustTalDevelops