WorldEdit icon indicating copy to clipboard operation
WorldEdit copied to clipboard

Rework event handling

Open octylFractal opened this issue 5 years ago • 1 comments

Right click handlers are broken in Fabric/Forge, and because I think it is due to how Mojang now sends the packets, it will not be fixed without changes from Mojang. Right clicking a block fires twice, once as "right click block" and once as "right click item". We could use a raytrace to see if a RCI is really a RCB, and ignore it. We could implement the occasionally discussed timer system. Not sure what we really want to do here.

Left click air is also broken right now, needs a more consistent solution on all platforms, or an official notice that it simply doesn't work.

octylFractal avatar Jul 15 '20 05:07 octylFractal

I think this affects bukkit as well to some extent.

wizjany avatar Jul 15 '20 13:07 wizjany