fabric-carpet icon indicating copy to clipboard operation
fabric-carpet copied to clipboard

Pressure plates activate with `creativeNoClip` if another entity is in the same block

Open kikugie opened this issue 3 years ago • 3 comments

How to reproduce: Build structure like this, put any entity on the edge of the slab and fly in with creativeNoClip turned on 2022-05-17_19 26 53 2022-05-17_19 27 23 2022-05-17_19 29 54

kikugie avatar May 17 '22 17:05 kikugie

Can you please post the full mod list (with mod versions)?

James103 avatar May 17 '22 17:05 James103

The reason of that is the same as the way to detect projectiles in < mc1.16: the boat entity ticking triggers checkEntityCollision or whatever method of the pressure plate, and the pressure plate finds a non-spectator player in range so it triggers

Fallen-Breath avatar May 20 '22 12:05 Fallen-Breath

I was perusing the issues and this one seemed simple enough!

FieryRobot avatar Jun 04 '22 06:06 FieryRobot