80: Block revealing goggles [Minecraft Map Making]
Ep80: Blocks that can only be seen when the player is wearing the right coloured magic googles.
Originally for Udemy, but uploaded here.
Commands, builds and ideas for people making their own Minecraft maps.
Check out my collabs on Coppit's channel: https://www.youtube.com/c/CoppitJ
Join the server I play on and the Discord where I hang out.
Server IP: 51.81.246.145:25588
Discord: https://discord.gg/KNSmPWdnfG
Udemy notes. YouTube formatting may make some of these wrong. :)
Commands used:
Give the player Magic Goggles:
give @p leather_helmet{MagicGoggles:1b,display:{Name:'{"text":"Magic Goggles"}',Lore:['{"text":"Allows wearer to see hidden blocks."}']}}
give @p leather_helmet{MagicGoggles:1b,display:{Name:'"Magic Goggles"',Lore:['"Allows wearer to see hidden blocks."']}}
Give the player coloured Magic Goggles:
give @p leather_helmet{MagicGoggles:1b,display:{color:16711680, Name:'"Magic Goggles"',Lore:['"Allows wearer to see hidden blocks."']}}
Check if player is wearing item tagged MagicGoggles:
execute if entity @p[nbt={Inventory:[{Slot:103b,tag:{MagicGoggles:1b}}]}]
Check successcount:
execute if block ~-1 ~ ~ repeating_command_block{SuccessCount:1} run fill 31 55 17 30 55 21 red_stained_glass replace
execute if block ~-2 ~ ~ repeating_command_block{SuccessCount:0} run fill 31 55 17 30 55 21 air replace
Colour Integers:
Red: 13700378
Blue: 1513425
Cyan: 5754367
Black: 0
White: 16711680
Purple: 11210416
Yellow: 16777067
Green: 1167652
Grey: 8878484
Orange: 16555053
Brown: 8014870
Pink: 16753085
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.