amadornes / MCMultiPart

A universal multipart API for Modern Minecraft
Other
67 stars 23 forks source link

[MCMP2] Items with a stack wrapper registered ignore placement priorities #72

Closed 2xsaiko closed 7 years ago

2xsaiko commented 7 years ago

This is primarily visible when clicking on blocks with a GUI. The GUI will open and the multipart will be placed regardless if you're sneaking or not. What should happen is that if you're sneaking, it should only place the multipart and if you're not, it should open the GUI and not place the multipart.

amadornes commented 7 years ago

Should be resolved in the next build. I didn't have access to PlayerInteractEvent's new EnumActionResult return when I implemented wrapping.