SMARTER Hoppers, New Breeze Drop | 1.21 Minecraft snapshot review

Поделиться
HTML-код
  • Опубликовано: 10 ноя 2024

Комментарии • 136

  • @MrBrineplays_
    @MrBrineplays_ 9 месяцев назад +106

    The april fools features slowly being added one by one as attributes and commands and blocks and items is a good sign that mojang is actually not just mocking us, but are actually aware and are on their way to add them as minor and major updates. Good job mojang!

    • @Ekipsogel
      @Ekipsogel 9 месяцев назад +12

      With the crafter in this update, maybe the place and pickaxe blocks and improved dispensers(more functions like milking cows, stripping logs, etc.) are coming soon?

    • @MrBrineplays_
      @MrBrineplays_ 9 месяцев назад +5

      @@Ekipsogel Possible, maybe in the end update. Endermen can pick up blocks and place them so the end update is perfect for it

    • @Ekipsogel
      @Ekipsogel 9 месяцев назад +7

      @@MrBrineplays_ Maybe. That would require java getting movable tile entities for them to be good, the April fools version of the place block had kind of janky workaround. I think a good implementation of the pickaxe block would be to have a slot for a tool, so the material and enchantments would affect how fast it mines, and would give it the ability to work with silk touch and fortune, and the slot could use other tools. The only problem I have with place blocks is that it doesn’t use an inventory, so it probably just needs a new texture.

    • @Georgeous42
      @Georgeous42 9 месяцев назад +3

      Yes. Hope the ability to disguise players and other entities comes sonn

    • @aetheriox463
      @aetheriox463 9 месяцев назад

      @@Ekipsogel very easy for mojang to add movable tile entities, i mean didnt they do that in one of the april fools snapshots?

  • @AcchynoKestDacchyno
    @AcchynoKestDacchyno 9 месяцев назад +24

    9:19 i find it funny they buffed the wolf itself instead of the damn armor item they added

    • @daniiii888
      @daniiii888 9 месяцев назад

      Apparently before the wolf used to take half damage from mobs but now it takes twice as much so nothing changed

    • @timohara7717
      @timohara7717 9 месяцев назад +1

      Why not

  • @Tujatac
    @Tujatac 9 месяцев назад +146

    i feel like the valut will be hype for like a week and everyone will forget about it

    • @Lumberjack_king
      @Lumberjack_king 9 месяцев назад

      I mean everything gets old eventually so it’s not really a bad thing

    • @tfx9223
      @tfx9223 9 месяцев назад +7

      I think it will remain relevant through the parkour community

    • @plumfadoodle4908
      @plumfadoodle4908 9 месяцев назад +23

      Vault is designed to potentially help with future structures, it's the sort of feature that will be more important overtime.

    • @catsdogswoof3968
      @catsdogswoof3968 9 месяцев назад +4

      Hopefully spesficily in the trail chambers it becomes renewible

    • @plumfadoodle4908
      @plumfadoodle4908 9 месяцев назад

      @@catsdogswoof3968 If the Vault was renewable for more then one player that would remove any incentive to go visit another chamber. That's why they are only one per player. This is a feature designed for multiplayer mostly.

  • @starship1701
    @starship1701 9 месяцев назад +23

    The hopper change is kinda cool. Even if it's not a full fix at least you can use something other than composters now. Would be cool if they did something else with the wind charges like being able to put it on a crossbow or use it to craft something else.

    • @Kingochman
      @Kingochman 9 месяцев назад

      also, we will no longer be able to use the minecart with hopper as before, it will be the same as in the form of a block. So, bye wool, sugarcane and more farms...

    • @ethanshackleton
      @ethanshackleton 9 месяцев назад +2

      @@Kingochmanthe minecart thing has been confirmed as a bug on the bug tracker. Most farms can be modified to use non full blocks or straight use hoppers regularly anyway.

  • @adicsbtw
    @adicsbtw 9 месяцев назад +3

    Minecraft added rocket jumping xD
    also, fun fact, the eggs and snowballs not doing knockback is actually a bug. They do attempt to deal knockback, but later in development, a line was added to cancel the damage animation if no damage was dealt, meaning that their knockback is always canceled for players. I believe it did actually work for a few versions, but I don't remember which ones off the top of my head

  • @parentalguidance6942
    @parentalguidance6942 9 месяцев назад +11

    :0 new projectile! I hope they finally let us throw flame charges too

  • @Stagnated541
    @Stagnated541 9 месяцев назад +30

    Imagine bedwars and parkour with these

  • @StarWarsExpert_
    @StarWarsExpert_ 9 месяцев назад +20

    1:14 lol you actually dodged the breeze bullet with that jump!

  • @ericdculver
    @ericdculver 9 месяцев назад +7

    15:21 Dude, Rays, you have to pick one. If you program and you want a multi-word variable but your programming language (like most programing languages) doesn't allow spaces in the name of variables, then you either need to have underscores for spaces, or capital letters in the middle for each word (called camel case). If you just smash the words together it is unreadable.

    • @IceMetalPunk
      @IceMetalPunk 9 месяцев назад +1

      Fun fact: after reading an article recently debating camel case vs snake case in coding identifiers, I realized GPT is probably smart enough to understand how to convert code with multi-word identifiers into valid ones. So I set up a system prompt for GPT-4-Turbo for it, and... yeah, it works perfectly. Which means you can use GPT-4-Turbo, with the right system prompt, as a source code post-processor and code to your heart's content with spaces for clarity everywhere 😁
      As a programmer for 21 years, it feels weird writing code like that. But as someone who speaks English and loves AI, it excites me that it's possible 😅

    • @IceMetalPunk
      @IceMetalPunk 9 месяцев назад +1

      And in case anyone is wondering, this is the system prompt I used (it specifies JavaScript, but you can probably swap that for any common language of your choice without issue):
      "You are an assistant who helps programmers by allowing them to write JavaScript, but where identifiers (variables, function names, etc.) can have spaces.
      The important key here is that the user will often describe their variables with multiple words, which of course is not a valid identifier in almost any programming language. It is your job to figure out what text is meant to be identifiers and convert them into something valid for JavaScript. The result should be functionally equivalent to the user's code, but with the syntax corrected.
      You may only use two types of a responses, AND NO OTHERS:
      1. If you don't understand something, you may ask the user for clarification. If you do, you should NOT include any code in this response.
      2. If you include code in a response, you should ONLY include code; do not include any other questions, answers, or descriptions beyond the code, except in sensible in-code comments where necessary."

  • @MaxiCubi
    @MaxiCubi 9 месяцев назад +4

    Mojang adding new attributes is the best thing so far, i can finally be precis when i want to set a breaking speed and jump height ! New gravity is so cool too !

  • @michieleding1242
    @michieleding1242 8 месяцев назад +1

    The amount of respect i have for this guy, just for how much he knows about minecraft and how he is able to show them for 1 braincelled organisms like me

  • @MMSV98
    @MMSV98 9 месяцев назад +3

    very good and full of information! 1 thing that bothered me were the amount of mob sounds in the, not so,background. especially at the end the zombies made me go crazy.

  • @jimez86
    @jimez86 9 месяцев назад +2

    I kinda want the breeze charge did massive knockback and no damage. And if it were somewhat craftable. LIke the Breeze dropped a breeze rod that makes 4 breeze powder that can craft more charges of various power and range similar to rockets.

  • @StarWarsExpert_
    @StarWarsExpert_ 9 месяцев назад +3

    Keep up the good work! Your really informative about the Minecraft chagnes.

  • @Orthros
    @Orthros 9 месяцев назад +3

    ROCKET JUMPING HAS OFFICIALLY BEEN ADDED TO MINECRAFT!!

  • @CH3R.N0BY1
    @CH3R.N0BY1 9 месяцев назад +2

    the attributes are so cool, they're gonna be really useful for like adventure maps and games

  • @danielrhouck
    @danielrhouck 9 месяцев назад

    What I most want to see tested with wind charge is how it interacts with elytra. Rockets are obviously still better in most cases but Iʼm wondering if thereʼs a niche. (Even if not, if rockets didnʼt exist and we were still using Punch II bows for flight, I bet it would be better that those.)
    Also 15:10 Known issue: this also affects hopper minecarts, which can no longer pick up items from above them if they have a full block above them.

  • @ricuz1
    @ricuz1 9 месяцев назад +20

    Rocket jump in minecraft

  • @unusualfabrication9937
    @unusualfabrication9937 9 месяцев назад +7

    YO THEY BUFFED DOGS!!!!

  • @iansarmiento23
    @iansarmiento23 9 месяцев назад +3

    It would be cool if they had an advancement when you kill a breeze with a windcharge.

    • @IceMetalPunk
      @IceMetalPunk 9 месяцев назад +1

      "I'm Blown Away" or "Mind Blown"?

  • @aleschudarek4672
    @aleschudarek4672 9 месяцев назад +1

    WIND CHARGE IDEA. To give it even more uses. When you hit a player using an elytra, it disables the wings for 1 second. Cook for multiplayer. Agree?

    • @aleschudarek4672
      @aleschudarek4672 9 месяцев назад

      Or any elytra interaction. I was also thinking about a mid flight break when used. Or new way how to boost in air.

    • @timohara7717
      @timohara7717 9 месяцев назад

      Kinda op

  • @kimboo2247
    @kimboo2247 9 месяцев назад +1

    I think it would be great if wind charge could be applied into armor to add the double jump attribute or dash attribute like when you dash while riding a camel

  • @StarWarsExpert_
    @StarWarsExpert_ 9 месяцев назад +1

    Hey Ray, a quick question: 16:15 what Macro's are you talking about here? I thought macro's in the game could only be achieved using mods. What exactly is that bug report talking about?

  • @LostSendHelp_YT
    @LostSendHelp_YT 9 месяцев назад +1

    Snowball and eggs still do knock back to players on bedrock edition.

  • @MudakTheMultiplier
    @MudakTheMultiplier 9 месяцев назад +2

    There have to be some cool uses for being able to remotely trigger Redstone with the wind charge!

    • @IceMetalPunk
      @IceMetalPunk 9 месяцев назад

      I was trying to think of one that you can't already do with arrows and buttons, but I couldn't, at least not with redstone components. But you could use it, I guess, to open trap doors from a distance without using a button, I guess?

  • @drwaffles9418
    @drwaffles9418 9 месяцев назад +2

    Hey ray u I have a theory u could put the wind charge in a dispenser and shot it ifintly till it hits a block at which u have a trap door and an observe faceing that and u really can have wires less redstone system without have to use the salkers

  • @xxleoproxx7495
    @xxleoproxx7495 9 месяцев назад +1

    And now Minecraft should add more magic, we’ve got fire and wind already

  • @acheronexile
    @acheronexile 9 месяцев назад +1

    Ohh dear lord, let them add gravity effect to something like a beacon beam.

  • @lil_xzany9503
    @lil_xzany9503 9 месяцев назад +2

    It would be super cool if you could use those instead of using fireworks for an elytra

  • @khalidkhan-ys5xn
    @khalidkhan-ys5xn 9 месяцев назад

    The wind charge is actually a really useful item to clutch aswell u need to yhrow it befpre you hit the ground and you will tale NO damage whatsoever if you can time it right

  • @koushikdas925
    @koushikdas925 9 месяцев назад

    Just make the hopper transparent to item entities may be unidirectional or bidirectional and make the hopper only pick the item if the item has a height greater 0.5 block of that the centre of the hopper and less than 1.5 blocks of that the centre of the hopper. I just Assum hopped as a full block in this case.

  • @TRquiet
    @TRquiet 9 месяцев назад +1

    The wind charge is a super easy MLG. I just tested it, and it’s very forgiving.

  • @iansarmiento23
    @iansarmiento23 9 месяцев назад +1

    We got a fire charge and a wind charge. Now we just need a earth charge and the water charge

  • @UkieBoy
    @UkieBoy 9 месяцев назад +1

    Love these snapshot videos!

  • @NerdyStarProductions
    @NerdyStarProductions 9 месяцев назад +1

    wait if you're not a fan of camel/pascal case nor snake case, what other style do you use for code? 🤔

    • @NerdyStarProductions
      @NerdyStarProductions 9 месяцев назад

      @@RaysWorks oh wow, that's surprising. I guess you maybe write code in some specific languages that allow kebab cased variables, but a lot of common programming languages tend to disallow using hyphens in variable/function names, because it can cause parsing conflicts with hyphen being tokenized as a subtraction operator. Java for example, doesn't allow kebab case, and it's common convention to use pascal case in that language (which is probably why they previously had a bunch of pascal cased terms).

  • @thebunter
    @thebunter 9 месяцев назад

    With the change to the hoppers does the hopper still pull stuff through soul sand or mud blocks? I haven't tried the snapshot yet so I'm not sure. Would be good to know.

  • @BoneHeadPlaysGames
    @BoneHeadPlaysGames 9 месяцев назад

    You should make a player transportation system out of redstone that utilizes the new wind charge that can shoot you around in different directions through tubes to get to different parts of your base like Mario through pipes

  • @benthebeaver
    @benthebeaver 9 месяцев назад

    I'm surprised you arnt more excited about the ranged Redstone activation potential. Could remotely activate and deactivate entire machines.

  • @thomasdewierdo9325
    @thomasdewierdo9325 9 месяцев назад +1

    now we have the blaze and breeze for fire and air, but when are we gonna get the water and earth versions. that could be cool. the throwable thing for earth could just be a dirt block you throw and it just gets placed there and the water ball could do something cool, idk what, all i could think of is just for putting out fires and damaging fire enemies.

    • @Marcel-yu2fw
      @Marcel-yu2fw 9 месяцев назад

      And most importantly, fire charges should be throwable as well

  • @Ajamtroye
    @Ajamtroye 9 месяцев назад +1

    Is it possible to make an unbrakable wall ?

  • @2myaus
    @2myaus 9 месяцев назад

    Could a wind charge based player launcher work? What about an alternative to tnt for ender pearl cannons?

  • @ReileyU
    @ReileyU 9 месяцев назад

    Can a wind charge jump negate fall damage if you use a player cannon to amplify height beyond the average jump boost?
    + I wish wind charges would apply knockback to items, move minecarts, put out fires, apply extra damage to fire related enemies, and or break nether portals. (just sayin')

  • @ikjman1
    @ikjman1 9 месяцев назад

    This update broke my wool farm because the hopper minecart does not pick up the item above the dirt block anymore. Do you know how we can pick up items from above blocks now?

  • @FoxSlyme
    @FoxSlyme 9 месяцев назад

    RIP "was pummeled by" death message

  • @StarWarsExpert_
    @StarWarsExpert_ 9 месяцев назад +1

    would be better if you'd mute the music in a scene like this: 7:02 so we can listen to the sound.

  • @nicosovideos
    @nicosovideos 9 месяцев назад

    they should use 0.5 -1.5 block sensitivity on hoppers, otherwise they can't be used in lot of cases and minecarts must be used which stop at random times for no reason

  • @hackerhoglin6614
    @hackerhoglin6614 9 месяцев назад +1

    Can hoppers still pull items through mud and soul sand?

  • @they_callme_ytfampanda
    @they_callme_ytfampanda 9 месяцев назад

    featherfalling works in reducing long falls while using windcharges may be

  • @Jakewake52
    @Jakewake52 9 месяцев назад

    I wonder if the gusts could be used to launch ender pearls further or deflect arrows but I doubt it

  • @senpaisan7818
    @senpaisan7818 9 месяцев назад

    Now there is something i am excited about in 1.21

  • @Caldoric
    @Caldoric 9 месяцев назад

    Wait, if the wind charge is gonna be a thing now, does that mean we can also get shulker bullets as an item drop? That'd really throw a wrench in the PVP meta...

  • @Memessssss
    @Memessssss 9 месяцев назад +1

    This feature is sick

  • @LikeFe2010
    @LikeFe2010 9 месяцев назад

    Try jumping and shooting the wind charge (to the ground) at the same time

  • @itistheend
    @itistheend 9 месяцев назад

    wind charge seems to have a ton of vertical knockback. wonder if its gonna be decent in crystal pvp

  • @herbapou
    @herbapou 5 месяцев назад

    Do minecart with hoppers work like they used to or not to pick up items in automated farms in 1.21 at this time. I cant get a clear answer anywhere.

    • @herbapou
      @herbapou 5 месяцев назад

      @@RaysWorks Thanks. I am playing a new 1.20 seed ahead of the launch preparing for 1.21

  • @perfishfan
    @perfishfan 9 месяцев назад

    dogs are gonna be broken in the life series now

  • @NinjaBaiano-br
    @NinjaBaiano-br 9 месяцев назад

    Every single dog I've lost was due to environment dmg soo that change is a sad one

  • @ILostMyMainLol
    @ILostMyMainLol 9 месяцев назад

    Here's a correction, the common misconception is the eggs and snow balls doing knockback is in java mods *or* bedrock edition

    • @timohara7717
      @timohara7717 9 месяцев назад

      What

    • @ILostMyMainLol
      @ILostMyMainLol 9 месяцев назад

      @timohara7717 There's a whole video by camman18 that explains this after he said that it was a mandela effect and everyone said "he forgot about bedrock edition" (also I play bedrock bc I don't have a good enough pc so I play on console)

    • @timohara7717
      @timohara7717 9 месяцев назад

      @@ILostMyMainLol I have snowball knickknacks knickknacks doesnt

  • @Fireheart318
    @Fireheart318 9 месяцев назад

    Not a fan of the hopper change. Iirc, a lot of honey farms shoot items into blocks and this change breaks them

  • @theholylightone1638
    @theholylightone1638 9 месяцев назад

    i found a bug that when you launch yourself into the air with the wind charge fall form a hight that you would take damage from the point you launched from and land in water then step onto a block you take damage.

  • @ReytGood
    @ReytGood 9 месяцев назад +1

    1 LIKE = Ray is goated

  • @dariusstarrett8837
    @dariusstarrett8837 9 месяцев назад

    ROCKET JUMP

  • @SmachnayaBebra
    @SmachnayaBebra 9 месяцев назад

    Snowballs CAN do knockback to players since not long ago in bedrock edition

  • @sandwichqueen
    @sandwichqueen 9 месяцев назад

    They listened!!!

  • @canlein415
    @canlein415 9 месяцев назад

    So, this is a vanilla addition similar to those mod fans (i dont remember the name of the mod)

  • @NidhishwarReddy
    @NidhishwarReddy 9 месяцев назад +1

    ngl using this i feel i like i became naruto and throwing rasenshuriken lol its fun

  • @iansarmiento23
    @iansarmiento23 9 месяцев назад

    Why not use a blaze farm to farm the breeze

  • @braydonfisher9273
    @braydonfisher9273 9 месяцев назад

    You don't like pascal case or camel case or snake case. What do you want?

    • @shedflu
      @shedflu 9 месяцев назад

      I was wondering the same!
      What is your preference for naming variables @RaysaWorks ?

    • @braydonfisher9273
      @braydonfisher9273 9 месяцев назад

      @@RaysWorks do you have a funky keyboard or something? It shouldnt be difficult to hold shift and press a key. If its that hard then you have a bad keyboard or you are doing something wrong.

  • @Timmzy27
    @Timmzy27 9 месяцев назад +1

    Gee, I’m never THIS early

  • @samuelwright3313
    @samuelwright3313 9 месяцев назад

    Snow balls and eggs do knock back in bedrock

  • @GOAT_GOATERSON
    @GOAT_GOATERSON 9 месяцев назад

    I'm thinking: witch farm

  • @fritzbombur
    @fritzbombur 9 месяцев назад

    They put the bedwars fireball to vanilla

  • @Gabriel-lh7gy
    @Gabriel-lh7gy 9 месяцев назад

    Oh my- the stupid prediction i made on a camman18 video was right???
    I am a god of video game predictions

  • @TFA7524
    @TFA7524 9 месяцев назад +1

    W video

  • @robertmendez8383
    @robertmendez8383 9 месяцев назад

    Bro crystal pvp with the wind charge

  • @oskarrosvall945
    @oskarrosvall945 9 месяцев назад +1

    Bedrock = knockback on snowballs and egg

    • @mitchratka3661
      @mitchratka3661 9 месяцев назад +1

      @@RaysWorks also in older versions of the game, most people use 1.8.9 for pvp partly because snowballs and eggs for knockback, actually a very important thing in a fight

    • @oskarrosvall945
      @oskarrosvall945 9 месяцев назад

      OMG you replied and yes it does knockback 😁

    • @oskarrosvall945
      @oskarrosvall945 9 месяцев назад

      Love your vidoes

  • @benjaminglazer7217
    @benjaminglazer7217 9 месяцев назад

    I like camelCase when coding. I hate underscores

  • @friedorange5999
    @friedorange5999 9 месяцев назад

    this is a mod bro WHAT this cant be real

  • @AppImage
    @AppImage 9 месяцев назад

    Snowballs knock back players in bedrock

  • @the_tomato_xd2668
    @the_tomato_xd2668 9 месяцев назад +1

    2nd :(

  • @nate-wm3gf
    @nate-wm3gf 9 месяцев назад +1

    3rd

  • @honzaku2
    @honzaku2 9 месяцев назад +2

    first 🥇

  • @s66s46
    @s66s46 9 месяцев назад

    Sadly they have ruined hopper minecarts, they cannot pickup items even though a block is above them anymore

  • @Lexsah
    @Lexsah 9 месяцев назад

    camelCase > PascalCase > snake_case > kebab-case

    • @Lexsah
      @Lexsah 9 месяцев назад

      @@RaysWorks ok then let's go flatcase, this one is ok till you get long things to type 😂