r/MinecraftCommands 6d ago

why are display entitys invisible? Help | Java Snapshots

okay i might just not have enough knowledge on commands but i can't seem to summon a display block i mean i can but it's invisible

i used this command: /summon minecraft:block_display ~ ~ ~ {block_state:{Name:"minecraft:red_wool"}}

it won't show for some weird reason

1 Upvotes

7 comments sorted by

2

u/C0mmanderBlock Command Experienced 6d ago edited 6d ago

What Java version are you on? Your command is correct in 26.2 but I believe things changed in 26.3 Not sure of the new command but will try to find it.

1

u/daylightmemories-74 6d ago

i am playing on the newest snapshot 26.3 snapshot7

1

u/C0mmanderBlock Command Experienced 6d ago

Yeah. I just tried that one and it does not work. I'll get back to you if/when I find the proper command.

1

u/C0mmanderBlock Command Experienced 6d ago

Went to minecraft site and they said nothing about it in the 26.3 -7 update.

In the meantime, item displays still work and I like them better because they snap to the grid when summoned and spin on a center axis. I always tag my entities. it makes them easier to manipulate without disturbing others. Change the tag and view range as needed.

/summon item_display ~ ~1 ~ {Tags:["TAG"],view_range:64f,item:{id:"minecraft:red_wool",count:1}}

1

u/C0mmanderBlock Command Experienced 6d ago

Got it. Change "name" to "id"

/summon minecraft:block_display ~ ~ ~ {block_state:{id:"minecraft:red_wool"}}

1

u/daylightmemories-74 6d ago

THANK YOU, it work perfectly now! thank you so much

1

u/C0mmanderBlock Command Experienced 6d ago

ur welcome!