197: Display block basics. [Minecraft Map Making]
Описание
Ep197: Some basic things we can do with Display Blocks.
Java Version: 1.19.4
Commands, builds and ideas for people making their own Minecraft maps.
Check out my collabs on Coppit's channel: https://www.youtube.com/c/CoppitJ
Join the CoppitCraft server that I play on and the Discord where I hang out.
Server IP: 51.81.246.145:25588
Discord: https://discord.gg/amU84KykEu
The following commands are prefixed with three letters which represent the settings of the command block. E.g IUN: = Impulse Unconditional Needs_Redstone. These prefixes need to be removed if copying the commands.
Commands used:
Summons:
IUN: summon block_display ~ ~ ~2 {Tags:["myBlock"],block_state:{Name:"minecraft:dirt"}}
IUN: execute align xyz run summon block_display ~ ~ ~2 {Tags:["myBlock"],block_state:{Name:"minecraft:dirt"}}
IUN: summon block_display ~ ~2 ~2 {Tags:[myBlock], block_state:{Name:"minecraft:dirt"}, transformation:{left_rotation:[0f,0f,0f,1f],right_rotation:[0f,0f,0f,1f],translation:[-0.5f,-0.5f,-0.5f],scale:[1f,1f,1f]}}
Interpolate with offset rotate:
IUN: execute align xyz run summon block_display ~ ~ ~4 {Tags:["myBlock"],block_state:{Name:"minecraft:dirt"}}
Repeater into:
IUN: data merge entity @e[type=block_display,tag=myBlock,limit=1] {transformation:{left_rotation:[0f,0f,0f,1f],right_rotation:[0f,0f,0f,1f],translation:[0f,0f,0f],scale:[1f,2f,1f]},start_interpolation:0,interpolation_duration:20}
Interpolate with centre rotate:
IUN: summon block_display ~ ~ ~4 {Tags:[myBlock], block_state:{Name:"minecraft:dirt"}, transformation:{left_rotation:[0f,0f,0f,1f],right_rotation:[0f,0f,0f,1f],translation:[-0.5f,-0.5f,-0.5f],scale:[1f,1f,1f]}}
Repeater into:
IUN: data merge entity @e[type=block_display,tag=myBlock,limit=1] {transformation:{left_rotation:[0f,0f,0f,1f],right_rotation:[0f,0f,0f,1f],translation:[-0.5f,-0.5f,-0.5f],scale:[1f,5f,1f]},start_interpolation:0,interpolation_duration:20}
Interpolate with scale and centre rotate:
IUN: summon block_display ~ ~ ~4 {Tags:[myBlock], block_state:{Name:"minecraft:dirt"}, transformation:{left_rotation:[0f,0f,0f,1f],right_rotation:[0f,0f,0f,1f],translation:[-1f,-0.5f,-1f],scale:[2f,2f,2f]}}
Repeater into:
IUN: data merge entity @e[type=block_display,tag=myBlock,limit=1] {transformation:{left_rotation:[0f,0f,0f,1f],right_rotation:[0f,0f,0f,1f],translation:[-1f,-0.5f,-1f],scale:[2f,4f,2f]},start_interpolation:0,interpolation_duration:20}
Rotation controller:
RUA: execute as @e[tag=myBlock] at @s run tp @s ~ ~ ~ ~5 ~
Рекомендуемые видео

![[SMG4] Despicable Mr. Puzzles](/images/video/2025-05-13/c8/57/c857337485ab969d0df53768c32ee10f.jpg?width=640)


![slasherMNS 2.4. Две игры: findme vs Satonir [Bladerunner Duo]](/images/video/2026-06-29/33/35/333562191cebe19bcb45605de6113465.jpg?width=640)



![slasherMNS 2.4. findme vs Кирпич [Bladerunner Duo]](/images/video/2026-07-02/aa/7d/aa7da1d5790aa824a267d4b7a9e37a87.jpg?width=640)




![Aliens: Colonial Marines. Крах «премиальной» игры [Разбор полётов]](/images/video/2025-09-22/0d/2f/0d2f88fe83ed1e5a7fc50d6c3d7b8d0d.jpg?width=640)
![slasherMNS 2.4. findme vs Talion [Outrunner]](/images/video/2026-07-06/60/1f/601faae808c1b7cc234feacb6b2b038e.jpg?width=640)
![[MIX] Blutmond - Rammstein Inspired Brutal Industrial Metal Thunder](/images/video/2026-05-17/ba/f6/baf659e0c1e9beb2b8b7641919f05d92.jpg?width=640)

