383: Clock with swinging pendulum. [Minecraft Map Making]
Membership: / @infernaldevice
Ep383: It's a clock, it has a pendulum that swings and ticks.
00:00 Intro
02:50 Setup
03:45 Create pendulum
10:40 Create clock face
23:50 Controller - manual
32:20 Controller - auto
Version: 1.20.1
Heads: https://minecraft-heads.com/
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" and "less than" with the appropriate angled bracket.
Commands used:
Setup:
IUN: scoreboard objectives add state dummy
Create - Pendulum:
IUN: summon block_display 97 58 -9938 {Tags:["clock", "pendulum"], block_state:{Name:"lightning_rod"},transformation:{left_rotation:[0f,0f,1f,1f], right_rotation:[0f,0f,1f,1f], translation:[0.4f,0f,-0.4f], scale:[0.2f,0.2f,0.2f]},Rotation:[90f,0f], brightness:{sky:15,block:15}}
Create - Face:
IUN: summon armor_stand 97 56.83 -9938 {NoGravity:true, Invisible:true, Tags:["clock", "clock_face"], ArmorItems: [{}, {}, {}, {id: "minecraft:player_head", tag: {SkullOwner: {Id: [I; -1259248099, -1894234353, -1511430720, -908045432], Properties: {textures: [{Value: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODQ3N2RhZmM4YzllYTA3OTk2MzMzODE3OTM4NjZkMTQ2YzlhMzlmYWQ0YzY2ODRlNzExN2Q5N2U5YjZjMyJ9fX0="}]}}}, Count: 1b}], Rotation:[180f,0f]}
CUA: summon block_display 97 58 -9938 {Tags:["clock", "clock_face_behind"], transformation:{left_rotation:[0f,0f,0f,1f], right_rotation:[0f,0f,0f,1f], translation:[-0.5f,0f,-0.2f], scale:[1f, 1f, 0.69f]}, block_state:{Name:"oak_log", Properties:{axis:"z"}}}
Controller:
RUA: execute as @e[type=block_display, tag=pendulum, scores={state=1}] at @s run tp @s ~ ~ ~ ~ ~1
CCA: execute as @e[type=block_display, tag=pendulum, scores={state=1}, x_rotation=10..20] at @s run playsound block.stone_button.click_on block @a ~ ~ ~ 0.5 2 0
CCA: execute as @e[type=block_display, tag=pendulum, scores={state=1}, x_rotation=10..20] run scoreboard players set @s state 0
CUA: execute as @e[type=block_display, tag=pendulum, scores={state=0}] at @s run tp @s ~ ~ ~ ~ ~-1
CCA: execute as @e[type=block_display, tag=pendulum, scores={state=0}, x_rotation=-20..-10] at @s run playsound block.stone_button.click_on block @a ~ ~ ~ 0.5 2 0
CCA: execute as @e[type=block_display, tag=pendulum, scores={state=0}, x_rotation=-20..-10] run scoreboard players set @s state 1
Start:
IUN: scoreboard players set @e[type=block_display, tag=pendulum] state 0
Controller - Auto Start:
RUA: execute as @e[type=block_display, tag=pendulum] unless score @s state matches 0 at @s run tp @s ~ ~ ~ ~ ~1
CCA: execute as @e[type=block_display, tag=pendulum, x_rotation=10..20] unless score @s state matches 0 at @s run playsound block.stone_button.click_on block @a ~ ~ ~ 0.5 2 0
CCA: execute as @e[type=block_display, tag=pendulum, x_rotation=10..20] unless score @s state matches 0 run scoreboard players set @s state 0
CUA: execute as @e[type=block_display, tag=pendulum, scores={state=0}] at @s run tp @s ~ ~ ~ ~ ~-1
CCA: execute as @e[type=block_display, tag=pendulum, scores={state=0}, x_rotation=-20..-10] at @s run playsound block.stone_button.click_on block @a ~ ~ ~ 0.5 2 0
CCA: execute as @e[type=block_display, tag=pendulum, scores={state=0}, x_rotation=-20..-10] run scoreboard players set @s state 1
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.