340: Moving mechanical chain decoration. [Minecraft Map Making]
Ep340: A cool looking moving chain, looks like it could be part of a larger machine or maybe for raising a huge door.
Updated version: • 343: Updated. Big moving chain. [Mine...
Version: 1.19.4
Idea by: ArcticPandaPro
Commands, builds and ideas for people making their own Minecraft maps.
Check out my collabs on Coppit's channel: / coppitj
Join the CoppitCraft server that I play on and the Discord where I hang out.
Server IP: 51.81.246.145:25588
Discord: / discord
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
Controller:
RUA: scoreboard players add #chain timer 1
CUA: execute if score #chain timer matches 20 run scoreboard players reset #chain timer
CUA: execute if score #chain timer matches 1 run summon item_display 35 55 -9949 {Tags:["link", "up"], item:{id:"grindstone", Count:1b}, brightness:{sky:15, block:15, transformation:{left_rotation:{axis:[0f,0f,1f], angle:3.14f}, right_rotation:[0f,0f,0f,1f], translation:[0f,0f,0f], scale:[1f,1f,1f]}}
CUA: execute if score #chain timer matches 1 run summon item_display 35 63 -9947 {Tags:["link", "down"], item:{id:"grindstone", Count:1b}, brightness:{sky:15, block:15}}
CUA: execute as @e[tag=up] at @s run tp @s ~ ~0.05 ~
CUA: execute as @e[tag=down] at @s run tp @s ~ ~-0.05 ~
CUA: execute positioned 35 63 -9949 run kill @e[tag=link, distance=..0.1]
CUA: execute positioned 35 54 -9947 run kill @e[tag=link, distance=..0.1]
CUA: execute if score #chain timer matches 1 run playsound block.grindstone.use master @a 35 66 -9949 1 0.5 0
Other Videos By Infernal Device
Other Statistics
Minecraft Statistics For Infernal Device
At present, Infernal Device has 184,447 views spread across 877 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.