I'm almost sure this all is thanks to gnembon who started working at mojang ±one year ago
@Cl0udWolf7 ай бұрын
@@DeLoRiAnEc plus or minus one year? So they could be starting in the future?
@DeLoRiAnEc7 ай бұрын
@@Cl0udWolf i ment one year and a little offset
@DeLoRiAnEc7 ай бұрын
@@Cl0udWolf that'd be very sad cuz we wouldn't get that sweet autocrafter and datapack updates
@themissinglink24817 ай бұрын
@@Cl0udWolf Will there be any video discussing about custom paintings or custom enchantments for 1.21?
@smashmaster20007 ай бұрын
cant wait for the new content as well as the updating!
@Run2Seeun7 ай бұрын
I love that they started making everything data driven. A day will come where data packs will be as good as mods
@neekawsaur7 ай бұрын
This predicate just simplified my data pack by sooo many lines of ray-tracing code!!!
@Prismarine_Studios7 ай бұрын
cheers mate, been trying to figure out how to do this for ages!
@brutexx27 ай бұрын
Gonna cash in on the fact I'm early to tell you that your videos are great
@Cl0udWolf7 ай бұрын
Thanks, I’m gonna work at making some cool new stuff just being a bit of a perfectionist
@CesarGpe7 ай бұрын
i love cloud wolf
@JuicyBlueWill7 ай бұрын
Thank you so much. You have done so much to help with my datapack. Ghostfreak can finally get burnt by the sun.
@Death-256 ай бұрын
And can we get a link to a discord? The current link doesn’t work
@qwerternion_x17 ай бұрын
POV SCP-001 - “When day breaks” lmao
@jv_greenbow52916 ай бұрын
is there a way to make the player 100% immune to explosions without armor using datapacks? i need it for my mahoraga datapack
@athomesuperhero7 ай бұрын
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?
@Cl0udWolf7 ай бұрын
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-256 ай бұрын
Please make the promised video about activating and deactivating the Shader effect on version 1.16.5 as well.
@GTB-YT6 ай бұрын
How to make the players with no helmet that are under sunlight burn?
@GTB-YT6 ай бұрын
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?
@Cl0udWolf6 ай бұрын
This has nothing to do with the predicate but simply you misusing them. Attacker will only work in an advancement
@GTB-YT6 ай бұрын
@@Cl0udWolf Then why doesn't it give an invalid selector error? it instead keeps failing, and why is there an entity:this by default?
@Cl0udWolf6 ай бұрын
@@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?
@Cl0udWolf7 ай бұрын
if u mean place them inline, the nyes. also loot tables
@GTB-YT6 ай бұрын
@@Cl0udWolf How to make loot tables without a datapack/plugin/modification?
@garlikbred64742 ай бұрын
Would this work for bedrock?
@wangAlex-u6b6 ай бұрын
the shader selector broke in the new version
@zares92827 ай бұрын
And during night ?
@snacc_racc7 ай бұрын
Couldn’t you use the hurt command instead of the effect command?
@Cl0udWolf7 ай бұрын
This video has nothing to do with hurting anything
@GTB-YT6 ай бұрын
@@Cl0udWolf He/She/They mean(s) you could have used /damage instead of /effect give wither.
@Cl0udWolf6 ай бұрын
@@GTB-YT I could have used /say it wouldn’t change the point of the video
@trueprototype4217 ай бұрын
i only have one question why effect wither and not /damage ?
@Cl0udWolf7 ай бұрын
It’s an example and /damage every tick would kill me very fast
@trueprototype4217 ай бұрын
@@Cl0udWolf but the player can't get damaged every tick because of the HurtTime Data wich prevents you from getting damage
@Cl0udWolf7 ай бұрын
@@trueprototype421 still faster than with effect
@trueprototype4217 ай бұрын
@@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.
@Cl0udWolf7 ай бұрын
@@trueprototype421 why do I need to use any type of damage for any reason? I could just print /say in the chat
@x.abdou.x7 ай бұрын
great job
@AgentM1247 ай бұрын
I wish I could detect any skylight level not just 15.
@mika346537 ай бұрын
thats nice
@SuperLlama888886 ай бұрын
Misode W
@GTB-YT6 ай бұрын
> Predicates and Loot tables Reply: Is there a way to make custom death loot tables and loot tables without using modifications, plugins or datapacks?
@Cl0udWolf6 ай бұрын
Not without datapacks
@GTB-YT6 ай бұрын
@@Cl0udWolf you said it in the video that it can be done directly in the commands now
@Cl0udWolf6 ай бұрын
@@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
@Apersonl0l7 ай бұрын
Thank god I’m never getting the wither effect 😊
@exparo65946 ай бұрын
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-YT6 ай бұрын
Probably using a texture pack that makes it invisible.