229: Smoothly moving block UPDATED. [Minecraft Map Making]
Ep229: Another smoothly moving block, but this time we are using the block display from 1.19.4.
Requested by: SuperFire761
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.
Since angled brackets are not allowed in YouTube descriptions you will have to replace "greater than" with the appropriate angled bracket. Ascii code: 62
Commands used:
Setup:
IUN: scoreboard objectives add timer dummy
Create:
IUN: summon block_display ~ ~-0.5 ~2 {Tags:["myBlock"],block_state:{Name:"minecraft:gray_wool"},transformation:{left_rotation:[0f,0f,0f,1f],right_rotation:[0f,0f,0f,1f],translation:[-0.5f,0f,-0.5f],scale:[1f,1f,1f]},Passengers:[{id:"minecraft:shulker",DeathLootTable:"empty",NoAI:1b,Tags:["myBlock"],ActiveEffects:[{Id:14,amplifier:0b,Duration:-1,ShowParticles:0b}],Invunerable:1b}]}
Kill:
IUN: execute as @e[tag=myBlock] at @s run tp @s ~ -2112 ~
CUA: kill @e[tag=myBlock]
Move:
RUN: execute as @e[tag=myBlock] at @s if block ~ ~ ~0.55 air run tp @s ~ ~ ~0.05
Controller:
IUN: setblock ~ ~ ~2 redstone_block replace
RUN: scoreboard players add #block_movement timer 1
CUA: execute if score #block_movement timer matches 20.. run scoreboard players reset #block_movement timer
CCA: setblock ~ ~ ~-3 white_wool replace
CUA: execute as @e[tag=myBlock] at @s if block ~ ~ ~0.55 air run tp @s ~ ~ ~0.05
Newer version Active Effects:
active_effects:[{id:"minecraft:invisibility",amplifier:0b,duration:-1,show_particles:1b}]
Other Videos By Infernal Device
Other Statistics
Minecraft Statistics For Infernal Device
At present, Infernal Device has 181,722 views spread across 860 videos for Minecraft, accounting for over 10 days of watchable video on his channel. This is 94.82% of the total watchable video for Minecraft on Infernal Device's YouTube channel.