Mods Other

Display Blocks and Items (Bedrock Addon)

  • 14.7k views 14 today
  • save_alt 1.6k downloads 2 today
Game Version
Minecraft Bedrock
Progress
100% complete
  • 23
  • 30
  • 35
Kirbycope
Lvl 71Legendary Programmer
475
More info https://github.com/kirbycope/display-bedrock#readme

Display (Bedrock Addon)


Display blocks and items are now in Minecraft Bedrock! A "Display" block/item (by default) has no collision and can be placed anywhere.

Made with version 1.21.2.


Tips

  1. Type `/summon display:block ~ ~ ~ ~ ~ ` to see the suggestions.
  2. Type `/summon display:item ~ ~ ~ ~ ~ ` to see the suggestions.
  3. When summoning, replace `~ ~ ~ ~ ~` with ` ~ ~ ~ 0 ~` or ` ~ ~ ~ 90 ~` to rotate with the grid.
  4. You can teleport the "block" or "item" and rotate it, try `teleport @e[​type=display:block] ~ ~ ~ ~90 ~90`.

Usage

To summon a "cobblestone" block, run `summon display:block` (cobblestone is the default texture).
To summon a "stone" block, run `summon display:block ~ ~ ~ ~ ~ stone` (stone is an event that turns the block to stone).

To summon an "apple" item, run `summon display:item` (apple is the default texture).
To summon a "diamond" item, run `summon display:item ~ ~ ~ ~ ~ diamond`.

To scale a block to 1/10th, run `event entity @e[​type=display:block] scale_0.1`.
To scale an item to 100% (50% is the default), run `event entity @e[​type=display:item] scale_1.0`.

To add collision to a block, run `event entity @e[​type=display:block] add_collision`.
To add collision to an item, run `event entity @e[​type=display:item] add_collision`.


Floating Platform Demo


Place two armor stands and tag one "A" and the other "B". Stand between them and run `function summon-cobblestone-platform`. The platform should move between the two armor stands.


Tiny House Demo

Run `function summon-tiny-house`.

More like this

  Have something to say?

User6381710G
04/28/2026 6:23 pm
Level 1 : New Miner
Thank you
2
User6138579G
12/25/2025 2:15 am
Level 1 : New Miner
is this a template??
1
Kirbycope
12/25/2025 4:22 pm
Level 71 : Legendary Programmer
history
It is a .mcaddon, which is a renamed zip with both Behavior and Resource packs). To install, download using the Latest on GitHub link and Double-click the .mcaddon file. That should open Minecraft and install it under global resources.
1
bburrito
12/08/2025 2:51 am
Level 1 : New Miner
how do i chang the block/ item it only shows up with an apple and cobble
1
Kirbycope
12/09/2025 12:48 am
Level 71 : Legendary Programmer
Read the instructions (above) where you specify the blockname. The default is cobblestone and Apple so that tells me tou aren't putting in the item at the end.
1
Tobolyo
07/21/2025 9:59 am
He/Him • Level 22 : Expert Human Modder
Hey this add-on is great thank you for making it, do you mind if I use this add-on to create minecraft worlds and upload them on planet minecraft? I'll credit you as the addon creator.
3
Kirbycope
07/21/2025 2:24 pm
Level 71 : Legendary Programmer
All my content is released with a MIT license, https://github.com/kirbycope/display-bedrock?tab=MIT-1-ov-file.
TLDR - It is 100% free to do what you want! No attribution required.
3
Tobolyo
07/21/2025 3:11 pm
He/Him • Level 22 : Expert Human Modder
Alright thank you :)
2
SalmonSpy
06/05/2025 8:17 am
He/Him • Level 28 : Expert Ranger Chicken
2
SalmonSpy
06/05/2025 8:17 am
He/Him • Level 28 : Expert Ranger Chicken
can i go into the small house in survival?
2

Welcome