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

[BUG] Placement wall furniture with display entity type #1383

Open
4 tasks done
KlausTrophobie opened this issue May 6, 2024 · 0 comments
Open
4 tasks done

[BUG] Placement wall furniture with display entity type #1383

KlausTrophobie opened this issue May 6, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@KlausTrophobie
Copy link

I have checked...

  • I am using the latest version of Oraxen
  • I am using the latest version of any dependencies
  • I am using ProtocolLib 5.0
  • I have checked if any similar bug reports exist

Description

If you place wall furniture with type DISPLAY_ENTITY and transformation FIXED, it can also be placed on block edges in the air although VERY_STRICT is noted in the rotation. If you use the ITEM_FRAME type, this is not the case.

Atm you have to stay with item_frame type if you want wall furniture to be only "straight" on the block.

air_placement

Steps to reproduce

use furniture with this config:

    furniture:
      barrier: false
      restricted_rotation: VERY_STRICT
      type: DISPLAY_ENTITY
      display_entity_properties:
        display_transform: FIXED
      limited_placing:
        roof: false
        floor: false
        wall: true```

### Plugin Version

1.174.0

### ProtocolLib Version

5.2.0-SNAPSHOT-679

### Server Software & Version

Paper-196 (MC: 1.20.1)

### How breaking is the bug?

Minor Bug - Plugin completely functional, but features have non-working aspects
@KlausTrophobie KlausTrophobie added the bug Something isn't working label May 6, 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
Projects
None yet
Development

No branches or pull requests

1 participant