379: Variable opacity windows. [Minecraft Map Making]
Membership: / @infernaldevice
Ep379: Windows that we can control the opacity of.
00:00 Intro
00:50 Setup
01:20 Create initial window
05:20 Controller - opaque
08:25 Controller - transparent
Version: 1.20.1
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 timer dummy
Create:
IUN: summon block_display 145 56 -9958 {Tags:["layer"], block_state:{Name:"light_gray_stained_glass_pane", Properties:{east:"true", west:"true"}},
transformation:{left_rotation:[0f,0f,0f,1f], right_rotation:[0f,0f,0f,1f], translation:[-0.5f,0f,-0.5f], scale:[1f,2f,1f]}}
Controller - On:
RUA: scoreboard players add layer timer 1
CUA: execute if score layer timer matches 3.. store success score layer timer run summon block_display 145 56 -9958 {Tags:["layer"],
block_state:{Name:"light_gray_stained_glass_pane", Properties:{east:"true", west:"true"}},
transformation:{left_rotation:[0f,0f,0f,1f], right_rotation:[0f,0f,0f,1f], translation:[-0.5f,0f,-0.5f], scale:[1f,2f,1f]}}
CCA: scoreboard players add count timer 1
CCA: execute if score count timer matches 10.. run setblock 150 56 -9961 white_wool
CCA: scoreboard players reset count timer
CCA: scoreboard players reset layer timer
Controller - Off:
RUA: scoreboard players add layer timer 1
CUA: execute if score layer timer matches 3.. store success score layer timer positioned 145 56 -9958 run kill @e[type=block_display, tag=layer, distance=..0.1, limit=1]
CCA: scoreboard players add count timer 1
CCA: execute if score count timer matches 10.. run setblock 152 56 -9961 white_wool
CCA: scoreboard players reset count timer
CCA: scoreboard players reset layer
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.