442: 3 * 3 moving platform 1.21.4. [Minecraft Map Making]
Membership:
Ep442: A 3 * 3 moving platform updated to 1.21.4.
00:00 Intro
00:45 Create the platform Part 1
04:30 Remove the platform
05:20 Create the platform Part 2
07:45 Moving the platform
Version: 1.21.4
Original 1.19.4 version: • 292: Controllable 3 * 3 moving platfo...
Request by: Happy_oreo
Commands, builds, hacks and ideas for people making their own Minecraft maps.
Check out my collabs on Coppit's channel:
The Discord server I am usually on: 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" and "less than" with the appropriate angled bracket.
Commands used:
Create platform:
IUN: summon item_display 10011 56 -43 {item:{id:"minecraft:yellow_wool",count:1}, Tags:["my_block", "check_me", "platform"], transformation:{left_rotation:[0f,0f,0f,1f],right_rotation:[0f,0f,0f,1f],scale:[1f,1f,1f],translation:[0f,0.5f,0f]},Passengers:[{Tags:["platform"], id:"minecraft:shulker",NoAI:1b, active_effects:[{id:"minecraft:invisibility",amplifier:0,duration:-1,show_particles:0b}],Invunerable:1b}]}
CUA: summon item_display 10011 56 -44 {item:{id:"minecraft:yellow_wool",count:1}, Tags:["my_block"], transformation:{left_rotation:[0f,0f,0f,1f],right_rotation:[0f,0f,0f,1f],scale:[1f,1f,1f],translation:[0f,0.5f,0f]},Passengers:[{id:"minecraft:shulker",NoAI:1b, active_effects:[{id:"minecraft:invisibility",amplifier:0,duration:-1,show_particles:0b}],Invunerable:1b}]}
Remove platform:
IUA: execute as @e[tag=platform] at @s run tp @s ~ -2112 ~
CUA: kill @e[tag=platform]
Controls:
IUA: fill 9999 56 -44 10002 56 -44 white_wool
CUA: setblock ~ ~ ~-2 redstone_block
Move block powered by controls:
RUN: execute as @e[tag=check_me] at @s if block ~ ~ ~-1.55 air as @e[tag=my_block] at @s run tp ~ ~ ~-0.05
CUA: execute as @e[tag=my_block] at @s unless block ~ ~ ~-0.55 air run fill 9999 56 -44 10002 56 -44 white_wool
Other Videos By Infernal Device
Other Statistics
Minecraft Statistics For Infernal Device
At present, Infernal Device has 182,428 views spread across 865 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.