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 ~
Рекомендуемые видео



















