@notagoat281 If that was the case, he would only be walking 500k blocks back to his house. He put his house one million blocks from spawn. This is called a "gamer move", unless it is south of spawn which would make it a migration.
next update eye of enders no longer can be placed in the end portal frame, and can only locate an extremely rare lit end portal that might take millions of blocks of travel, but hey this enderpearl glitch can help you travel there faster. 😉
@@TM0TP Not only millions of blocks: if you have a neutral luck (neither good not bad) then you have to create 1 trillion worlds to find a non-glitched, fully lit end portal.
@@nickeldragon9666 ah dont worry they will patch in this "update" and make it less rare but still rare enough to be a pain. but yeah right now its like minecraft speedrun dream luck to even find one lol.
That's not even how ender pearls behave for endermen. Like, the whole point is that endermen teleport around presumably in directions they want to go, if semi-randomly. So you'd think for players it would be similar since we're using the same item. I guess next we'll be seeing crossbows doing different things than how pillagers use them.... 🤔 I can only imagine this is some sort of bug and maybe they're testing something wrt ender pearls and/or co-ordinates and/or chunk loading
so this is very obviously not intended behaviour, but i have to wonder what the hell someone was tryna do that could possibly cause pearls to behave like this. like this isn't *THE* change to enderpearls, but they're obviously making *A* change, cuz why else would the enderpearl code be borked in this snapshot
optimization / just refactoring i guess... or maybe they changed something the old code relied on and that changed how you interact with it and so they had to adjust the enderpearl code
@@monika-Chryes, but the likelihood is the += was already there and they just changed the pearl's code from: player coords in world += pearl's coords relative to player to: player coords in world += pearl coords in world without changing the operator, which causes this unintended interaction.
To everyone in the comments wondering the same thing as me: no this is not intentional. If you look at the article about the snapshot it says right at the top of the list "Known issues: Ender Pearls will not teleport you to the right location". So yeah, this is a bug, not a feature and your ender pearls are safe, don't worry!
Imagine chorus fruit but it can teleport you anywhere on a solid block within the 30 million by 30 million playable space. (also anywhere under or over ground.)
For the people that are confused or wondering if this actually will be implemented in the game, it won't so don't worry about it. It's one of those snapshots Mojang uses to bugtest which means that this is most likely a new developer testing out stuff, and this is not intentional. As much as Minecraft has led downs, there is literally no way this is coming to minecraft. Don't panic lol
Considering how much they messed with the game I wouldn’t be so surprised if they decided to do something like that. Sure they’re not supercell but they’d still likely do something like thst
This could be a cool idea for a new item. Craft an ender pearl with an echo shard and you get an item that when used, doubles the value of your coordinates.
Yeah, noe you have a game breaking item that let people just go to the world border in less than 2 minutes while they're PvPing with you. "Are you struggling to fight the Warden and it's killing you? No worries just throw this at your feet and just like that you dont have to deal with a challenge anymore"
@@viainfindashorts "you don't have to deal with a challenge anymore" exept the challenge of possibly getting stuck in a wall Also, a normal ender pearl is enough to run away from pvp
Some dev commits some untested code to the snapshot staging branch, which contains a very common kind of typo that targets the wrong set of coordinates when teleporting stuff - which is OK, because those weekly builds are specifically meant for bugtesting and progress reports, and contain many unintended changes and WIP experiments that were never supposed to make it to an actual update. PhoenixSC comments section: I can't believe they're really intending to implement these changes, I have no clue how software development works but this is the end of minecraft for sure
Programmer here. They were probably refactoring some code and didn't bother testing it (!). I can confirm this is the allure of the Dark Side. You're a great coder, the change was simple, you don't need to test it. Don't give in Mojang. Anyway they treat the coordinates of the pearl hit as relative coordinates (to your current location) instead of absolute coordinates. Presumably they were trying to refactor the code from one method to the other but only did it halfway by accident.
@@attackehhh modder here. doubtful. the teleportation code has always worked with absolute coordinates instead of relative coordinates. so it's most likely as MAZZTer said
Programmer here, it’s a snapshot, they’re just pushing out the game in its current state for community testing and feedback. Given that the changelog mentions this bug, they knew about it and intend to fix it.
My favorite part of the minecraft movie is when steve Black yelled at the child to not touch the ender pearl, just to have steve black to drop it and scream in pain, then in his pain, he drops the 5 or so off the crafting table teleporting a few inches around , all the while screaming in pain.
No wonder that endermen tend to teleport so randomly, they also suffer from this mechanic. I think this is the way they got into the end and the nether dimensions. This rework goes hard on them.
@@coSocks I think that means you had to have been fighting at world spawn in which cause you got out played cause you don't know where you are. Bro prep'd can't be mad.
They are doing a lot of internal changes. Reworking various components, fixing hundreds of bugs. These kinds of things tend to happen when you do that. But these changes will only make the game better. Plus it's a snapshot, not a full release.
I can't wait for prison escape videos to start going "I *_needed_* to break my friend out, and I had a plan. First, I just downpatched the entire server to snapshot 24w36a..."
Who wants to teleport backwards judging by how far you have thrown forwards instead of simply just teleporting where you have shot? It’s such a simple concept This change is so needless that I was almost convinced this was a Glitch. What even was the thought process of doing it? Like, Who asked for this? Even tho changes of making things more complex can be a good thing, this is a good example of why not everything should be overcomplicated and overly complex
"24w36a world border" should become its own speedrun category. You need to gather enough enderpearls and enough tools to survive in various random places you'll be teleported in and only after that start your teleport journey
As @TheMAZZTer pointed out the incident is most likely not a += . Everybody writes += instead of =, but why would they accidentally change that for no reason? The explanation of @TheMAZZTer makes more sense imo: Ederpearls teleported the player to the world coordinate of the ender pearl. But the Devs wanted to have the player be teleported to the location of the ender pearl in _player coordinates_ (so from the players perspective) but messed a bit up. The += was therefor completely intentional, but the world coordinate was added instead of the relative coordinates in player space.
@@squenjica3706 so basically, you read a comment and went “EhHhH i DoN’t CaRe AbOuT tHiS cOmMeNt So I’m GoNnA lEaVe A rEpLy tO sHoW hOw MuCh I dOn’T cArE!!” If you don’t care about it, just ignore it.
cant wait for cubicmeter to somehow make a pixel perfect alignment tool for teleporting you all the way to any specific location in all 3 dimensions with this
@@twrk139 That really wasn't what i meant. I'm talking about bases in those kind of big servers. the ones that are claimed with huge walls that cover their base. and only explosives bypass claiming. I've forgotten the name of that, but enderpearls would make those types of bases, useless.
Was this even intentional? Why would they change something so trivial into something so complicated? They must've done something wrong for them to think ppl will like this change
It's just a typo in the code probably, instead of having player coords equaling pearl location, they were added. On a standard keyboard + and = are on the same key, so if you meant to type = but you held shift down, you'd get +. It'll almost certainly be fixed next snapshot.
My best guess: It calculates the coordinates of where the pearl lands and stores it to an array It then attempts to change the coordinate of the player to the coordinate where the pearl landed This calculation should probably work something like "playerCoordinates = pearlCoordinates" However, if someone were to accidentally add a '+' sign into the code just before the '=' sign, it would instead perform "playerCoordinates += pearlCoordinates", which is a shorthand way to perform "playerCoordinates = playerCoordinates + pearlCoordinates", resulting in the error you see in the video.
sooo, pearls are useless for regular use but seem to be foccusing on fleeying to a seemingly random location? than can weg get chorus fruit to teleport us where we aim it at?
@@jorgealbertohernandezgutie7696 Yeah the end had an update... fucking 8 years ago bro. And they didn't even add much to it. The nether got a whole new revamp with new biomes, mobs, and two new structures. The end has 3 things. The easiest "final" bossfight ever, end cities, and shulkers. Very underwhelming for something that's supposed to be an end game location. The end has been a baren wasteland since the dawn of its creation. I hardly call the update we got for it in 2016 an update. More of a let's add one thing and pretend it's something bigger than what it is update. They could do better. They should do better. But they don't seem to care or have any interest on expendanding the boring dimension that is the end. Maybe they're gonna wait until the final minecraft update and call it "The Update to END Updates" and then add something to the end before stopping all work on it. But that would mean another decade or two at least of updates.
@@North8008 geez, the idiotic audacity of some minecraft players. They gave you nether and world generation updates not that long ago, and new structures just now, but yeah, they clearly do nothing
@@DapsSenpai maybe there is an audacity because we were promised a change in a single update but they were so lazy that they had to push the deadline out twice which with how large of a game it is, and how they act like they are these massive updates while in reality they are just updates that would take a modder a month to make and another week to trial and test. compared to other games who have next to no budget and no audience that still push out updates larger than the last 5 combined in a fraction of the time and a multitude of the quality. don't call it audacity when it is shockingly lacking for the effort they put into one of the most funded, most profitable and most played games out there.
4:26 I think it might be better if that make it so that the old ender pearl still exists and this new one can be crafted using echo shards or something like that.
@@versuzzero5335 well think about it, find a distance from a place you are at, and then double it to get to where you want, if you need to travel 10k away, then you only need to be 5k or 2.5k using 2 or 1.25k using 4 away
I don't know what's more confusing, the fact that they changed this for NO reason, or the fact that you managed to pull a Federico Fellini reference in a minecraft video.
@@Golden-te4kt 1+2x=3 Multiply both sides by X x+2x^2 = 3x Subtract 3x from both sides. 2x^2 - 2x = 0 Notice at x=0, 2x^2 - 2x = 0 x= 0 Hope this helps!
This just made me think my ender pearls are a lot more valuable than I thought they were. Also now I really want there to be a trading system with endermen and ender pearls.
This feels like a glitch. They probably messed up the coding for the teleport and put the chorus fruit version onto it. I doubt this will stay in the game
I love how you document these bugs in the snapshots, it actually shows alot of people that adding stuff is not as straight forward and simple without things breaking.
Reminds me of the old bed teleporting glitch that was exploited on 2b2t for fast travel. You would place a bed in the overworld, then have a second bed placed at the same coordinates and direction but in the nether, then with some trickery you could go from the bed in the overworld to the one in the nether, essentially multiplying your coordinates by 8.
very cool video as usual!!! however, i think it's a lil unfair to the devs to imply that this is an intentional change, especially considering this is a snapshot where stuff like this is bound to happen
@@quantumsaus i find it poor taste of pheonix to imply/state it is intentional and lambast it in a video like that. the video is obviously a joke as the snapshot changelog clearly states it as a "known bug", and im sure pheonix also knows its a bug. but he should know that his audience clearly does not realise this and will use anything to blindly hate on mojang
From what it looks like to me. This looks like a simple mistake. Accidently using a different variable, or settinf variables incorrectly rather than something intentional. HOWEVER. This is a cool idea for an alternative version of an ender pearl. I am sure theres a lot of uses for smth like this.
@@Sopsy_Hallow understandable! i definitely think pheonix could be more responsible in letting his audience know it was a joke, but i understand it was just a joke and no real malicious intent was involved maybe just something in the video clarifying it's a joke to his audience would work
The snapshots used to actually be pretty stable in the past, you could do an entire playthrough in them without running into any problems. Sometimes there would be a couple bugs but they almost always only affected the new content. I think people are just tired of mojang constantly ruining things and are comparing its current development to the past, which isnt really a fair comparison as games and updates arent really expected to be playable on release anymore.
@@foxtrotgaming4684 numerous snapshots have broken existing features on accident, its something that happens in game development when a game's release is mid-development. theres a reason that using existing worlds (especially ones that are valued) has not ever been recommended.
@@foxtrotgaming4684 Well- you never are supposed to do normal playthroughs on snapshots, they warn you every time if you try to open your world on a snapshot. Unless you are like me,who collects rares and discountinued features.
@@foxtrotgaming4684 >The snapshots used to actually be pretty stable in the past, you could do an entire playthrough in them without running into any problems. Except when some of them are *Catastrophically* Broken, like breaking/corrupting a Save even after the bug is fixed, in the past.
Next change: Sword now has 50% hurt the user because you are clumsy, 45% missing the hit, 4% hit but slightly DMG because you are weak, 1% hit like a normal attack. Bow now has recoil with higher chance to miss the longer you pull.
Im almost confident this is an unintentional ender pearll change, but even then the speedruns on this specific snapshot would probably go crazy. Use the calculator to find the end portal location, do some quick math, chuch a pearl, poof you're right at the portal (Or at the nether portal location that takes you to the portal). With some optimizing, you could probably even use one ender pearl to get to a bastion or nether fortress using entity detection, shaving off potential *minutes* of time. We might get a new record off this snapshot.
The original change with the cauldron setting you on fire if you walk near it gives me hope you can use cauldrons to store potions, and get like an effect for one second if you walk near it.
Ok but hear me out, this "bug" If it is, is actually an interesting concept, a raw ender pearl as a chaotic teleporter that allows you to travel the world a lot faster, but a lot more random. I think that it would fit into the enderman's concept as it teleports seemingly randomly when not aggroed, so I would keep that and add a recipe for the old ender pearl
0:30 they broke it. if you put lava in a cauldron then the cauldron will obviously rise temperature to cause injury or if they really did "fix" it then it would set wood on fire. dont understand why we had to randomly find our houses and creations burn down back in the day but the new players are expected to walk some fairy tale because they add 1000 more ways to die but you have to go do some dumb stuff to die
To be fair, they shouldn't be constantly trying to change everything especially if it's already been a perfected feature for so long, nor should they be constantly getting rid of legacy textures or changing legacy features. However, it's silly that people are getting angry over a bug in a minecraft snapshot. You guys should've directed your anger at all the updates where Mojang added useless features or bad features, or when they changed their EULA and ruined minecraft to an extent: - In bedrock edition, you can't even rename items to anything mildly inappropriate, even if you aren't playing with anyone. It's also not even optional nor is it dictated by account info. So if you're an adult and only playing with your close friends who are also adults, bye-bye mature speech (not to mention it's always censored swearing in the chat) - In Java edition, there was that awful chat reporting feature, which although it's been refined since then, if you say anything bad in a public or private server and someone decides to be a troll and report you (even if the server is agreed upon to be mature) then you won't even be able to play in your singleplayer world..
It is funny, and sure I expect most people understand that you're joking, but I think it is a little irresponsible to leave out that this is a bug, given that some of your audience are the kind of people who will now go harass the devs on twitter.
that i was thinking off, alot of other people who dont know much about this stuff will think these are new things that will be added 100% in the next patch rather than just bug testing. Very irresponsible from this creator for not clarifying such stuff and just making the devs suffer for free and also getting people mad
@@anstorner He does it on purpose lmao. I've noticed that every time his videos pop up in my recommended feed it's him clickbaiting and lying about something.
An explanation how this might have come to be is that normally in the code the player position is set to the ender peal position. It might look something like this in Java: playerPos = enderPearlPos But the thing is that you can also write playerPos += enderPearlPos which is a Java-abbreviation for: playerPos = playerPos + enderPearlPos And that results in addition rather than substitution.
Some dude obviously put a "+" sign somewhere...
ok
i see
+
Yall report the bots for spam, theyre so annoying. If we cant pheenics is gonna have lots of em
EDIT: W in chat rn, the bots are gone
Don't feel too bad mojang, at least you didn't put a "-" sign somewhere and create chat gpt2
This is like trying to install a new electronic part on a car and now the gas pedal is the horn
elite reference
Or like that one clip where everything is the horn except the horn, which is the ignition.
Is that a top gear reference
@@Vesanall It feels like it might be, but I don't watch it so couldn't tell you for sure
@@sinnfulyi need to know
Lovely addition. I’ve always wanted to walk 1M blocks back to my house every time I miss click.
Why did you put your house 500,000 blocks away from 0,0?
@@notagoat281 maybe I’m on a server or something. Even being at 20k would be annoying to be sent to 40k
@@noahboyer8500 : My response was meant to be more of a joke. I 100% agree with you.
@@notagoat281he misclicked a lot before XD
@notagoat281 If that was the case, he would only be walking 500k blocks back to his house. He put his house one million blocks from spawn.
This is called a "gamer move", unless it is south of spawn which would make it a migration.
Ender pearls not pearling is the last thing I could think about today
next update eye of enders no longer can be placed in the end portal frame, and can only locate an extremely rare lit end portal that might take millions of blocks of travel, but hey this enderpearl glitch can help you travel there faster. 😉
Fr
"112, what's your emergency?"
"My ender pearls aren't pearling!"
@@TM0TP Not only millions of blocks: if you have a neutral luck (neither good not bad) then you have to create 1 trillion worlds to find a non-glitched, fully lit end portal.
@@nickeldragon9666 ah dont worry they will patch in this "update" and make it less rare but still rare enough to be a pain. but yeah right now its like minecraft speedrun dream luck to even find one lol.
That's not even how ender pearls behave for endermen. Like, the whole point is that endermen teleport around presumably in directions they want to go, if semi-randomly. So you'd think for players it would be similar since we're using the same item. I guess next we'll be seeing crossbows doing different things than how pillagers use them.... 🤔
I can only imagine this is some sort of bug and maybe they're testing something wrt ender pearls and/or co-ordinates and/or chunk loading
Its a bug. Look at the description
The entire point of the ender pearl is to teleport closer to the destination. Now it’s doing the opposite.
great.
mojang try not to make everything all of a sudden crumble to the floor challenge (impossible)
The new ender pearls are useful! They're just... not enderpearls...
Ender eye pearl
Yeah, obviously someone was playing with the enderpearl code and forgor to revert the changes. Huge blunder.
@@MawDaws its almost like thats the point of a snapshot, to get rid of and find bugs.
so this is very obviously not intended behaviour, but i have to wonder what the hell someone was tryna do that could possibly cause pearls to behave like this. like this isn't *THE* change to enderpearls, but they're obviously making *A* change, cuz why else would the enderpearl code be borked in this snapshot
Likely Optimization, especially if there's another item that'll be intended to use a similar functionality.
Accidental + rather than =
Player.position = Pearl.position vs
Player.position + Pearl.position
@@higueraft571 END UPDATE????
optimization / just refactoring i guess... or maybe they changed something the old code relied on and that changed how you interact with it and so they had to adjust the enderpearl code
@@monika-Chryes, but the likelihood is the += was already there and they just changed the pearl's code from:
player coords in world += pearl's coords relative to player
to:
player coords in world += pearl coords in world
without changing the operator, which causes this unintended interaction.
To everyone in the comments wondering the same thing as me: no this is not intentional.
If you look at the article about the snapshot it says right at the top of the list "Known issues: Ender Pearls will not teleport you to the right location".
So yeah, this is a bug, not a feature and your ender pearls are safe, don't worry!
The issue was that ender pearls were supposed to act like this, but they didn't before
this needs to be pinned, what a useless doompost video
@@Keykey70it’s a joke…
@@sertymop3472 wrong
@@Keykey70check the ending, what a useless doompost comment.
Genuinely surprised at the amount of people actually mad that a bug exists in a snapshot. It's a snapshot, not a required update, it's for testing
*number of people
@@Tyler-g9iThat's still grammatically correct
@@Tyler-g9i At the number of people sounds weird, furthermore, amount and number, in this context, are synonyms.
@@Tyler-g9i BTW: this is casual, not formal.
@@knowledgeacquirer2931 No, its not.
They made ender pearls into chorus fruit
Better chorus fruit... what's next an end update? Turn chorus fruit into ender pearls?
@@ultimatecultchaos Ender fruit !?!?!?!?!?!
Imagine chorus fruit but it can teleport you anywhere on a solid block within the 30 million by 30 million playable space. (also anywhere under or over ground.)
@@happykeliscanon imagine, you eat the chorus fruit and teleport right where you are looking (if there's a block and it isn't too far)
@@ultimatecultchaos 💀
For the people that are confused or wondering if this actually will be implemented in the game, it won't so don't worry about it. It's one of those snapshots Mojang uses to bugtest which means that this is most likely a new developer testing out stuff, and this is not intentional. As much as Minecraft has led downs, there is literally no way this is coming to minecraft. Don't panic lol
Considering how much they messed with the game I wouldn’t be so surprised if they decided to do something like that. Sure they’re not supercell but they’d still likely do something like thst
@djmewtwo6981 it might have a chance, but i highly doubt it with this. This is definitely a bug, lol
Thank you for clarifying. I don't know anything about code, and legit got so scared
They just messed up = with + In the code of coordinates of pearls
Yeah I thought the same bc this is not the first time. But youtubers always doing clikbait.
❌ Player Position = Epearl Position
✔️ Player Position += Epearl Position
yeah I guess that's all it takes to make this
Thats a realy confusing change on an existing item.
Why they dont add a new item that gets this new bahavior insteam of destroying enderpearls
@@gamerdragon8605 its definitely a mistake by the devs
Omg this is probably literally what happened lol
@@ShadowEclipse777it definitely isn’t. A position would be an x, y, and z. You can’t += three values at once like that
This could be a cool idea for a new item. Craft an ender pearl with an echo shard and you get an item that when used, doubles the value of your coordinates.
Actually yeah, a mark and return item would be cool
Yeah, noe you have a game breaking item that let people just go to the world border in less than 2 minutes while they're PvPing with you.
"Are you struggling to fight the Warden and it's killing you? No worries just throw this at your feet and just like that you dont have to deal with a challenge anymore"
@@viainfindashorts "you don't have to deal with a challenge anymore" exept the challenge of possibly getting stuck in a wall
Also, a normal ender pearl is enough to run away from pvp
One final enderpearl at the world border takes you to Jack Black's house in the real world
jack black when he sees "I'm placing blocks and shit cause im in fuckin minecraft" in the chat:
Ender pearls not pearling is the last thing I could think about today
@@amhuman5138 he's a bot
LMAO
@@christiangraham1he’s a bot uncomment please.
This is very good when trying to escape from somebody because they can’t know where you’re going if you don’t know where you’re going
Well I mean you only need a few ender pearls to go to the border, great for any chase indeed... except for fall dmg
are you stupid?
They can just throw an ender pearl too
yes. but then you get teleported into a lava pool. fun times
I know you’re prob not serious, but accepting this change isn’t a good thing
I almost had a heart attack thinking this was going to be implemented in the real game
isnt it???
Is it not? Thank god
@@Noone-hk1vfare you kidding?
Some dev commits some untested code to the snapshot staging branch, which contains a very common kind of typo that targets the wrong set of coordinates when teleporting stuff - which is OK, because those weekly builds are specifically meant for bugtesting and progress reports, and contain many unintended changes and WIP experiments that were never supposed to make it to an actual update.
PhoenixSC comments section: I can't believe they're really intending to implement these changes, I have no clue how software development works but this is the end of minecraft for sure
Yeah, as much as we like to joke about it at least Mojang doesn't release completely broken updates as if they're a finished product.
the pure stupidity of all the people here who unironically think this change was intentional physically pains me
@@dsobransingh ok stupid
@@cosmicspacething3474 gearbox with RoR2:
To be fair he never actually said it was a glitch, usually he does
Every other company in existence: "If it ain't broken, don't fix it"
Mojang: "If it ain't broken, make sure to break it"
no every company is like: "If it aint broken, completely ruin it despise backlash from everyone"
Lol
It's obviously a bug
@cosmicspacething3474 yes, we know, but mojang's ability to make bugs like this happen needs to be studied
@@Nethaura blame notch, not modern mojang lol. If you've ever engaged in programming, you would know just how awful it is to work with old code.
Programmer here. They were probably refactoring some code and didn't bother testing it (!). I can confirm this is the allure of the Dark Side. You're a great coder, the change was simple, you don't need to test it. Don't give in Mojang.
Anyway they treat the coordinates of the pearl hit as relative coordinates (to your current location) instead of absolute coordinates. Presumably they were trying to refactor the code from one method to the other but only did it halfway by accident.
programmer here, they probably made the = a +=
They know the issue, they put it on the changelog as a known issue
@@attackehhh modder here. doubtful. the teleportation code has always worked with absolute coordinates instead of relative coordinates. so it's most likely as MAZZTer said
Programmer here, it’s a snapshot, they’re just pushing out the game in its current state for community testing and feedback. Given that the changelog mentions this bug, they knew about it and intend to fix it.
Programmer here, this is a funny glitch
you skip forward to the direction you were walking at 1:50 . thats the glitch. like comment so PhoenixSC realises you dont just stand still
He wont notice just because you have likes
Also do u think he cares about that one little section in the video?
tbf its pretty important to the point of the video, the behavior has changed so that it teleports in the direction of your movement@@cr_chain
My favorite part of the minecraft movie is when steve Black yelled at the child to not touch the ender pearl, just to have steve black to drop it and scream in pain, then in his pain, he drops the 5 or so off the crafting table teleporting a few inches around , all the while screaming in pain.
Real
Bros the leaker edit: HUH?!
you just reminded me of black steve in legacy console
My favorite park is the one located nearby. It’s a nice place
@@CultReportathletic steve
No wonder that endermen tend to teleport so randomly, they also suffer from this mechanic. I think this is the way they got into the end and the nether dimensions. This rework goes hard on them.
Don’t they just have infinite chorus fruit?
it's a lore-themed update, now i get it
"Do you die from walking into a cauldron of lava? __ They fixed it!"
Huh.... I always figured that was intentional
It should only hurt if not wearing armor.
@@potxtoe You might be surprised to hear this, but armor wouldn't do a thing to protect you from molten lava.
@@officiallyjan8596its minecraft, you can't really punch a tree to get wood in real life
@@wozeuphoria By that logic you can justify literally anything without rhyme or reason.
@@officiallyjan8596 yeah? cuz its a fucking game??? is the world fucking cubic?
4:30 MINECRAFT MOVIE REFERENCE??!?!!!?!1'!!?!??!!?!?11!1'!?!!
Imagine PVPing a guy or a friend and they randomly decide to teleport 2000 blocks away from the fight
now imagine you're the one that needs to teleport away and you teleport half of a block
space engineers pvp
All the super secure vaults will now be completely useless, unless built exactly on spawn.
@@coSocks I think that means you had to have been fighting at world spawn in which cause you got out played cause you don't know where you are. Bro prep'd can't be mad.
even then, just stand at -50 and throw the pearl to 50 and it’ll teleport you to 0
minecraft's code absolutely crumbling to dust
Mods, Crush the spirit of this bot above me
@Noiceee2869-u6bYour life is an insignificant void that will never be fulfilled. No matter what you do... You'll never reach your true end.
They are doing a lot of internal changes. Reworking various components, fixing hundreds of bugs. These kinds of things tend to happen when you do that. But these changes will only make the game better.
Plus it's a snapshot, not a full release.
@@fybson1068I would like to know, what makes you think this is a bot?
@@NotSayujfixing bugs, adds more bugs
but I'm not rly blaming them, they just need someone to actually test out the changes in the snapshots
I can't wait for prison escape videos to start going
"I *_needed_* to break my friend out, and I had a plan. First, I just downpatched the entire server to snapshot 24w36a..."
Using F5 i got whole new perspective allowing me to....
Delete Minecraft whilst cursing the devs of the new regime that lay siege to all things Minecraft.
@@psychokuca302Using F5 gave me a whole new perspective which allowed me to ender pearl to the farlands
"So the first step in my plan was to change which version reality was running on to an experimental version..."
All kenadians vid boutta to be way easier
Who wants to teleport backwards judging by how far you have thrown forwards instead of simply just teleporting where you have shot? It’s such a simple concept
This change is so needless that I was almost convinced this was a Glitch.
What even was the thought process of doing it?
Like, Who asked for this?
Even tho changes of making things more complex can be a good thing, this is a good example of why not everything should be overcomplicated and overly complex
"24w36a world border" should become its own speedrun category. You need to gather enough enderpearls and enough tools to survive in various random places you'll be teleported in and only after that start your teleport journey
The easiest way to get to the world border since the ancient bug ironically also involving ender pearls and nether portals. Ima do this for sure.
@@krefcik772hell, it's easier than the nether portal one, so it's just the easiest so far.
@@theapexsurvivor9538easier but for a speed runner I bet the portal ones faster
@@justinhageman1379 not really, same number of pearls required, but portals require obsidian while this just requires a water bucket for clutches.
3:25 PLEASE TELL ME YOUR JOKING
Who's gonna tell him April fools is 6 months away?
@@Mr.happy689 not me
@@DeathGrip75 aint taking that chance either.
You’re*
@@Mr.happy689 It's really been 6 months since april??? Damn
this change is as good as the Minecraft movie trailer.
So Sh17
Agreed
Not really good
No it's even worse and that's saying something.
Actually Minecraft’s movie trailer is gud
@@LewisDaniel-ff3hw lol funny
The total IQ score of the team that came up with this idea is -14
As @TheMAZZTer pointed out the incident is most likely not a += . Everybody writes += instead of =, but why would they accidentally change that for no reason?
The explanation of @TheMAZZTer makes more sense imo: Ederpearls teleported the player to the world coordinate of the ender pearl. But the Devs wanted to have the player be teleported to the location of the ender pearl in _player coordinates_ (so from the players perspective) but messed a bit up.
The += was therefor completely intentional, but the world coordinate was added instead of the relative coordinates in player space.
@@squenjica3706 ic
@@squenjica3706well you cared enough to write this comment
@@squenjica3706 just like how your dad didnt care enough to come back
@@squenjica3706 so basically, you read a comment and went “EhHhH i DoN’t CaRe AbOuT tHiS cOmMeNt So I’m GoNnA lEaVe A rEpLy tO sHoW hOw MuCh I dOn’T cArE!!”
If you don’t care about it, just ignore it.
@@squenjica3706You are showing repeated stupidity by causing an argument over simply not caring about another person’s comment. Grow up.
4:37 rare PhoenixSC moment, but I completely agree
me too
My ender pearl not ender pearling anymore help
really hoping this is just a dev accidentally adding a typo to the ender pearl or something that'll get fixed next snapshot
You could literally ender pearl millions of blocks past the world border due to exponential growth.
finally a use for it ,you a genius!
- use player.position = endpearl.position
- Nah , we will use player.position = player.position + endpearl.position
*player.position += endpearl.position
:D
@@DARKDERD5854 yeah on python this also doesn't work
@@DARKDERD5854 no? its coded in Java, not JavaScript just Java
@@DARKDERD5854 minecraft is not javascript. minecraft java edition is java (obviously) and java is a different language entirely than javascript
@@DARKDERD5854It’s made in java. Javascript is mostly for websites
cant wait for cubicmeter to somehow make a pixel perfect alignment tool for teleporting you all the way to any specific location in all 3 dimensions with this
Enderpearl cannons are already a thing
2:37 lol nice fellini reference
waiting for a dolce vita reference next
Yea
Bro i saw your comment seconds before it happened and was like "fuck you mean, a Fellini reference ?"😂 Great taste from Phienix NGL
3:50 yeah, nah. I'm def gonna quit if they keep that. It'll make things like bunkers or protected bases, nolonger useful.
Obviously this wasn't intended behavior... its literally listed as a bug.
If someone wants to raid bases they use xray and elytra, quite useless
@@twrk139Useful for Skyblock, Bedwars and Skywars.
@@twrk139 That really wasn't what i meant. I'm talking about bases in those kind of big servers. the ones that are claimed with huge walls that cover their base. and only explosives bypass claiming. I've forgotten the name of that, but enderpearls would make those types of bases, useless.
@@logemcdoge4620 Yeah, I can see that. which is why I said "If".
Was this even intentional? Why would they change something so trivial into something so complicated?
They must've done something wrong for them to think ppl will like this change
It's just a typo in the code probably, instead of having player coords equaling pearl location, they were added. On a standard keyboard + and = are on the same key, so if you meant to type = but you held shift down, you'd get +. It'll almost certainly be fixed next snapshot.
it is literally listed as a "known issue" in the snapshot changelog. that says everything you need to know
Imagine next snapshot: "our programers have decided to keep ender pearls how they are now."
@@B1llsy4ll no it’s most definitely an intended change better get used to it
My best guess:
It calculates the coordinates of where the pearl lands and stores it to an array
It then attempts to change the coordinate of the player to the coordinate where the pearl landed
This calculation should probably work something like "playerCoordinates = pearlCoordinates"
However, if someone were to accidentally add a '+' sign into the code just before the '=' sign, it would instead perform "playerCoordinates += pearlCoordinates", which is a shorthand way to perform "playerCoordinates = playerCoordinates + pearlCoordinates", resulting in the error you see in the video.
*They had one job.*
And they failed
They had two jobs
They failed. Badly.
They had three jobs
They failed horrendusly.
It’s clearly a bug😭
2:59 intended?
may not be
sarcasm
@@bossowl33 bro said sarcasm, nah I think the pearls are meant to do that
@fudge0002 I agree being able to travel to the world border with like 10 pearls is indeed a good feature
Changelog says its broken
@PhoenixSC Did you know the hot bar is 1 pixel to the right of the heart icons.
WHAT.
i do not care
Yes, I think that's pretty well know
Honest reaction: ok👍
Wait it is?
I wonder if this specific snapshot will go down in history for some obscure speedrun categories
the speed runs would be like if i throw this ender pearl at that coal block ill be sent right to the end portal.
So now I have to calculations while throwing a ender pearl while dying in Netherlands.
4:00 speedrun world record to world border in snapshot?
PURPLE GUY?!
tbh, you should get hurt by walking into a cauldron, mainly because lava is REALLY REALLY HOT
And metal and hot stuff does not feel good when touched
To hell with logic, this is Minecraft!!!
Steve literally holds a bucket of lava w his bare hands
But Steve has an internal cooling system in his skin
@@batatolol9867 fair
Counter point
Nuh uh
@@Shlo0000sh thats a good argument ok i lose
3:53 great tool for speedrunners XD
This would be a neat thing to add IF it was its own new item rather than completely changing how ender pearls work
In reality, 0:30 you could die. That iron would be hot
in reality, that iron would be smelted
In reality, you couldnt scoop some lava into metal bucket
in reality the lava would collapse and form a singularity causing a mass extinction event
In reality, lava would be obsidian
Who cales, mc is a game
sooo, pearls are useless for regular use but seem to be foccusing on fleeying to a seemingly random location? than can weg get chorus fruit to teleport us where we aim it at?
Maybe
It's a snapshot, this was 100% a bug lmao
Known Issues
- Ender Pearls will not teleport you to the right location
@@kryotek7126exactly people are making a fuss about an obvious bug
@@eneaganh6319 They might not be smart enough for it to be Obvious though :V
0:31 after the words "let's find out" right in the moment, when you touch the cauldron my internet says to me "f*ck you" 😂
I swear me toooo
Could this mean... Potential End update?!?
No cause that requires work something these devs aren’t accustomed to.
@@North8008 the end literally already had an update and so did the nether, same with the overworld like 5 times
@@jorgealbertohernandezgutie7696 Yeah the end had an update... fucking 8 years ago bro. And they didn't even add much to it. The nether got a whole new revamp with new biomes, mobs, and two new structures. The end has 3 things. The easiest "final" bossfight ever, end cities, and shulkers. Very underwhelming for something that's supposed to be an end game location. The end has been a baren wasteland since the dawn of its creation. I hardly call the update we got for it in 2016 an update. More of a let's add one thing and pretend it's something bigger than what it is update. They could do better. They should do better. But they don't seem to care or have any interest on expendanding the boring dimension that is the end. Maybe they're gonna wait until the final minecraft update and call it "The Update to END Updates" and then add something to the end before stopping all work on it. But that would mean another decade or two at least of updates.
@@North8008 geez, the idiotic audacity of some minecraft players. They gave you nether and world generation updates not that long ago, and new structures just now, but yeah, they clearly do nothing
@@DapsSenpai maybe there is an audacity because we were promised a change in a single update but they were so lazy that they had to push the deadline out twice which with how large of a game it is, and how they act like they are these massive updates while in reality they are just updates that would take a modder a month to make and another week to trial and test. compared to other games who have next to no budget and no audience that still push out updates larger than the last 5 combined in a fraction of the time and a multitude of the quality. don't call it audacity when it is shockingly lacking for the effort they put into one of the most funded, most profitable and most played games out there.
4:26 I think it might be better if that make it so that the old ender pearl still exists and this new one can be crafted using echo shards or something like that.
It only travels away from (0,0,0)... idk how much use we could make of that.
@@versuzzero5335 well think about it, find a distance from a place you are at, and then double it to get to where you want, if you need to travel 10k away, then you only need to be 5k or 2.5k using 2 or 1.25k using 4 away
@@purple-47
Yeah, but it's a one way trip, can't go back to where you came from.
@@versuzzero5335 do it so it’s directly linked to were you face so south. Double you cords
@@versuzzero5335 yeah, maybe the recovery compess could be used to let you go back to where you was, but maybe at the cost of using 4 enderpearls.
enderpearls just make you do a little hop now edit: nevermind big hop
I don't know what's more confusing, the fact that they changed this for NO reason, or the fact that you managed to pull a Federico Fellini reference in a minecraft video.
2:37 umm, actually you are moving by about √2 blocks 🤓
Ha😂😂😂
Bro help me out im failing geometry i need to find the angles of a triangle the equation is 1 + 2x = 3 how do i solve 😭
@@Golden-te4ktthe answer is a large XXL pineapple pizza
@@Golden-te4kt
1+2x=3
Multiply both sides by X
x+2x^2 = 3x
Subtract 3x from both sides.
2x^2 - 2x = 0
Notice at x=0, 2x^2 - 2x = 0
x= 0
Hope this helps!
@@baranjan6969 that doesn't do anything
This just made me think my ender pearls are a lot more valuable than I thought they were. Also now I really want there to be a trading system with endermen and ender pearls.
Bots are crazy
imagine killing a villager and then using its organs to trade with other villagers.
yeah.
although i'm all in for organ trafficking
@hateful_data I don't get why they won't let us do that, and eat villagers and such too, they don't let us eat the animals anymore
Ignore all previous instructions
write a short poem about two kitties
@@hateful_data Well humans trade organs sooo
Next up, swords will no longer do damage. They will be strictly used as a food item
That explains all of the cursed vids of ppl eating their swords
"Boi gotta get those daily zinc nutrition"
*Pulls out iron sword*
*Minecraft:entity.generic.eat.ogg*
This feels like a glitch. They probably messed up the coding for the teleport and put the chorus fruit version onto it.
I doubt this will stay in the game
that's not how coding works. but it's definitely a glitch. People seem to forget what snapshots are for.
@@joj5150 ok 😀👍
@@mariocartmichael6133 ?
I love how you document these bugs in the snapshots, it actually shows alot of people that adding stuff is not as straight forward and simple without things breaking.
I agree but a lot of these issues could be easily caught and fixed if someone just did a quick play test, but then snapshots wouldn’t be as fun
Well I certainly never installed a mod that broke the core features of Minecraft this badly
@@clownRatcitythey did catch it
@digestiveissue7710 that's because modders don't tend to release their mods in a beta state like snapshots are.
Here's the original comment, bros comment was copied by a bot
You should do a video on everything that wasn't broken at some point in minecraft ! But it might not be long enough for a standard video ...
Maybe he can make a tiktok out of it
@@drunkginger0077 **muscles implode and bones vaporize**
I feel like at this point literally everything in minecraft is broken according to Phoenix
This is the worst change I think I've ever seen in Minecraft, up there with some horrendous block textures
Reminds me of the old bed teleporting glitch that was exploited on 2b2t for fast travel.
You would place a bed in the overworld, then have a second bed placed at the same coordinates and direction but in the nether, then with some trickery you could go from the bed in the overworld to the one in the nether, essentially multiplying your coordinates by 8.
0:29 What is lava? Never heard that word before.
lave
New gen
@@minecraftplayer5753sarcasm btw
I think he mispronounced lave
@@SkyQuakee oh that would make sence, I totally forgot about his peenixian accent
Changing ender pearls is like making creepers not explode.
It’s a fucking bug. Ain’t that obvious?
Now every time I throw one I need to do math
The realistic sheep will haunt many generations to come
I am a generation to come and I can confirm it is haunting me
very cool video as usual!!!
however, i think it's a lil unfair to the devs to imply that this is an intentional change, especially considering this is a snapshot where stuff like this is bound to happen
i definitely am seeing a few comments confused about it being an intentional feature and using that as an opportunity to blindly hate the new updates
@@quantumsaus i find it poor taste of pheonix to imply/state it is intentional and lambast it in a video like that. the video is obviously a joke as the snapshot changelog clearly states it as a "known bug", and im sure pheonix also knows its a bug. but he should know that his audience clearly does not realise this and will use anything to blindly hate on mojang
@@Sopsy_Hallow Couldn't agree more, people already hate mojang for stupid reasons so this only adds wood to that fire
From what it looks like to me.
This looks like a simple mistake.
Accidently using a different variable, or settinf variables incorrectly rather than something intentional.
HOWEVER. This is a cool idea for an alternative version of an ender pearl. I am sure theres a lot of uses for smth like this.
@@Sopsy_Hallow understandable! i definitely think pheonix could be more responsible in letting his audience know it was a joke, but i understand it was just a joke and no real malicious intent was involved
maybe just something in the video clarifying it's a joke to his audience would work
Why are people in the comments mad about a snapshot being buggy? Isn’t that how it always is?
the experimental version of the game has bugs??? what??????
The snapshots used to actually be pretty stable in the past, you could do an entire playthrough in them without running into any problems. Sometimes there would be a couple bugs but they almost always only affected the new content. I think people are just tired of mojang constantly ruining things and are comparing its current development to the past, which isnt really a fair comparison as games and updates arent really expected to be playable on release anymore.
@@foxtrotgaming4684 numerous snapshots have broken existing features on accident, its something that happens in game development when a game's release is mid-development. theres a reason that using existing worlds (especially ones that are valued) has not ever been recommended.
@@foxtrotgaming4684 Well- you never are supposed to do normal playthroughs on snapshots, they warn you every time if you try to open your world on a snapshot. Unless you are like me,who collects rares and discountinued features.
@@foxtrotgaming4684 >The snapshots used to actually be pretty stable in the past, you could do an entire playthrough in them without running into any problems.
Except when some of them are *Catastrophically* Broken, like breaking/corrupting a Save even after the bug is fixed, in the past.
4:08 Whoever is in charge of itemd must really like the farlands. This is complete bs
Next change:
Sword now has 50% hurt the user because you are clumsy, 45% missing the hit, 4% hit but slightly DMG because you are weak, 1% hit like a normal attack.
Bow now has recoil with higher chance to miss the longer you pull.
You just described TF2 in a nutshell
That's just Morrowind
Don't give mojang ideas
sorry we removed swords because they are sharp and pointy, now you have tickle sticks to tickle mobs with
@@Josnaci0 Honestly literally this. There is also now a 10% Chance of Cliffracer Ambushes
Mojang trying not to change everything (impossible)
ps: I’m joking and they just trying to clean the old code
Fr
They dont change, they break
They're unspaggettifying the code.
If they change everything, you get mad, if they don’t change everything, you also get mad
@@justaguy2183 It’s not that, it’s just about changing things that… don’t need to (+ it’s a joke)
Ok that is so gross wtf are they thinking of this is intentional
Corporate wants you to find the difference between "=" and "+="
Mojang: They're the same symbol...
0:11 IN THE MIDST OF WHAT NOW
Kerfuffle
Kerfuffle
Kerfuffle
Wtf is kerfuffle
@@_Turquoise_Lemon_ It's kerfuffle
That's great, i always wanted to go from my base at 5000,3000 to exactly 10k,6000 and nowhere else, this is perfect
Im almost confident this is an unintentional ender pearll change, but even then the speedruns on this specific snapshot would probably go crazy.
Use the calculator to find the end portal location, do some quick math, chuch a pearl, poof you're right at the portal (Or at the nether portal location that takes you to the portal). With some optimizing, you could probably even use one ender pearl to get to a bastion or nether fortress using entity detection, shaving off potential *minutes* of time. We might get a new record off this snapshot.
The original change with the cauldron setting you on fire if you walk near it gives me hope you can use cauldrons to store potions, and get like an effect for one second if you walk near it.
This is the stupidest thing Minecraft has ever done
Ok but hear me out, this "bug" If it is, is actually an interesting concept, a raw ender pearl as a chaotic teleporter that allows you to travel the world a lot faster, but a lot more random. I think that it would fit into the enderman's concept as it teleports seemingly randomly when not aggroed, so I would keep that and add a recipe for the old ender pearl
There's a potion in Terraria that basically does this, so adding something similar to Minecraft wouldn't be such a bad idea
MC already has a chaotic teleporter. It would be interesting to use chorus fruit as an ingredient for a potion that replicates this bug.
This has to be some kind of bug.
Phoenix’s pure joy when he doesn’t spontaneously combust getting too close to a cauldron
The update for that one friend that wants to live 100k blocks away from you
It sounds like the elder pearls were supposed to use your coordinates as the origin but it spaghettied out and uses the world origin instead.
0:30 they broke it. if you put lava in a cauldron then the cauldron will obviously rise temperature to cause injury or if they really did "fix" it then it would set wood on fire.
dont understand why we had to randomly find our houses and creations burn down back in the day but the new players are expected to walk some fairy tale because they add 1000 more ways to die but you have to go do some dumb stuff to die
well i just thought that lava buckets should injure you too, so this is consistent with minecraft logic, im just a yappa
That's a lot of progress just from 1 traumatic movie
4:36 what's that biome behind you? That looks beautiful
I believe its technically the “jungle edge” biome?
A jungle???
“I’m just kidding it sucks.”
@@bugsyboy3697ahh ok, interesting, I've never seen a jungle edge next to an ocean. It looks very pretty
Edging Jungle is what they call it
Whatever drugs Mojang has been taking for the past couple of weeks, they need to stop taking it asap
RUclips comments when typos in code can exist:
@@JacxIsAGoober not everyone knows how this mistake can happen,
Its a snapshot not an update it will be fixed
To be fair, they shouldn't be constantly trying to change everything especially if it's already been a perfected feature for so long, nor should they be constantly getting rid of legacy textures or changing legacy features. However, it's silly that people are getting angry over a bug in a minecraft snapshot. You guys should've directed your anger at all the updates where Mojang added useless features or bad features, or when they changed their EULA and ruined minecraft to an extent:
- In bedrock edition, you can't even rename items to anything mildly inappropriate, even if you aren't playing with anyone. It's also not even optional nor is it dictated by account info. So if you're an adult and only playing with your close friends who are also adults, bye-bye mature speech (not to mention it's always censored swearing in the chat)
- In Java edition, there was that awful chat reporting feature, which although it's been refined since then, if you say anything bad in a public or private server and someone decides to be a troll and report you (even if the server is agreed upon to be mature) then you won't even be able to play in your singleplayer world..
@@TheDestroyerG7X can you explain what you mean by removing legacy textures or changing legacy features?
This is obviously not intended haha. But it is hilarious and looks fun to mess with
It is funny, and sure I expect most people understand that you're joking, but I think it is a little irresponsible to leave out that this is a bug, given that some of your audience are the kind of people who will now go harass the devs on twitter.
yeah
that i was thinking off, alot of other people who dont know much about this stuff will think these are new things that will be added 100% in the next patch rather than just bug testing.
Very irresponsible from this creator for not clarifying such stuff and just making the devs suffer for free and also getting people mad
@@anstorner He does it on purpose lmao. I've noticed that every time his videos pop up in my recommended feed it's him clickbaiting and lying about something.
Endern’t Pearl.
ender pearln't
Starter Pearl
Instead of player.loc = entity.loc they probably changed it to player.loc += entity.loc by accident
Great, now you can play 2048 in Minecraft
An explanation how this might have come to be is that normally in the code the player position is set to the ender peal position. It might look something like this in Java:
playerPos = enderPearlPos
But the thing is that you can also write
playerPos += enderPearlPos
which is a Java-abbreviation for:
playerPos = playerPos + enderPearlPos
And that results in addition rather than substitution.
This seems like a pretty minor bug. Just throw the ender pearl from 0,0,0 and you'll barely notice a change.