Skip to content
[/craft]

Give Invisible Item Frame

Create a floating item display with no visible frame

✅ Verified for Java 26.2 · Bedrock 26.32 — checked June 2026

Gives an item frame that becomes invisible once placed, so the item inside appears to float on its own. The entity_data component carries the Invisible flag onto the placed frame and must include the full id. One of the most searched decoration commands.

/give @p item_frame[entity_data={id:"minecraft:item_frame",Invisible:1b}]
73 characters

How to use

  1. Open chat (T on Java).
  2. Paste the command and press Enter.
  3. Place the frame on a wall or block.
  4. Add any item and the frame vanishes, leaving the item floating.

Related commands

Get a stack of sponges for draining water

/give @p sponge 64

Get invisible unbreakable barrier blocks

/give @p barrier 64

Get invisible light source blocks

/give @p light

Get a command block (it isn't in the creative menu)

/give @p command_block

Get a pair of elytra wings

/give @p elytra

Get a netherite pickaxe with Silk Touch

/give @p netherite_pickaxe[enchantments={silk_touch:1}]