The seeds can be found in the description. These are java edition specific, 1.15+. The bug might happen on bedrock but I currently don't know any seeds which do so as I don't have the bedrock code on hand. UPDATE: There are two seeds which work on bedrock edition. 289849025 and 1669320484 and some infinite mineshafts: -1171867832 1000686894.
@@MuzikBike nah, that won't do it. Parabolas is a bit of a joke, I'm referring to the way slime chunks are seeded. Unlike the other seedings which are linear in x and z, slime chunks are a degree 2 expression, so the hash collision which occurs is along parabolas.
Something which I skipped over to make the video better is the fact there is a "salt" value for each decorator which is stored per biome. Depending on the biome, debris can get one of a few numbers as its salt. In the overworld decorators are either one biome only anyway or always have the same salt, so debris is unique in that regard.
i don't speak the language of math but still some really cool looking seeds. you think anyone has found one of these seeds (or something similar) randomly or is that too low chance? :P kinda interesting that this can happen tho
Exactly 67 seeds which have the smallest possible repetition can be found by random chance. However, if you are willing to loosen your requirements, every seed repeats along some vector, just the magnitude is usually millions of chunks so no one notices.
at this point, youre essentially plotting linear functions on a minecraft world using those "a" and "b" parameters. the obvious next step is to make em repeat in the shape of a parabola, an exponential curve, y=256's the limit, honestly
There is one for sure might be two. 289849025 that one is for sure 1669320484 They are both listed in a comment in the tagged one by Mathew. I have seen the first one on toy cat’s channel
The seed 25503018638468 in 20w18a has a ruined nether portal on the surface not far east from spawn with an enchanted apple in the chest, you just have to dig around to find it
102496288339226 use this seed and tp to coordinates x:-13 y:random number z: 8. the trees are unaturally tall for birch trees. load up the seed in 1.17.1
Hi there, I was linked to this video from AntVenom, and I wanted to ask a question. Is it possible to find a world seed that breaks the height of a Minecraft world? Basically what I mean is there a broken seed that creates incredibly tall hills and mountains? Also is it possible to do the reverse, where the terrain is incredibly flat?
Hey Matthew Bolan, I have an idea but have no clue if it'd work. The cave/mineshaft generator uses exponents which you've broken before by setting either A or B to 0 in A^B. Could you set A to 1 and then the result would always be 1? Or could you set A to -1 then it would result in 1 whenever B is an even number.
^ in programming actually represents the bitwise xor operation. I've already corrected ant on this, the extent to which this hash can be broken is already covered in this video.
A little tricky since that almost describes every seed xd. I do have code which is relatively fast at finding small repetitions, but its nothing remarkably clever. Ideally I'd automate the process I showed here. I also have code which given a seed can determine the smallest vector of repetition which I intend to publish eventually.
Any of these that do the infinite ravines? Like 1669320484 for bedrock but in java instead? ibxtoycat showed that seed off in bedrock. Also fun fact: Modded structures will also repeat if they spawn on these diagonals that repeat. Lucky Block Mod is one such example that gets affected, but only up to 1.16.1, as it has not been updated past that.
These don't affect cave code in a major major way - at most they might make the cave at 0 0 repeat in a way perpendicular to the other repetitions. For infinite ravines in java you'll want an infinite mineshaft seed.
hey there, you doing good? I'm searching for a special seed that no one ever found yet and i think you are the right person to talk to. so, basically my question is: Is there any infinite village seed? (repeating village) and if it can happen, how to find that seed?
The bug will still be present going way way back actually - its just that before 1.13 everything was on the same random object, so minor changes in the chunk would throw something in the sequence off, ruining the effect. In 1.15 one thing failing can't mess up all the others, so the effect is a lot better.
The seeds can be found in the description. These are java edition specific, 1.15+. The bug might happen on bedrock but I currently don't know any seeds which do so as I don't have the bedrock code on hand.
UPDATE:
There are two seeds which work on bedrock edition.
289849025
and
1669320484
and some infinite mineshafts:
-1171867832
1000686894.
just a question:are there just 2 seeds in the description or tons?also does this work in bedrock?(havent watched the whole video btw)
@@buildaddon3011 for some reason when put on bedrock it just makes a random world because it's a invalid seed
AntVenom shining light on a legendary video.
@@kaylahorton3675 i think thats because javas code is diiferent
Plz buy new mic
This is the most underrated Minecraft video EVER.
Glad you liked it
Did you mean the most underrated CHANNEL?
Ues
He deserves more love
most underrated channel more like
Amazing find as always! This deserves to go viral.
Well, AntVenom did just shout out Matthew Bolan's channel for finding this.
@@EP1CxEMAN08 yeah he did actually
lol he did
just give him a shoutout lol
Hay I know you
I could barely understand the math behind it but it was incredibly interesting. Keep up the good work!
How does this game continue to amaze
Just in case you weren't aware this bug goes back to Infdev 0624, so it turned a decade old four days ago.
Came from AntVenom, stayed because it's so interesting.
same :D
I came from wifies
@@alrightanimations2207 me too
There's no feeling more intense than starting over!
5:40
So, you found a stack of seeds that repeat?
Warren Hewlett half a stack b and half -b. :/
@@c_c in total a stack of seeds
You are underrated man, never knew about this. Insane!
Well hello ol chap
Straight, diagonal, next time: circles!
parabolas actually
@@matthewbolan8154 Nah i want torus
Matthew Bolan so b=a^2?
@@MuzikBike nah, that won't do it. Parabolas is a bit of a joke, I'm referring to the way slime chunks are seeded. Unlike the other seedings which are linear in x and z, slime chunks are a degree 2 expression, so the hash collision which occurs is along parabolas.
@@matthewbolan8154 well antivenom mentioned you in a video and now your channel is going to blow up
AntVenom gave you credits in his latest video. Your video is incredibly well done!!
So glad i found this channel, you can thank AntVenom for that one!
this also affects ancient debris in 20w20b, but strangely the ancient debris pattern changes depending on what biome you're in.
Something which I skipped over to make the video better is the fact there is a "salt" value for each decorator which is stored per biome. Depending on the biome, debris can get one of a few numbers as its salt. In the overworld decorators are either one biome only anyway or always have the same salt, so debris is unique in that regard.
Here from AntVenom! I subscribed for more content like this. This is crazy!
me too : )
2:05 "Matthew made me add this so he could flex - Geo"
Just watched AntVenom's video he made. Definitely subbing, can't wait for more content similar to this man.
This is really cool. You deserve more subscribers.
This is truly fascinating and good job finding this!
World generation code: "How many times do you want to repeat the chunk structure and population generation?"
This seed: "Yes"
Wait, this is the same music in “Getting Over it”
You got a shout-out from ant-venom! Great job on this amazing video 👏
2:51 yea i know its off topic but that river going through the swamp looks neat
This is amazing. You got a new sub!
I wonder if anyone’s survival server has ever randomly chosen these seeds
Chance is 1 in 140 billion
@@grogu9906 isnt it in a few quintillion
@@ilyquackio maybe, not sure. I heard it was a 140b to one chance tho
Very good video. Reminds me of Golden Experience Requiem
90% of comments: who's here from antvenom's channel?
Including your comment
who's here from antvenom's channel?
yeah im here from antvenom's channel
Me!
1. i got the 100 like
2. me
i don't speak the language of math but still some really cool looking seeds. you think anyone has found one of these seeds (or something similar) randomly or is that too low chance? :P kinda interesting that this can happen tho
Exactly 67 seeds which have the smallest possible repetition can be found by random chance. However, if you are willing to loosen your requirements, every seed repeats along some vector, just the magnitude is usually millions of chunks so no one notices.
close to 69
close to 69 xd
I watched one of antvenom's videos... There are billions of seeds that repeat overground, but there are so many seeds that the chance is low.
i had one of theese seeds in mu 8 years of minecraft but i tuoght it was cursed so i deleted it
Thank you I love these types of videos.
Pretty good explanation. Loved the video
This is awsome thanks i cant wait to explore one of the seeds
Hey thank you for the seeds ı cant find like this seeds before but u are a legend
Wow, this is really interesting
I swear the one guy who unliked the vid did it just out of annoyance XD
One thing worthy noting is that this does not affect "the void" biome for super flat worlds
Matthew Bolan is so underrated: he is the creatorof every single speedrunning strategy you can dream of and he know Minecraft better than Notch
I didn’t understand anything but I am still subbing for all the work you put into finding these seeds
b = TREE(a)
I wonder what the probability of the minecraft code being contained within that is.
Probably high, unless the tree function is much much more uniform than I'd expect
@@ApriiSR yeah assuming independence probability is effectively one.
@@matthewbolan8154 Exactly 42 times.
at this point, youre essentially plotting linear functions on a minecraft world using those "a" and "b" parameters.
the obvious next step is to make em repeat in the shape of a parabola, an exponential curve, y=256's the limit, honestly
Vennom Scandi Parabolas or cross (self-intersecting) would be quite interesting.
Ok Mathew. So where’s the deca witch hut seed
The science is impossible ;_;
Actually in 1.13 there's some weird shit that allows quintuple witch huts or so I've been told
@@matthewbolan8154 do you think theres sets that stack vertically? Maybe in amplified or something? Or creates spirals?
@@The3gg I have certainly seen nothing which could cause that, but the game's code is pretty vast.
@@matthewbolan8154 darn that would be pretty cool
Shit that getting over it Musik really be hitting different
This felt like a math lesson but I really enjoyed it!
Dude, you're a genious
Antvenom bring me to this Video
I hope someone finds a seed like this on bedrock I want to randomly drop my friends in one of these and see how long it takes for them to notice
There is one for sure might be two.
289849025 that one is for sure
1669320484
They are both listed in a comment in the tagged one by Mathew. I have seen the first one on toy cat’s channel
ME TOO LOL
THUMBS UP TO YOU
I did it lol
He freaked out
laggy explosions lol nice!
WHAT THE HELL this is so weird lmao it's like the matrix it's so weird and cool how just a string of numbers does that
this is SO UNDERRATED
I'm going to play a survival playthrough in one of these.
I wonder, has the new RNG in 21w41a removed this -bug- feature, or does it still exist in some other form?
The seed 25503018638468 in 20w18a has a ruined nether portal on the surface not far east from spawn with an enchanted apple in the chest, you just have to dig around to find it
k
I too don't speak the language of math but this stuff is super cool and the video is really well edited!
so can the structure infinitely generated both on the x z axis and also diagonally at the same time?
MANN you are underrated
You and antvenom should collab and break minecraft together lol
Hey, at least I was here before Antvenom made his video!
This seed has a lot of mineshafts: -6.07719101023996264586276452718.
I put a random number in the calculator and this was it.
Im not too smart to undetstand this
I think there is a glitch in the matrix due now.
I do not know maffs....
So I dont know wat the fuck he was talking about lol
Thank you!
Will the bedrock edition seeds work on the latest version of minecraft?? Great job btw👍👍👍👍👍
I don't even own bedrock so I can't tell you. Frankly I can't imagine them changing it.
Good job in an antvenom video! U doing good
Which of the seeds in the description is the one used for the mining footage? Also great video :)
I just flew around until I saw two largish veins repeating near eachother. You can probably find similar on any of the seeds.
You can say cap all you want, but I've actually once loaded a random world, no set seed and encountered this.
102496288339226 use this seed and tp to coordinates x:-13 y:random number z: 8. the trees are unaturally tall for birch trees. load up the seed in 1.17.1
Ant venom
Yes, I agree
Well done, you're the first one to comment from Ant's video
Pretty impressive
(Also hi , I'm TheIronGuardian)
Heyo - I remember you from back in the days I streamed to TH-cam right?
@@matthewbolan8154 yeah old times
@@matthewbolan8154 from Skywars , and afterwards my Skyblock world
Im just gonna say, that every game ive ever made ive had this problem on all seeds lmao
Hi there, I was linked to this video from AntVenom, and I wanted to ask a question.
Is it possible to find a world seed that breaks the height of a Minecraft world? Basically what I mean is there a broken seed that creates incredibly tall hills and mountains? Also is it possible to do the reverse, where the terrain is incredibly flat?
There are seeds which reach y 255 with normal gen. They are somewhat common so I don't have any saved. Incredibly flat I have never thought about.
@@matthewbolan8154 Thanks for replying so quickly, this is a really interesting aspect of Minecraft
Hey Matthew Bolan, I have an idea but have no clue if it'd work. The cave/mineshaft generator uses exponents which you've broken before by setting either A or B to 0 in A^B. Could you set A to 1 and then the result would always be 1? Or could you set A to -1 then it would result in 1 whenever B is an even number.
^ in programming actually represents the bitwise xor operation. I've already corrected ant on this, the extent to which this hash can be broken is already covered in this video.
@@matthewbolan8154 Ok, thanks!
are you gonna publish a list for +-a=n*b and +-b=n*a too?
A little tricky since that almost describes every seed xd. I do have code which is relatively fast at finding small repetitions, but its nothing remarkably clever. Ideally I'd automate the process I showed here. I also have code which given a seed can determine the smallest vector of repetition which I intend to publish eventually.
Awesome video
I came from antvenom. Pretty kewl vid
Any of these that do the infinite ravines? Like 1669320484 for bedrock but in java instead? ibxtoycat showed that seed off in bedrock. Also fun fact: Modded structures will also repeat if they spawn on these diagonals that repeat. Lucky Block Mod is one such example that gets affected, but only up to 1.16.1, as it has not been updated past that.
These don't affect cave code in a major major way - at most they might make the cave at 0 0 repeat in a way perpendicular to the other repetitions. For infinite ravines in java you'll want an infinite mineshaft seed.
Hey can you plz specify this type of seed in 1.17.1 java
In theory, since mineshafts are able to generate infinitely, are villages allowed the same generation conditions as well?
Nah villages are done on a separate system entirely which has no such exploits.
Hello my friend, thank you for breaking Minecraft. :)
hey there, you doing good? I'm searching for a special seed that no one ever found yet and i think you are the right person to talk to. so, basically my question is: Is there any infinite village seed? (repeating village) and if it can happen, how to find that seed?
Me: *First week of learning programming and not having english as first language* : "Ah yes... I see!"
Hello ibxtoycat showed me here.
Obviously liked the vid immediately :)
Hello :)
Who's here from Wfies?
Ye
Me
Whats the one with the conected end islands?
Came from antvenom and ibxtoycat
Is it possible to infinity repeat woodland mansions???
tHE BEST TH-camR EVER SUBED
here before the video blows up
Why I hear music from getting over it?
Antvenom sent us :D
Fantastic
What if b=1/a?
nothing of much interest will occur as the two are never multiplied.
what if instead of the 2 values being equal one was 3 times as big as the other would that make lines also at different angles?
Yes.
Antvenom covered this. Now sit back and watch the views flow in!
They were normal seeds on my side idk why
Unfortunately seems this bug was introduced with 1.13. Wanted to see how it affected some mods. Oh well. This is still really cool!
Now we just gotta find the seeds that do this to villages.
The bug will still be present going way way back actually - its just that before 1.13 everything was on the same random object, so minor changes in the chunk would throw something in the sequence off, ruining the effect. In 1.15 one thing failing can't mess up all the others, so the effect is a lot better.
@@matthewbolan8154 So for the effect to repeat pre 1.13, the chunk would have to be exactly the same? Same height, same biome?
@@staryoshi06 Yeah essentially. Same caves too probably.
@@matthewbolan8154 That actually makes it sound like pre 1.13 was *more* random.
Did you just put Soul And Mind has BG soundtrack?
Matthew Bolan Do any of these work for the wii u version ? if so , which would you recommend ?
Is it possible to find a Taiga Village with every job site present? :D
is there any seed like this for 1.18 ?
The same seeds here still work
so what was the seed with the infinite diamonds?
0:31 can you tell me rhe seed for that?
Try to do this exact thing but on windows 10