363: Can the player see the sky at daytime? [Minecraft Map Making]
Ep363: Using two predicates to check the time of day and whether or not the player is under cover. Beware vampires
00:00 Intro
00:30 Can see sky
03:35 Is day time/night time
08:30 Is daytime - inverted predicate
12:20 Is daytime - using unless
12:50 Both checks
Version: 1.21
Suggested by: Hasan Topcu
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:
See Sky:
RUA: execute as @a at @s if predicate {"condition":"minecraft:entity_properties","entity":"this","predicate":{"location":{"can_see_sky":true}}} run say I can see the sky!
Is Daytime:
RUA: execute as @a at @s unless predicate {condition:"minecraft:time_check",value:{min:12800,max:23450},period:24000} run say It's daytime!
Is Daytime - Inverted predicate:
RUA: execute as @a at @s if predicate {"condition":"inverted", "term":{"condition":"minecraft:time_check", "value":{"min":12800, "max":23450}}} run say It's daytime!
Both:
RUA: execute as @a at @s if predicate {"condition":"minecraft:entity_properties","entity":"this","predicate":{"location":{"can_see_sky":true}}} unless predicate {"condition":"minecraft:time_check", "value":{"min":12800, "max":23450}} run say Argh! I'm burning!
Notes on inverting a predicate:
{"condition":"inverted", "term":{the predicate}}
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.