Support for Drop Z
netcore10 opened this issue ยท 5 comments
Describe the Suggestion
I believe dropz uses custom entity for drops, would be great to support it!
Screenshots and Videos
See dropz issue, i don't think they can do it on their end.
Additional Context
Dropz uses the rayon physics api.
I've found that the issue lies in the rayon physics api that dropz uses.
It disables (return at head) the move method in the entity class for every physics element.
Removing that patch in the rayon library fixes issues with create (and other mods).
I can't say if that causes any side effects, at least I have experienced anything.
Oh, interesting, it is probably an easy fix to being able to push the entities or something, that's my guess. But I feel like simply redirecting to the rayon method would be better. Not sure.