Holographic Displays

Holographic Displays

3M Downloads

Non collidable touchable holograms

Sataniel98 opened this issue ยท 1 comments

commented

Hi,
is it possible to make touchable holograms not collidable? I noticed that they're not collidable until you make them touchable.

See DRE2N/HolographicMenus/issues/13

~ Best regards

commented

I've researched a bit on this issue, there is no good solution.

The only thing that could work is using Player#setCollidable(false), because the invisible slime used for touchable holograms already has collidable set to false.