How to Detect Skylight in Minecraft

  Рет қаралды 3,941

Cloud Wolf

Cloud Wolf

Күн бұрын

Пікірлер: 56
@IwrsTheKing007
@IwrsTheKing007 7 ай бұрын
1.21 is gonna be amazing
@DeLoRiAnEc
@DeLoRiAnEc 7 ай бұрын
I'm almost sure this all is thanks to gnembon who started working at mojang ±one year ago
@Cl0udWolf
@Cl0udWolf 7 ай бұрын
@@DeLoRiAnEc plus or minus one year? So they could be starting in the future?
@DeLoRiAnEc
@DeLoRiAnEc 7 ай бұрын
@@Cl0udWolf i ment one year and a little offset
@DeLoRiAnEc
@DeLoRiAnEc 7 ай бұрын
@@Cl0udWolf that'd be very sad cuz we wouldn't get that sweet autocrafter and datapack updates
@themissinglink2481
@themissinglink2481 7 ай бұрын
@@Cl0udWolf Will there be any video discussing about custom paintings or custom enchantments for 1.21?
@smashmaster2000
@smashmaster2000 7 ай бұрын
cant wait for the new content as well as the updating!
@Run2Seeun
@Run2Seeun 7 ай бұрын
I love that they started making everything data driven. A day will come where data packs will be as good as mods
@neekawsaur
@neekawsaur 7 ай бұрын
This predicate just simplified my data pack by sooo many lines of ray-tracing code!!!
@Prismarine_Studios
@Prismarine_Studios 7 ай бұрын
cheers mate, been trying to figure out how to do this for ages!
@brutexx2
@brutexx2 7 ай бұрын
Gonna cash in on the fact I'm early to tell you that your videos are great
@Cl0udWolf
@Cl0udWolf 7 ай бұрын
Thanks, I’m gonna work at making some cool new stuff just being a bit of a perfectionist
@CesarGpe
@CesarGpe 7 ай бұрын
i love cloud wolf
@JuicyBlueWill
@JuicyBlueWill 7 ай бұрын
Thank you so much. You have done so much to help with my datapack. Ghostfreak can finally get burnt by the sun.
@Death-25
@Death-25 6 ай бұрын
And can we get a link to a discord? The current link doesn’t work
@qwerternion_x1
@qwerternion_x1 7 ай бұрын
POV SCP-001 - “When day breaks” lmao
@jv_greenbow5291
@jv_greenbow5291 6 ай бұрын
is there a way to make the player 100% immune to explosions without armor using datapacks? i need it for my mahoraga datapack
@athomesuperhero
@athomesuperhero 7 ай бұрын
couldn't you also do a raycasting directly up? Like if you simply detect if it is air or not it would work right? And wouldn't that be like 3 commands?
@Cl0udWolf
@Cl0udWolf 7 ай бұрын
I’ve made 3 videos on this, the first was that but using 1 predicate is worlds more efficient than 3x blocks commands. If ur outside that can easily be 3x128 commands compared to 1
@Death-25
@Death-25 6 ай бұрын
Please make the promised video about activating and deactivating the Shader effect on version 1.16.5 as well.
@GTB-YT
@GTB-YT 6 ай бұрын
How to make the players with no helmet that are under sunlight burn?
@GTB-YT
@GTB-YT 6 ай бұрын
I saw an "Attacker" entity in misode, but when I used it like this: "execute as @e[type=husk] if predicate {"condition":"minecraft:entity_properties","entity":"attacker","predicate":{"equipment":{"mainhand":{"items":"minecraft:amethyst_shard","count":1,"components":{"minecraft:custom_data":{"SpiderFang":1b}}}}}} run effect give @s minecraft:poison 10 0 false", it kept failing. What is the use of these entity selectors?
@Cl0udWolf
@Cl0udWolf 6 ай бұрын
This has nothing to do with the predicate but simply you misusing them. Attacker will only work in an advancement
@GTB-YT
@GTB-YT 6 ай бұрын
@@Cl0udWolf Then why doesn't it give an invalid selector error? it instead keeps failing, and why is there an entity:this by default?
@Cl0udWolf
@Cl0udWolf 6 ай бұрын
@@GTB-YT the syntax is correct it just doesn’t know who the attacker is since you didn’t use it in an advancement
@졸지마
@졸지마 7 ай бұрын
can I do this with another predicates too?
@Cl0udWolf
@Cl0udWolf 7 ай бұрын
if u mean place them inline, the nyes. also loot tables
@GTB-YT
@GTB-YT 6 ай бұрын
@@Cl0udWolf How to make loot tables without a datapack/plugin/modification?
@garlikbred6474
@garlikbred6474 2 ай бұрын
Would this work for bedrock?
@wangAlex-u6b
@wangAlex-u6b 6 ай бұрын
the shader selector broke in the new version
@zares9282
@zares9282 7 ай бұрын
And during night ?
@snacc_racc
@snacc_racc 7 ай бұрын
Couldn’t you use the hurt command instead of the effect command?
@Cl0udWolf
@Cl0udWolf 7 ай бұрын
This video has nothing to do with hurting anything
@GTB-YT
@GTB-YT 6 ай бұрын
@@Cl0udWolf He/She/They mean(s) you could have used /damage instead of /effect give wither.
@Cl0udWolf
@Cl0udWolf 6 ай бұрын
@@GTB-YT I could have used /say it wouldn’t change the point of the video
@trueprototype421
@trueprototype421 7 ай бұрын
i only have one question why effect wither and not /damage ?
@Cl0udWolf
@Cl0udWolf 7 ай бұрын
It’s an example and /damage every tick would kill me very fast
@trueprototype421
@trueprototype421 7 ай бұрын
@@Cl0udWolf but the player can't get damaged every tick because of the HurtTime Data wich prevents you from getting damage
@Cl0udWolf
@Cl0udWolf 7 ай бұрын
@@trueprototype421 still faster than with effect
@trueprototype421
@trueprototype421 7 ай бұрын
​@@Cl0udWolf it's not faster they both deal the same amount of damage in the same amount of time i thought there is a different reason on why you used wither instead of /damage because i tested it and couldn't get why.
@Cl0udWolf
@Cl0udWolf 7 ай бұрын
@@trueprototype421 why do I need to use any type of damage for any reason? I could just print /say in the chat
@x.abdou.x
@x.abdou.x 7 ай бұрын
great job
@AgentM124
@AgentM124 7 ай бұрын
I wish I could detect any skylight level not just 15.
@mika34653
@mika34653 7 ай бұрын
thats nice
@SuperLlama88888
@SuperLlama88888 6 ай бұрын
Misode W
@GTB-YT
@GTB-YT 6 ай бұрын
> Predicates and Loot tables Reply: Is there a way to make custom death loot tables and loot tables without using modifications, plugins or datapacks?
@Cl0udWolf
@Cl0udWolf 6 ай бұрын
Not without datapacks
@GTB-YT
@GTB-YT 6 ай бұрын
@@Cl0udWolf you said it in the video that it can be done directly in the commands now
@Cl0udWolf
@Cl0udWolf 6 ай бұрын
@@GTB-YT u can loot in the commands but u can’t put a table inside a chest since to do that you need to edit nbt data. You can only do it with the /loot command which is just used to get the results of a loot table
@Apersonl0l
@Apersonl0l 7 ай бұрын
Thank god I’m never getting the wither effect 😊
@exparo6594
@exparo6594 6 ай бұрын
Hi, sorry for my English, I'm using a translator. How is it possible to hide the hotbar on the original realms server during cutscenes, in regular Minecraft, when you are in spectator mode, if you press any button the hotbar appears, but this does not happen on the server. How did they implement this?
@GTB-YT
@GTB-YT 6 ай бұрын
Probably using a texture pack that makes it invisible.
Right Click Detection for ANY Item in Minecraft
3:45
Cloud Wolf
Рет қаралды 27 М.
Mojang Changed Item NBT...
5:09
Cloud Wolf
Рет қаралды 22 М.
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН
If-Else Statements in Minecraft Datapacks
4:38
Cloud Wolf
Рет қаралды 9 М.
How to Turn Builds into Entities in Minecraft
9:52
Cloud Wolf
Рет қаралды 10 М.
Smooth Cutscene Cameras with 1 Command in Minecraft
3:56
Cloud Wolf
Рет қаралды 19 М.
I Found The FUNNIEST Fake Minecraft Speedruns...
33:31
Bibloo
Рет қаралды 12 М.
They added custom crafting to Minecraft!
6:33
Cloud Wolf
Рет қаралды 14 М.
Door Opening Animations in Minecraft
4:33
Cloud Wolf
Рет қаралды 9 М.
How to use Block, Item and Text Displays in Minecraft!
23:59
TheKnytemayor
Рет қаралды 430
SURVIVAL WITH HOUSE HEAD IN MINECRAFT PART 3
10:01
MineHEM
Рет қаралды 24 М.
Resources I use for making Minecraft Datapacks
6:52
Cloud Wolf
Рет қаралды 8 М.
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН