436: Moving crates Updated to 1.21. [Minecraft Map Making]
Membership:
Ep436: Updating the moving crates to get rid of the armour stands.
00:00 Intro
00:35 Setup
01:35 Summon markers
03:50 Controller
13:55 Other directions
Version: 1.21
Old version: • 211: Moving supply crates. [Minecraft...
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:
Setup:
IUN: scoreboard objectives add timer dummy
Summon south:
IUN: summon marker 10170 58 10014 {Tags:["origin", "crate"], Rotation:[0f,0f]}
CUA: summon marker 10170 58 10022 {Tags:["destination", "crate"], Rotation:[180f,0f]}
Summon north:
IUN: summon marker 10170 58 10014 {Tags:["destination", "crate"], Rotation:[0f,0f]}
CUA: summon marker 10170 58 10022 {Tags:["origin", "crate"], Rotation:[180f,0f]}
Summon east:
IUN: summon marker 10173 58 10022 {Tags:["origin", "crate"], Rotation:[-90f,0f]}
CUA: summon marker 10181 58 10022 {Tags:["destination", "crate"], Rotation:[90f,0f]}
Summon west:
IUN: summon marker 10173 58 10022 {Tags:["destination", "crate"], Rotation:[-90f,0f]}
CUA: summon marker 10181 58 10022 {Tags:["origin", "crate"], Rotation:[90f,0f]}
Controller:
RUA: scoreboard players add #crate timer 1
CUA: execute if score #crate timer matches 1 at @e[type=minecraft:marker, tag=origin] run summon minecraft:block_display ~-0.5 ~ ~0.5 {Tags:["crate", "chain", "init"], block_state:{Name:"minecraft:chain"},
Passengers:[{Tags:["crate", "box", "init"], id:"minecraft:block_display", block_state:{Name:"minecraft:dried_kelp_block"},
transformation:{left_rotation:[0f,0f,0f,1f],right_rotation:[0f,0f,0f,1f],translation:[0f,-1f,0f],scale:[1f,1f,1f]}}]}
CUA: execute as @e[type=minecraft:block_display, tag=init] at @s rotated as @e[type=minecraft:marker, tag=origin, distance=..1] run tp @s ~ ~ ~ ~ 0
CUA: tag @e[type=minecraft:block_display, tag=init] remove init
CUA: execute as @e[type=minecraft:block_display, tag=crate] at @s run tp ^ ^ ^0.03
CUA: execute at @e[type=minecraft:marker, tag=destination] run kill @e[type=minecraft:block_display,tag=crate,distance=..1]
CUA: execute if score #crate timer matches 80.. run scoreboard players reset #crate timer
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.