Parity means making features behave consistently across different Minecraft editions, most commonly between Minecraft: Java Edition and Minecraft: Bedrock Edition. Use this category to discuss released features that exist in both versions of the game but work differently. Please note that bugs are not parity issues and should be reported separately.

16

(Java Parity) Invisible Item Frames

2 Comments

Post a new comment:

Please sign in to leave a comment.

Sorted by oldest
  • 0
    Registered User commented
    Comment actions Permalink

    I think there's a command for this

  • 0
    Registered User commented
    Comment actions Permalink

    I agree. Invisible, (non rendered) item frames would be more valuable to the player in designs than the ability of players to simulate "a plate". Item frames should be entities, like armor stands, with multiple entities occupying the same air space block (up to 6 to keep redstone functionality). PARITY.

    Implemention: If you *name* any item frame or armor stand with a keyword (BE), like "transparent" or use an NBT tag (JE) the entity should become invisible until the name is changed or the NBT tag is removed.

    Code is already in game for other entity transformation based on a keyword name.