How To Get Invisible Item Frames In Java + Make Floating Items In Bedrock (Alternative).
Video Summary
In this video, I show you how to get invisible item frames in Minecraft Java using a simple /give command with the correct NBT EntityTag and Invisible:1b. I also explain where you can place them, how to remove them, and a couple things to watch out for like water and using /kill @e. Since the Java command doesn’t work on Bedrock, I walk through an alternative using invisible armor stands, command blocks, and gamerule settings to create floating items. Finally, I demonstrate summoning the armor stand in the right spot and placing an item to make a clean floating display.
Formatted Transcript
Hey everyone, it’s UnderMyCap. Today I’m going to show you how to get invisible item frames. You can place a bunch of these on the ground (or pretty much anywhere), and they’ll still work like normal item frames—just without the visible frame.
Currently, this method only works in Java Edition, so I’ll show you the Java command first. After that, I’ll show you a Bedrock alternative that lets you make floating items (without using item frames).
Invisible Item Frames (Java Edition)
To get an invisible item frame in Java, you only need one simple command.
Type the following command:
/give @p item_frame{EntityTag:{Invisible:1b}}
Here’s what’s happening in the command:
We’re giving ourselves an item frame, and inside the curly brackets we’re applying an NBT tag. The EntityTag section modifies the entity data of the item frame, and Invisible:1b makes it invisible.
After you run the command, you’ll receive an invisible item frame. You can place it on the floor, walls, and even the ceiling. Once placed, you can put any item into it just like a normal item frame, but the frame itself won’t show.
Important notes:
If you use /kill @e, these will be removed too, because item frames are entities. Also, water can affect them.
To remove one, take the item out of the frame first. Then break the item frame itself normally.
Floating Items (Bedrock Edition Alternative)
Since the invisible item frame command doesn’t work in Bedrock Edition, we can create a similar effect using an armor stand and a command block.
What You’ll Need
You’ll need:
– A command block
– An armor stand
First, give yourself a command block:
/give @s command_block
Now place an armor stand. If you try using an invisibility potion, it works, but it has two problems: the swirling particles are visible, and the effect runs out, so you’d have to reapply it.
Instead, we’ll use a command to apply invisibility without the particles.
Making Armor Stands Invisible (No Particles)
Use this command:
/effect @e[type=armor_stand] invisibility 1 1 true
This applies invisibility to all armor stands, and the true at the end hides the particles.
If the chat keeps getting spammed with command output, turn it off with:
/gamerule commandBlockOutput false
Placing the Armor Stand Precisely
If you want a floating item in a specific spot (for example, on a bench), it helps to summon the armor stand exactly where you want it.
You can summon one slightly below your position like this:
/summon armor_stand ~ ~-1 ~
This spawns the armor stand one block beneath you, which is useful if you’re trying to hide the stand inside blocks like slabs.
Adding the Floating Item
Once the armor stand is in the right place and invisible, put the item you want into its hand. Then you’ll have a floating item effect that you can position wherever you like.
You can adjust placement and positioning until it looks right for your build, and you’ll get the same kind of decorative result you’d normally use an invisible item frame for.
That’s it for this tutorial. Thanks for watching, and I’ll see you in the next one.
Video Thumbnail
Recommended Items Based On Post
- Complete Vintage Photo Set: This 12-piece set of mini vintage gold picture frames offers a charming way to display your …
- High-Quality Resin Construction: Crafted from durable resin material with a smooth gold finish, these small decorative f…
- Versatile Display Options: Featuring flat backs for stability, these miniature frames are perfect for creating a unique …
- 【Transparent Acrylic】Our magnetic picture frames are made of transparent acrylic, with a smooth and flawless surface and…
- 【Frameless Design】These acrylic picture frames adopt a frameless design. When you put items in them, they seem to be sus…
- 【Flexible Placement】These clear frameless display frames are magnetic and can be firmly attached to a variety of metal s…
- 【Share and enjoy your life】There are many memorable things in our life. The meaning of photos is to retain the beautiful…
- 【Reusable and durable】Come with 12Pcs different colours magnet photo frames. The magnet frame is made of high-quality ma…
- 【Easy to get picture】Leave enough white border space to place comfortable pictures and easy to replace. Insert a photo f…
Advertisment




