Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Block Compressors React to Spectators #934

Closed
Bloo-dev opened this issue Jan 2, 2024 · 1 comment
Closed

Block Compressors React to Spectators #934

Bloo-dev opened this issue Jan 2, 2024 · 1 comment
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@Bloo-dev
Copy link
Member

Bloo-dev commented Jan 2, 2024

Describe the bug
The Purpur pressure plate on top of Block Compressors reacts to players in spectator mode flying into it.

To Reproduce
Steps to reproduce the behavior:

  1. Place a Block Compressor
  2. Switch to spectator mode
  3. Fly over the Block Compressor
  4. Notice that the Purpur pressure plate is depressed.

Expected behavior
Spectator players should be ignored.

Environment

  • Minecraft version: 1.20.4
@Bloo-dev Bloo-dev added the bug Something isn't working label Jan 2, 2024
@BluePsychoRanger
Copy link
Member

This bug was brought up during the machine block changes. Making it explicitly ignore spectator players would slightly decrease performance due to extra checks; right now it just checks for any entity, but to check for a non-spectator player, it'd need an extra check.

Last time it was brought up it was decided that it wasn't that necessary to fix this bug, but the performance hit probably wouldn't be that much.

@Bloo-dev Bloo-dev added the wontfix This will not be worked on label Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants