the Minecraft End Has Been Broken for 2 Years...

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ก.ย. 2024
  • How did this Minecraft End glitch last for so long?
    » Breaking Minecraft Playlist - • Breaking Minecraft
    » Get a Minecraft Server - mcph.to/AntVenom
    www.desmos.com...
    Copy this text into the calculator to see the graph!
    yy=\left(\sin(x\cdot x\cdot0.0000000000228580929)\cdot250000
    ight)+0
    SOCIAL MEDIA
    » Twitter - / antvenom
    » Facebook - / antvenompage
    » Instagram - / theantvenom
    » TwitchTV - / antvenom
    » Discord - / discord
    WRITER, EDITOR, VOICE - AntVenom
    » TH-cam - / antvenom
    » Twitter - / antvenom
    MUSIC
    » c418.bandcamp.com/ (danny makes chiptune, the first million, the weirdest year of your life)

ความคิดเห็น • 1.8K

  • @SN00PING
    @SN00PING 4 ปีที่แล้ว +6315

    End: Im a donut hundreds of thousands of blocks across
    Police Officer: are you challenging me?

  • @jonusaguilar8156
    @jonusaguilar8156 4 ปีที่แล้ว +1274

    Speaking of the End, the stronghold should get an overhaul because of how messy it’s always been.

    • @UltraAryan10
      @UltraAryan10 4 ปีที่แล้ว +2

      They already got an overhaul in 1.9

    • @qzimyion
      @qzimyion 4 ปีที่แล้ว +155

      @@UltraAryan10 He is taking about the stronghold not the end

    • @thisisafalseaccount105
      @thisisafalseaccount105 4 ปีที่แล้ว +228

      You’re right it’s terribly dirty so much moss and cobwebs it’s just a big mess, in a future update they should really clean those out.

    • @jonathansauceda589
      @jonathansauceda589 4 ปีที่แล้ว +24

      @@thisisafalseaccount105 it's meant to look that way like it's abandoned

    • @lubraethecat
      @lubraethecat 4 ปีที่แล้ว +203

      @@jonathansauceda589 *Congrats! you missed the joke!*

  • @maniacobra8103
    @maniacobra8103 4 ปีที่แล้ว +4286

    Random coder : Just forgets to write "double" instead of "float"
    The end dimension : *Becomes an onion*

    • @JRexRegis
      @JRexRegis 4 ปีที่แล้ว +572

      All of this is in actuality used in a very large and elaborate ritual to summon Shrek, the Dark One from Beyond

    • @PotatoPCproductions1
      @PotatoPCproductions1 4 ปีที่แล้ว +74

      @@JRexRegis underrated reply needs more likes

    • @catomajorcensor
      @catomajorcensor 4 ปีที่แล้ว +45

      @Maniacobra ALL of Minecraft is based around floating point and not double precision ones.

    • @k.8258
      @k.8258 4 ปีที่แล้ว +3

      100 likes

    • @ninjacraft7363
      @ninjacraft7363 4 ปีที่แล้ว +78

      @@catomajorcensor That might be the case for BE, but from what I'm aware, JE uses at least some amount of doubles that BE doesn't, which is why JE doesnt stuffer from the possibility of falling through the world

  • @lennyface2586
    @lennyface2586 4 ปีที่แล้ว +2619

    Imagine not being broken in minecraft smh

    • @theshowoftedybears774
      @theshowoftedybears774 4 ปีที่แล้ว +19

      That's imposible lol

    • @theemeraldsword85
      @theemeraldsword85 4 ปีที่แล้ว +39

      this post was made by the glitch gang

    • @dubl33_27
      @dubl33_27 4 ปีที่แล้ว +23

      Imagine not being broke in minecraft.

    • @thebronzejade55
      @thebronzejade55 4 ปีที่แล้ว +6

      @@dubl33_27 LMOA

    • @iceblaze3043
      @iceblaze3043 4 ปีที่แล้ว +6

      This post was made by the
      Wait who made this post.

  • @nathamiell
    @nathamiell 4 ปีที่แล้ว +1070

    The End Cities angered the dragon, so it banished some of them to teach the remaining cities a lesson.

    • @trickygamer555
      @trickygamer555 4 ปีที่แล้ว +18

      yeah obviously thats what happened

    • @woomyiism
      @woomyiism 4 ปีที่แล้ว +35

      The dragon figured out that you can use commands to delete chunks and had some fun destroying Cities

    • @anonymouskirby4403
      @anonymouskirby4403 4 ปีที่แล้ว +10

      "young end city! go to the void, you're banished!"

    • @woobgamer5210
      @woobgamer5210 4 ปีที่แล้ว +1

      funny thing is with this discovery that means that Elytra's aren't a one time item : )

    • @TheAdvertisement
      @TheAdvertisement 4 ปีที่แล้ว +6

      WoobGamer They never have been?

  • @Guergeiro
    @Guergeiro 4 ปีที่แล้ว +3492

    Ahhh the classic function of a codebase that nobody touches because it's literally unreadable. Cool.

    • @skelly9266
      @skelly9266 4 ปีที่แล้ว +73

      thats most of the codebase

    • @reimarpb
      @reimarpb 4 ปีที่แล้ว +85

      it's just obfuscated though

    • @MrGidorMr
      @MrGidorMr 4 ปีที่แล้ว +16

      @XiaoMond im a C guy too. 😜👊

    • @toboterxp8155
      @toboterxp8155 4 ปีที่แล้ว +87

      @@reimarpb Not really, modern Minecraft can easily be de-obfuscated with tools provided by Mojang. But the comments will be missing.

    • @SincerelyVince
      @SincerelyVince 4 ปีที่แล้ว +61

      @@toboterxp8155 Most deobfuscators don't cover all obfuscation techniques (multipliers, opaque predicates, etc..). Just because a game is deobfuscated doesn't make it understandable. Most deobfuscators focus on allowing compilation, since obfuscators break compilation by using things legal in Bytecode which are illegal in Java.
      Most deobfuscated code still requires reverse engineering to study the systems. Take a look at the RuneScape Private Server community for a good example of the struggle. Deobfuscation is only one step in the reverse engineering process

  • @marcisz4671
    @marcisz4671 4 ปีที่แล้ว +64

    4:02 After staring at the code, here is my guess for where it goes wrong: (float)(i*i+j*j) first does the calculation on integers, and then converts it to a float. If that calculation overflows (aka i*i+j*j > 2147483647), this number can become negative. This is then converted to a float, and square rooted. The code can't square root a negative number, hence NaN.
    This also explains why the rings all have the same area. Every time (i*i+j+j), which is the square of the radius, reaches a multiple of 2147483648, the sign of the overflowed number flips. (Eg. 2*2147483648 is actually 0). Hence the difference in radius squared for each donut is always the same, hence the identical area.
    Now, if you look at the numbers, the first overflow will happen at a radius 46340, not the 370687 observed. This is (within rounding) a factor of 8, which leads me to assume that whatever code calls this function, first divides the actual coordinates by 8.

    • @Azzaroth
      @Azzaroth 3 ปีที่แล้ว +4

      Very smart indeed I may say.

    • @daniboi_oneninefive
      @daniboi_oneninefive 3 หลายเดือนก่อน

      I did not understand a word you said but I agree with you 100%

    • @dubvascl5840
      @dubvascl5840 7 วันที่ผ่านมา

      Actually when you look at the edge of the donuts you can see that the way it circles around is by a groups of 8 blocks unlike usual Minecraft circles which do it by 1 block

  • @angryvulture2413
    @angryvulture2413 4 ปีที่แล้ว +110

    They should keep this glitch honestly. I would love to see the developers refine this as a feature for an end update. In between each donut is a rift that can take you to the next donut or to a random dimension, and each donut has its own unique feature

    • @pinnacleexpress420
      @pinnacleexpress420 2 ปีที่แล้ว +2

      Dude it was probably intended from the start. You think the devs didnt realize that their coding created an island isolated by 50k blocks?

    • @absobel
      @absobel 2 ปีที่แล้ว +19

      @@pinnacleexpress420 this was def non intended but maybe saw it and decided not to fix it for a next end update

    • @pinnacleexpress420
      @pinnacleexpress420 2 ปีที่แล้ว +1

      @@absobel how do you figure? Have you talked to the devs?

    • @absobel
      @absobel 2 ปีที่แล้ว +5

      @@pinnacleexpress420 No, it's pure speculation, I just used "def" because it sounded better

    • @pinnacleexpress420
      @pinnacleexpress420 2 ปีที่แล้ว

      @@absobel makes no sense to assume the devs of an incredible game fucked up the map when it works as intended until you look really closely and realize that there's more to it

  • @blikthepro972
    @blikthepro972 4 ปีที่แล้ว +1635

    ''i wasn't able to find any mod that does this''
    -the person who did that exact thing some videos ago

    • @PenguinParty
      @PenguinParty 4 ปีที่แล้ว +47

      yeah, but maybe he can't do it for the end or nether.

    • @Now_Its_Orange
      @Now_Its_Orange 4 ปีที่แล้ว +93

      Or the mod that removed the border was only for versions without the end glitch

    • @JustARegularNerd
      @JustARegularNerd 4 ปีที่แล้ว +31

      I'd probably say that's because the mod he used was only available for a version not affected by this.

    • @MuzikBike
      @MuzikBike 4 ปีที่แล้ว +18

      JustARegularNerd 1.14 and 1.15 are affected by this and the mod has support for thos

    • @jobs.1518
      @jobs.1518 4 ปีที่แล้ว +12

      @@Now_Its_Orange the removed world border mod he made was only for 1.11.2, so we unfortunately can't see what this looks like that far out because this started in a 1.14 snapshot

  • @bcmpinc
    @bcmpinc 4 ปีที่แล้ว +125

    This bug is caused by an integer overflow in the calculation that is meant to keep the area around the origin empty. I.e. the line
    If(q*q+r*r

    • @thegoodlistenerslistenwell2646
      @thegoodlistenerslistenwell2646 4 ปีที่แล้ว

      Isnt there a way to create a new starting point?

    • @rascallygoose4926
      @rascallygoose4926 4 ปีที่แล้ว

      Sure

    • @lumi2030
      @lumi2030 4 ปีที่แล้ว

      Can you give more detail?

    • @coolguy284_2
      @coolguy284_2 4 ปีที่แล้ว +8

      What do you mean? In the code he showed, both q and r were longs so there would be no overflow issues. The problem was most likely at the line initializing f that contained MathHelper.sqrt((float)(i * i + j * j)), and since the ints were only cast to a float after they were squared, the i * i and j * j parts would overflow.

    • @chaidan9193
      @chaidan9193 4 ปีที่แล้ว

      @@coolguy284_2 that makes more sence

  • @zarnox3071
    @zarnox3071 4 ปีที่แล้ว +60

    I almost feel like this adds to the alien nature of the End. It would be a cool feature if it simply made the islands more or less dense.

  • @Excellsion
    @Excellsion 4 ปีที่แล้ว +149

    5:05 This man made (or found) a sinusoidal graphical display for end donuts.

    • @Excellsion
      @Excellsion 4 ปีที่แล้ว +9

      @@nobodyreallynobody4614 I am an industrial engineering major taking calc 4 right now, believe me I know.

    • @Shlungoidwungus
      @Shlungoidwungus 4 ปีที่แล้ว +1

      @@Excellsion You mean real analysis or....?

    • @VerVereanNet
      @VerVereanNet 4 ปีที่แล้ว

      Excellsion nobody cares m8

    • @Excellsion
      @Excellsion 4 ปีที่แล้ว +7

      @@VerVereanNet You cared enough to reply to a 3 month old comment on a video about end donuts.

    • @VerVereanNet
      @VerVereanNet 4 ปีที่แล้ว

      Excellsion stay mad

  • @floridamangaming2453
    @floridamangaming2453 4 ปีที่แล้ว +215

    I’m going to call this the “End Lands”

  • @jackservans6906
    @jackservans6906 4 ปีที่แล้ว +94

    For most people, this wouldn’t be noticed in survival.
    Challenge accepted.

    • @jujhar.
      @jujhar. 4 ปีที่แล้ว +2

      That's gonna be hard

    • @NotRixard
      @NotRixard 4 ปีที่แล้ว

      Yup

    • @hexapodc.1973
      @hexapodc.1973 3 ปีที่แล้ว +3

      Legend has it he's still flying in the end today

    • @wumpty93
      @wumpty93 3 ปีที่แล้ว

      Easy. download modded client, get in a boat, set entity flight to max and set timer to 4x. Auto walk holding space bar, it takes about 35 mins afk.

    • @chinossynthesizer705
      @chinossynthesizer705 3 ปีที่แล้ว

      Even in creative mode when you fall into the end you still die

  • @randomstuff-cu4of
    @randomstuff-cu4of 4 ปีที่แล้ว +151

    bruh i feel so old when you said the end hes been broken for 2 years i automatically assumed since 1.9 and i didnt find my assessment weird until you mentioned it was broken since a 1.14 snapshot and then i suddenly felt like an old man and realized that was 2 years ago

    • @UltraAryan10
      @UltraAryan10 4 ปีที่แล้ว +8

      Me too lol. Combat Update was in 2016, idk why that came in my mind.

    • @iamanormaldude
      @iamanormaldude 4 ปีที่แล้ว +8

      it's been 2 YEARS?!??!?

    • @palmberry5576
      @palmberry5576 4 ปีที่แล้ว

      Uhhhh

    • @ItzameEmily
      @ItzameEmily 4 ปีที่แล้ว

      Wow I feel old now

    • @texasboykc09
      @texasboykc09 3 ปีที่แล้ว +1

      Its been that long since 1.9? wow! Something seems so recent like last year but yet it was a few year ago already.

  • @stopwatch1409
    @stopwatch1409 4 ปีที่แล้ว +773

    You didn't capitalize "the" in the title, ANTVENOM WHY!?

    • @MaurinAarts
      @MaurinAarts 4 ปีที่แล้ว +8

      Yeah lmao

    • @KHRacing
      @KHRacing 4 ปีที่แล้ว +65

      Nooooo why did u make me notice

    • @thetruesaico
      @thetruesaico 4 ปีที่แล้ว +23

      That hurts me in a spiritual level

    • @chixenlegjo
      @chixenlegjo 4 ปีที่แล้ว +1

      same with for

    • @okalright881
      @okalright881 4 ปีที่แล้ว +13

      Literally unwatchable. How's the end broken?

  • @zephranarx2172
    @zephranarx2172 4 ปีที่แล้ว +119

    Wait, so would this be the same in worlds that use End-Terrain based generation? (Buffet, custom worlds, etc)

    • @KingDonutz
      @KingDonutz 4 ปีที่แล้ว +17

      Mostly likely, the broken function is used for producing noise and turning it into useful information, in this case, it's used for scattering the islands

    • @petersmythe6462
      @petersmythe6462 4 ปีที่แล้ว +1

      Probably...

    • @DevanK-rg3td
      @DevanK-rg3td 4 ปีที่แล้ว +9

      good question, I will got test this out now and comeback with an answer

    • @DevanK-rg3td
      @DevanK-rg3td 4 ปีที่แล้ว +16

      ok so I tested it out and it doesn't appear to be glitched, though other comments say that they have gotten this but with different cords, someone with more time should test it and see if they get different results

  • @XBGamerX20
    @XBGamerX20 2 ปีที่แล้ว +8

    for those who don't understand the first equation: (its a bit long lol)
    before starting take in mind every time you see a negative x or z, USE absolute values. for example radius from x₀ to x can't be -10 but 10. ill always consider values positive so some absolute value rules may be bypassed
    there's a circle in the center, then there's the donuts like he says. either way, our first thing is the radius. in the circle in the center, you count the distance from 0 (absolute center) to the very last block in a straight line and its around 371k like he says. now chill, this is math, in minecraft you have the coordinates and mark the coordinates of the last block. I recommend you doing this on the furthest edges, because circles aren't perfect, either at angle 0°, 90°, 180° or 270°. for the donuts, it's different, you'll have to mark your coordinates in the beginning and the end of that area, then the difference will give you the radius.
    * center circle: r = x, x: distance
    * donuts: r = x - x₀
    we then proceed into finding the area of the circle/donut. because donuts are circles with holes in it, its not necessary to bring the donut area formula because we're trying to find the remaining distance of void. so basically the area for circle is A = πr². we have found our radius already, so all you do is to plug in the values and we have: A = 371k²π = 137bπ = 432b. you'll notice he also doubles the number so it becomes 864b. what's the point? because that's supposed to be the area of the void, note that down.
    * circle/donut area: A = πr²
    *void area: Aᵥ = 2πr², v: void (always use that)
    then as we see in the video he reverses the equation. he divides by π, so it becomes 275m, then square roots and becomes 524k, the point where the next donut begins. this is complicated but its actually a different form of A = πr², at which you're tryina find r so it becomes r = √(A/π). big attention though. since we multiplied by 2 earlier we can't reverse the equation back without dividing by 2 and so, we'd have to symbolize a second radius with R, that being the radius of the circle/donut and the void donut combined.
    * R = √(A/π)
    * R = r + rᵥ, v: void
    the next one is the most interesting. if you know math, you'd do your best to replace formulas hidden in formulas then simplify. that's the case with this equation. watch how epic it reforms: (explanation given)
    R = √(Aᵥ/π), reveal "Aᵥ" equation
    R = √(2πr²/π), simplify π
    R = √(2r²), simplify the square from r
    R = √2 • r
    its interesting to see that you end up with the popular square root of 2. so to find where the next donut would start you only need the radius and multiply it by square root of 2. to prove its correct: R = 371k√2 = 524k. if you don't believe me try it in the calculator with exact numbers.
    * R = √2 • r
    now this equation is only to find out distance of void. if you're in survival youd have to take some stuff in mind, like noting down the beginning and end of the donut to get the radius and you'd have to do this for every time considering the code breaks it when using sine.
    if you look at the description he gives a second equation which shows exactly how the code is broken. it looks gibberish but if you decode it it becomes:
    y = 250,000sin(0.0000000000228580929x²)
    y = 250,000sin(228,580,929 • 10⁻¹⁹x²)
    you'd ask me why I converted it to an exponent, well, because the number is very small thats why. right here we have a weird equation with extreme numbers.
    * y = 250,000sin(228,580,929 • 10⁻¹⁹x²), y: floating point, x: distance
    I'm also here to tell you if you replace any variables with numbers, y has to be between -250,000 and 250,000 (giving y values is useless because it's gibberish calculations if you try to solve it so ignore it) and x can take any value. x is a little interesting as if you replace it with your current x or z coordinates it shows the exact floating point. if its positive it means you're on an donut/circle but if its negative it means you're in the void. if its 0, it means you're in the exact beginning of the donut or the center of the circle.
    I should mention that like he said minecraft is blocks and values aren't perfect. thus, they get rounded. for example 4.1 is 4 and 4.5 is 5. everything above or equal to 5 goes to the next number and everything below 5 remains the same
    conclusion:
    1. use the first equation if you know the radius and how you find it to estimate the distance of void for the next donut.
    R = √2 • r
    2. use the second equation for advanced and analytical view of the floating point of each coordinate. remember the sequence, negative, zero, positive.
    y = 250,000sin(228,580,929 • 10⁻¹⁹x²)

  • @prec01n
    @prec01n 4 ปีที่แล้ว +83

    this is the end of the end. the end is broken.

  • @lpsjewel
    @lpsjewel 4 ปีที่แล้ว +80

    Honestly the end being "broken" really adds to the warped and weirdness of the dimension.

    • @coolguy284_2
      @coolguy284_2 4 ปีที่แล้ว +10

      To me its kinda like how there is a gap between the main end island and the start of the outer end islands, except its a way bigger gap.

    • @skylargray2880
      @skylargray2880 3 ปีที่แล้ว +10

      More chances for space themed builds in the void

    • @blancogohan
      @blancogohan 3 ปีที่แล้ว +2

      @@skylargray2880 if you wanna travel that far instead of getting rid of islands then yeah

    • @EnzoFacM
      @EnzoFacM 3 ปีที่แล้ว

      @@blancogohan or build somewhere between main island and outer islands

    • @JoBot__
      @JoBot__ 3 ปีที่แล้ว +4

      If you smooth the chunk border and bevel the edges, I'd accept it as a feature.

  • @fazbrogaming7776
    @fazbrogaming7776 4 ปีที่แล้ว +218

    Meanwhile in an alternate dimension.
    “the Minecraft End Has Been Fixed for 2 Years...”

    • @Clone3A7
      @Clone3A7 4 ปีที่แล้ว +1

      HOW

    • @JoBot__
      @JoBot__ 3 ปีที่แล้ว +1

      The intro script:
      The Minecraft End dimension has been broken for as long as it has existed, and almost anybody who has played the game would know that. But something strange occurred two years ago, in 2018. With the release of one of the snapshots of 1.14, the End dimension was apparently fixed. But with the latest snapshots of 1.16, it has been broken again. All of this has happened right under our noses. Without further ado, let's get into it.
      *intro*
      Can someone else write the rest of the script for me? I'm kinda lazy.

  • @DiamondPanda207
    @DiamondPanda207 4 ปีที่แล้ว +15

    phoenixSC: looks into the game code to create things
    antvenom: looks into the game code to bring the game to its knees

  • @BSJINTHEHOUSE420
    @BSJINTHEHOUSE420 4 ปีที่แล้ว +93

    The End: *is a donut*
    Police: I am therefore leaving immediately for The End, where I intend to live as a donut.

    • @marcusfileds
      @marcusfileds 4 ปีที่แล้ว

      I like this comment it's creative as hell

    • @InvitedLynx
      @InvitedLynx 4 ปีที่แล้ว +1

      Copied comment. You just changed the words

    • @DarthMakroth
      @DarthMakroth 4 ปีที่แล้ว

      @@marcusfileds you bring ironic?

    • @JRexRegis
      @JRexRegis 4 ปีที่แล้ว

      "Give my regards to your donut wife!"

    • @Aaokke0
      @Aaokke0 4 ปีที่แล้ว +2

      Sebi Varvaroi
      I don’t see any copyment in this

  • @hamsnadwich6767
    @hamsnadwich6767 4 ปีที่แล้ว +53

    Me and my dad mapped out a lot of the end and we noticed this, but it seemed to be on a smaller scale...?

    • @user-qy3bk1uy2l
      @user-qy3bk1uy2l 4 ปีที่แล้ว +9

      Eli's HotHamAndCheese your dad is a cool guy for doing that with you

    • @robertli3600
      @robertli3600 3 ปีที่แล้ว +1

      Ikr

    • @Ivory540
      @Ivory540 3 ปีที่แล้ว +1

      @@user-qy3bk1uy2l. true

  • @TheDiamondMc88
    @TheDiamondMc88 4 ปีที่แล้ว +84

    i remember getting this glitch when i was playing hardcore
    and i thought it's a render issue because of my potato pc.

    • @NoobGyver
      @NoobGyver 4 ปีที่แล้ว

      Lol, the render won't have any issues depending on your hardware, it generates with some help from code that sets limits to not make glitches like these happen. So you can have a hyperbeast gaming pc or a toaster and the generation will be the same.

    • @nuclearsummer7796
      @nuclearsummer7796 4 ปีที่แล้ว +1

      @@NoobGyver ehh, iv had problem with the rendering engine not render chunks that i could walk on

    • @Universal_Anomalies
      @Universal_Anomalies 4 ปีที่แล้ว +1

      Unless if you have been flying in one direction for about two hours, which is the amount of time it would take to travel half a million blocks, the radius of the first donut, then it was most likely just you computer struggling to load the end. These donuts are HUGE and very far apart.

    • @NoobGyver
      @NoobGyver 4 ปีที่แล้ว

      @@nuclearsummer7796 it does break when the hardware is to bad and can't do as good as always what i'm saying is that if you'd load a seed on a potato and load the same seed on a fast pc you'd get the same results, the generation isn't effected by hardware capibilites while time of rendering and rendering can be annoyingly troublesome with poor specs

  • @thebronzejade55
    @thebronzejade55 4 ปีที่แล้ว +32

    AntVenom: *The end Has Been Broken*
    Me: Another video, another broken dimension

  • @sangonomiyakokomi4963
    @sangonomiyakokomi4963 4 ปีที่แล้ว +158

    imagine if Homer Simpson knew about it, he would ate all of the donuts.

    • @BigMitch
      @BigMitch 4 ปีที่แล้ว +5

      Do you know who ate all the donuts?

    • @ho7mer
      @ho7mer 4 ปีที่แล้ว +2

      rightt about that

    • @BigMitch
      @BigMitch 4 ปีที่แล้ว +3

      @@ho7mer Wouldn't you like to get one of these blood samples under a microscope?

    • @darwinsteenburgh6535
      @darwinsteenburgh6535 4 ปีที่แล้ว +1

      Nugget only eats nuggets

    • @MarshaNPILoveCanada
      @MarshaNPILoveCanada 4 ปีที่แล้ว

      "yeah, this is big brain time" 😗 I can read it 😗
      Please don't, lol

  • @demonickitty9479
    @demonickitty9479 4 ปีที่แล้ว +39

    I love these glitch videos so much xD

  • @the9yearoldarmy2
    @the9yearoldarmy2 4 ปีที่แล้ว +26

    the doughnut shaped end should be a permanent feature with some terrain smoothing of course

    • @greengreen110
      @greengreen110 4 ปีที่แล้ว

      Well since it hasn't been fixed yet that means mojang doesn't know how it works so terain smoothing might be imposible

    • @JRexRegis
      @JRexRegis 4 ปีที่แล้ว +3

      A series of large concentric circles as an end biome would be epic. They get smaller and tighter together the closer you get to the center, which holds something. Maybe a boss, or a unique treasure.

    • @UltraAryan10
      @UltraAryan10 4 ปีที่แล้ว

      @@greengreen110 They probably did not even know about it / did not consider it priority.

    • @amog8202
      @amog8202 4 ปีที่แล้ว

      @@JRexRegis the center, 0:0, is the ender dragon island. yo are gauranteed to spawn at 0:0

    • @greengreen110
      @greengreen110 4 ปีที่แล้ว +1

      @@JRexRegis but isn't there already the dragon on the center island?

  • @azreath2503
    @azreath2503 2 ปีที่แล้ว +7

    I actually knew about this, and disovered it by myself, and thought it was completely intentional. I thought the End was a central planet with rings affected by gravitational strength.
    In a fanfic of mine, the rings are fully part of the story.

  • @NoctarYT
    @NoctarYT ปีที่แล้ว +3

    it's now been 4 years and it's still broken

  • @MaurinAarts
    @MaurinAarts 4 ปีที่แล้ว +176

    Antvenom I don’t know if this is advertisement but. I know you realy like the FarLands. And kurtjmac was always the guy that walks to them. But in the meantime a other guy called KilloCrazyMan is walking to it and he is currently at 12.000.000 blocks. And he will reach the FarLands at June 19th. So I’m asking if you can maybe take the time and make a video about it because it is a big leap in Minecraft history.

    • @HomebrandFishfood
      @HomebrandFishfood 4 ปีที่แล้ว +17

      June 19th 2020? If so that’s my birthday

    • @MaurinAarts
      @MaurinAarts 4 ปีที่แล้ว +11

      Homebrand Fishfood yes June 19th should be the day, and happy birthday btw.

    • @tears.
      @tears. 4 ปีที่แล้ว +5

      We should respect
      Press F to respect

    • @keisari4230
      @keisari4230 4 ปีที่แล้ว +26

      @Connor Patterson Because his goal is to be the first person to ever get there LEGITIMELY, without using any commands, glitches nor going through the nether.

    • @lars9158
      @lars9158 4 ปีที่แล้ว +1

      Why is it a leap? a LOT of players has reached the border if the world at 32mill. For example at 2b2t, prototech, scicraft and also many others has gone out that far

  • @ynntari2775
    @ynntari2775 4 ปีที่แล้ว +7

    1:14 - ok, this is that double fend axperiment about the wave properties of electrons

  • @nevererothezero7893
    @nevererothezero7893 4 ปีที่แล้ว +91

    Did you say broke or broken?
    I can relate to both

    • @_marou_
      @_marou_ 4 ปีที่แล้ว +1

      Same😂😂

    • @VilliamNiva
      @VilliamNiva 4 ปีที่แล้ว +3

      you can sell ur cat and gun that u have in ur pfp, but the broken-ness i cannot fix

    • @nevererothezero7893
      @nevererothezero7893 4 ปีที่แล้ว +1

      @@VilliamNiva stock images are great aren't they

    • @Epsilon889
      @Epsilon889 4 ปีที่แล้ว

      Same brother😂😂

  • @tfr
    @tfr 4 ปีที่แล้ว +9

    0:22 man's got an rtx 2080 Ti and a threadripper and still getting 80fps

    • @FIRSTEBITOS
      @FIRSTEBITOS 3 ปีที่แล้ว

      First gen threadrippers have horendous single thread perfomance, he probably buyed it to work not play minecraft sadly.

    • @emilv.3693
      @emilv.3693 3 ปีที่แล้ว

      Meanwhile...

  • @gamewarriora8951
    @gamewarriora8951 4 ปีที่แล้ว +30

    Donuts?
    The police want to know your location

  • @PeterLeaf
    @PeterLeaf 4 ปีที่แล้ว +2

    With the release of 1.17 being caves and cliffs, the next obvious choice is the End. They updated the Nether, Imprvoed the overworld...Lets see some love for the End now.

  • @TheDiamondMc88
    @TheDiamondMc88 4 ปีที่แล้ว +19

    i dunno why but when i read this title i thought that minecraft is gonna end in two years.

    • @sp1xa
      @sp1xa 4 ปีที่แล้ว

      oh my

  • @ReaperX7
    @ReaperX7 4 ปีที่แล้ว +3

    Actually I figured it out just from a glance and remembering a bug with Slackware Linux and OpenJDK a while back involving Libreoffice and the Database/Excel(Calc) tools.
    When Minecraft updated from 32-bit to 64-bit code, nobody really considered anything about the world generation tools. As a result, when the edition of Java that Minecraft 1.14 updated into, that's actually when Java actually removed part of the legacy 32-bit calculation methods in Java itself. In short, it wasn't Minecraft that broke the The End, but Java itself broke The End.
    This is why Bedrock 32-bit worlds really stop working properly at about the point where the 32-bit hexadecimal values equal those where the end starts glitching. You get shaking while traveling, stuttering, terrain errors, etc. even some cases where you fall through the world.
    As a result the calculation tools for world generation issues an error where normally it would generate a number in code. Instead it issues an N/A, 0, or - numerical value at that point, and then continues onward until the generation calculator overwrites the - values against itself back to +1 and then rebuilds the stack until it hits N/A, 0, or - values. This is actually where you fall through the terrain or the glitches when moving get even worse.
    The fix is quite simple yet equally complex. The calculation table headers in Minecraft have to be updated to process the 64-bit hexadecimal values required by JRE/OpenJRE not the 32-bit values which should repair the terrain generators, at least in theory. Then you still have to make sure the code that runs the calculation tables properly runs the calculations correctly.

  • @mctomspdo
    @mctomspdo 4 ปีที่แล้ว +4

    There is actuallay another abnormally: The start pattern gets repeated multpile Times, but seems "Corrupted" (Zoom farther out)

  • @lukehooper3953
    @lukehooper3953 4 ปีที่แล้ว +16

    Me When I Understand AntVenom’s Math: After all these years...

  • @lochiegriffiths4712
    @lochiegriffiths4712 4 ปีที่แล้ว +9

    They should "fix" this and turn it into a feature

  • @nemrody7828
    @nemrody7828 4 ปีที่แล้ว +3

    One thing you haven't pointed out is that the distance between the start and end of a donut follows Zipf's law, i.e. the 2nd value is 1/2 the first value, 3rd one is 1/3 of the first , and so on, with 1/position, which makes this bug even more interesting

  • @ViolaDragon621
    @ViolaDragon621 4 ปีที่แล้ว +29

    4:42 Did somebody say my name?

    • @lirachasmody
      @lirachasmody 4 ปีที่แล้ว +6

      No one, thats a mathematical number invented in ancient greece, for mathematicians, mainly used to calculate circles n stuff.

    • @lirachasmody
      @lirachasmody 4 ปีที่แล้ว +5

      Also who tf names their fursona after a math number

    • @SimonPegasus
      @SimonPegasus 4 ปีที่แล้ว +1

      EmNajdi Bruh lmao

    • @blendyboi5023
      @blendyboi5023 4 ปีที่แล้ว

      @@lirachasmody woooooooooooooooooooooooooooooooooooosh

    • @sanjalmistry177
      @sanjalmistry177 4 ปีที่แล้ว

      *Convenient naming and watching this video*
      Cinemasins-I SHALL SIN YOU

  • @Lizzet522
    @Lizzet522 4 ปีที่แล้ว +10

    When you think about glitches, what do you think?
    Me:*epilepsy warning*

  • @peppidesu
    @peppidesu 4 ปีที่แล้ว +3

    The circular shape is explained by the Pythagorean theorem used to calculate the inital value of f, which is what gets returned in the end. there are also a lot of questionable type casts (implicit conversion from long to double doesn't seem safe to me) but i doubt that it's caused by overflow or something as that would require even higher coords.

  • @tashame100
    @tashame100 4 ปีที่แล้ว +11

    Theres a person at 12 million the youtubers name is KilloCrazyMan And He is live please support him
    He isnt using an elytra or anything he is in beta 1.7.3
    Edit: He is ending today (June 19)

    • @tashame100
      @tashame100 4 ปีที่แล้ว +2

      Please support him he has been walking for 950 hours and more

    • @mayniaDay
      @mayniaDay 4 ปีที่แล้ว

      wherever i go in these comments i see his name

  • @pinkbrian5526
    @pinkbrian5526 4 ปีที่แล้ว +98

    When You’re So Early That The Bots Haven’t Arrived

    • @Flaco2393
      @Flaco2393 4 ปีที่แล้ว +2

      Agreed, Pink Brian.

    • @_dani2
      @_dani2 4 ปีที่แล้ว +6

      wait why is my comment doubled?

    • @_dani2
      @_dani2 4 ปีที่แล้ว +6

      wait why is my comment doubled?

    • @_dani2
      @_dani2 4 ปีที่แล้ว +4

      Hello? youtoube?

    • @_dani2
      @_dani2 4 ปีที่แล้ว +5

      Hello? youtoube?

  • @FantixYT
    @FantixYT 4 ปีที่แล้ว +2

    Nobody:
    AntVenom: Making everyone's quarantines better

  • @23125
    @23125 4 ปีที่แล้ว +7

    "These donuts are getting smaller and smaller as you go.
    Me: Who ate them?

  • @xyzzy64
    @xyzzy64 4 ปีที่แล้ว +8

    "for 2 years"
    oh okay so like 1.9 or something
    "1.14"

  • @pdd5793
    @pdd5793 3 ปีที่แล้ว +3

    it occurred to me when i start a new survival game.
    i spawn in a mountain-like terrain, but some blocks away the terrain just stops and a platform of void world appears.
    i don't remember exactly what, but i remember that all the world's terrain had some weird glitches like a FUCKING BOTTOMLESS LAKE OF A HUNDRED BLOCKS OF WATER

  • @RizLazey
    @RizLazey 4 ปีที่แล้ว +4

    Coder: **forgets small code**
    The entire End World: **im brook lol**

  • @ihaveasuperlongnamehahamin9706
    @ihaveasuperlongnamehahamin9706 4 ปีที่แล้ว +2

    I love the new audio update
    ▶ 🔘──────── 00:10

  • @p1zzapug
    @p1zzapug 4 ปีที่แล้ว +16

    after watching your channel for about a year, i finally realized why you have the 4 golden apples in the corners of the screen in the intro. its a reference to your old series "the hunt for the golden apple". i think that's what you called it at least.

  • @emdies-mds4957
    @emdies-mds4957 4 ปีที่แล้ว +8

    Another video when antvenom *DESTROYES THE WOOOORLD*

  • @uppast420am
    @uppast420am 8 วันที่ผ่านมา

    hi antvenom!
    As a kid, I adored your breaking minecraft vids, but it always bothered me I never *really* grasped the reasoning this stuff was happening. I'm a math major now, minor in comp-sci!! I've been having so much fun going back into these vids!! :D I love being able to actually keep up with the math in this, I had to chuckle at myself for knowing that was a sin(x^2) graph at 5:08, and while I don't write in Java, I've done enough web design to pause the vid and grasp that silly chunk of code at 4:03! I'm so happy to have re-found your content, I wanted to partially credit you for helping me find a passion in numbers at such a young age :))
    I had one question though, if you (or anyone in chat) would be able to answer it! I've known minecraft long enough to know it hates negative numbers :,D I notice most of that Java code screenshot is just a funny rework of how noise mapping works for overworld generation too, but I notice in the floating int definition of "t", we have that sequence square rooted. We all know the square root of a negative is imaginary (which is not a real number, which in Java, would return NaN). I'm trying to conjure the fix to this; and maybe I just don't know my Java so well, but i *thought* that fallback on "f" should've caught this? :/
    would love a more in-depth explanation if anyone can provide it!! :D thanks

  • @FusionCyborg
    @FusionCyborg 4 ปีที่แล้ว +8

    AntVenom: The End has been broken since 1.14
    Me: *_Laughs in 1.12.2_*

    • @radioactivian
      @radioactivian 4 ปีที่แล้ว +1

      Ah yes, a fellow Minecraft veteran

    • @MuzikBike
      @MuzikBike 4 ปีที่แล้ว

      Still way better than 1.8.9 and 1.7.10

  • @ynntari2775
    @ynntari2775 4 ปีที่แล้ว

    they could really incorporate it into the worldbuild, that's some cool physics for the mysterious end dimension

  • @mememan4705
    @mememan4705 4 ปีที่แล้ว +24

    Antvenom: exists
    Minecraft: i don't feel so good

    • @doorstopper674
      @doorstopper674 4 ปีที่แล้ว +1

      Excists

    • @ynntari2775
      @ynntari2775 4 ปีที่แล้ว

      he denounces the problems, he doesn't cause them⠀





      Well, he causes them sometimes...⠀






      Many times...

  • @ReyaadGafur
    @ReyaadGafur 4 ปีที่แล้ว +1

    So basically, they used a function that can generate imaginary floating point numbers, but it registers as not NaN because it needs to make something out of nothing.

  • @raifegeozay687
    @raifegeozay687 2 ปีที่แล้ว +4

    fun fact: end is still broken in 1.17

    • @HalalSaulGoodman
      @HalalSaulGoodman 2 ปีที่แล้ว

      fact: MCPE still have farland in 1.18

  • @bendavis8505
    @bendavis8505 3 ปีที่แล้ว +4

    I'd love to see an overhead 2D map of an entire end dimension seed to actually see the true extent of this glitch and what it looks like.

    • @Spctre
      @Spctre ปีที่แล้ว

      Same

  • @luis377
    @luis377 4 ปีที่แล้ว +7

    technically its been broken for 10 years

  • @connor-cx5wc
    @connor-cx5wc 4 ปีที่แล้ว +2

    Jeez. Haven't seen this dude in like 5 years. So glad he's still here.

  • @ssmmm4841
    @ssmmm4841 4 หลายเดือนก่อน +4

    Minecraft 1.20.4 and bug still exists.

  • @puqueumiamo
    @puqueumiamo 4 ปีที่แล้ว +3

    This bugged end looks like 2b2t end

  • @z3rokelvin807
    @z3rokelvin807 2 ปีที่แล้ว +2

    It's interesting how when the terrain first stops, it starts back up at an exponent of 2.
    Edit: I just tested the glitch, and if you teleport to any exponent of 2 beyond 524,288, you end up at the start of a donut.

  • @angrycat4733
    @angrycat4733 4 ปีที่แล้ว +3

    First time seeing one of AntVenom's videos in a while,
    New intro made me think it was spelled AntLemon.

  • @Unknown-uk2sr
    @Unknown-uk2sr 2 ปีที่แล้ว +1

    We need a rendering of the entire end to actually see the insane difference between the rings.

  • @benlin1526
    @benlin1526 4 ปีที่แล้ว +7

    Makes me wonder if our own real universe has glitches like these.

    • @__Bruh
      @__Bruh 4 ปีที่แล้ว +1

      The universe may not be infinite; that is, it could be a closed 3-manifold, for example, a 3-torus. On that surface, one could travel far enough in any direction and come back to the same location.
      Weirder yet, if that manifold happened to be non-orientable, one would return to their starting location, but with everything rotated or even *mirrored*.
      But those aren’t really “glitches” so much as weird geometry.

  • @thetallone_
    @thetallone_ 4 ปีที่แล้ว +2

    My mans teaching me more than school ever did

  • @LuEz49
    @LuEz49 4 ปีที่แล้ว +5

    He has come back!

  • @Kutomi1
    @Kutomi1 3 ปีที่แล้ว +2

    An entire dimension made out of donut... So this is Kakyoin's final form.

  • @SteamNotStream
    @SteamNotStream 4 ปีที่แล้ว +7

    Kid: *weird crying*
    Me: Why you crying?
    Kid: *cries because the end is broken*

  • @jancizuletek670
    @jancizuletek670 4 ปีที่แล้ว +2

    When I hear glitch in minecraft I just hear AntVenom videos

  • @code913.
    @code913. 4 ปีที่แล้ว +3

    CIRCLES IN MINECRAFT CONFIRMED!!!

  • @nixel1324
    @nixel1324 4 ปีที่แล้ว +1

    At first I thought it might have had to do with how strongholds generate in rings, but I think it has to do with how the end islands only generate starting from a certain distance away from the central island.

  • @JonnelTheGreatest
    @JonnelTheGreatest 4 ปีที่แล้ว +95

    I’m broken not the end.

    • @meowcats8671
      @meowcats8671 4 ปีที่แล้ว +2

      No I am

    • @grootsChannel
      @grootsChannel 4 ปีที่แล้ว +3

      mood

    • @tonzku.
      @tonzku. 4 ปีที่แล้ว +8

      Very sad depresion jokes :( i am 14 so deep billie eilys![~~[#!€(#;😔😔😔😔😔😔😔😔😔😔111!!!

    • @skeletalgamer1013
      @skeletalgamer1013 4 ปีที่แล้ว +2

      Hi broken not the end... Im Skeletal Gamer

    • @tonzku.
      @tonzku. 4 ปีที่แล้ว +2

      Oh yes likebot

  • @Kingnaldo95
    @Kingnaldo95 4 ปีที่แล้ว

    Can’t believe it, my trigonometry teacher said I would use this in real life, and here it is...

  • @bennyboss9998
    @bennyboss9998 4 ปีที่แล้ว +7

    00:00 myself

  • @321sas
    @321sas 3 ปีที่แล้ว +1

    Plot twist: This glitch was intended to be into the game so they could take a screenshot of the End wall for the loading screen

  • @legacyconsolegod9261
    @legacyconsolegod9261 4 ปีที่แล้ว +4

    the ledgend returns to teach us more stuff.

    • @wakirox
      @wakirox 4 ปีที่แล้ว

      Remove the D betwen LE and GEND

    • @jimjaspers8012
      @jimjaspers8012 4 ปีที่แล้ว

      Le(d)gend?

  • @meilikino
    @meilikino 4 ปีที่แล้ว +1

    Imagine thinking you know everything about Minecraft but then you realize you’re subscribed to AntVenom

  • @Isa-ge9dj
    @Isa-ge9dj 4 ปีที่แล้ว +5

    Video idea: what’s the slowest you can walk in Minecraft?

    • @david-bd8op
      @david-bd8op 4 ปีที่แล้ว

      rays works made that video

  • @TheAdvertisement
    @TheAdvertisement 4 ปีที่แล้ว +1

    It would make sense that the area of each donut would be the same. That would mean half of the numbers overflow.

  • @Zhenmoron
    @Zhenmoron 4 ปีที่แล้ว +7

    Minecrafts broken features are interesting

  • @LeafeonTheCat
    @LeafeonTheCat 4 ปีที่แล้ว +2

    Me at 4:38: hElP I dID mY mAThs tOdAy aLreAdY

  • @fanny2081
    @fanny2081 4 ปีที่แล้ว +4

    Bug or glitch in minecraft: *exists*
    Antvenom: *Its free real estate*

  • @BierBart12
    @BierBart12 ปีที่แล้ว

    It'd be so cool if this was the actual geology of the End.
    The islands orbit around some central mass, with the more dense end stone being in the middle.
    Less dense material forms several rings around the central mass

  • @abiehenning9182
    @abiehenning9182 4 ปีที่แล้ว +13

    Killokrazyman is 12mill bloks away vrom spawn and he is almost at the farlands

    • @OnlySuper
      @OnlySuper 4 ปีที่แล้ว

      does this guy have an advertising team or something? i can't go on a single video that even mentions the far land without seeing someone mention the guy's channel.

    • @MaurinAarts
      @MaurinAarts 4 ปีที่แล้ว +5

      OnlySuper dude chill out man. That guy is about to make Minecraft history. Ofcourse everyone has to see it

    • @beyondhaircraze4418
      @beyondhaircraze4418 4 ปีที่แล้ว +1

      Lol

  • @Speed-TV
    @Speed-TV 3 ปีที่แล้ว +1

    MINECRAFT GLITCHES
    Antvenom: crazy glitched seeds and crazy world generation
    Me: sideways slab

  • @magumagi4671
    @magumagi4671 4 ปีที่แล้ว +4

    I still have a question I really want to know
    Why didnt mojang hire you

  • @Nullfr_
    @Nullfr_ 6 หลายเดือนก่อน +2

    As of now, the end has been broken for 6 years!

  • @Qausuality
    @Qausuality 4 ปีที่แล้ว +4

    Ikr

    • @nishyv
      @nishyv 4 ปีที่แล้ว +2

      omfg

    • @LabeledZed
      @LabeledZed 4 ปีที่แล้ว +2

      Second on the first comment, lol

    • @Qausuality
      @Qausuality 4 ปีที่แล้ว

      DxnishAimxn ! What?

    • @FractXD
      @FractXD 4 ปีที่แล้ว

      Ur first comment

  • @woomyiism
    @woomyiism 4 ปีที่แล้ว +1

    Before you shown what caused this in World Gen I was expecting that the Generation for the void between the main Island and the End Islands was bugged/coded inproperly and would loop at certain intervals, causing the End Donuts.

  • @unigameverse
    @unigameverse 4 ปีที่แล้ว +5

    5:06 If that's too complicated for ya', then *HERE'S A MORE CONFUSING GRAPH*

  • @TheAlchemistEmpire
    @TheAlchemistEmpire 4 ปีที่แล้ว +1

    my god, i havent seen an antvenom video since the og antfarm , this brings a tear to my eye

  • @lilacthekittycatletsplay9538
    @lilacthekittycatletsplay9538 4 ปีที่แล้ว +4

    I knew a broken thing in Minecraft I played the latest snapshot and when I tried to jump up on two paths from a lower level it would push me to the edge of the block

  • @eltiolavara9
    @eltiolavara9 4 ปีที่แล้ว

    man the terrain just going "Nope," is really cool