There is a math error in MapGenBase.java
(MCP Name) in the generate function.
When the per chunk seeds are being generated there is a very small chance that either the x or z can be equal to 0.
When doing the per chunk math it multiplies by 0 causing every chunk in the axis to be the same.
The following seeds are affected:
107038380838084
164311266871034
There needs to be a check so that if those values are 0, then it should be set to 1.
I have recorded a video demonstrating this, including a fix:
https://www.youtube.com/watch?v=D5c-DZA2R2U&feature=youtu.be
Linked issues
is duplicated by 6
relates to 2
Attachments
Comments 15
@Paroma Don't try to annihilate the effects but the cause/root of a problem, otherwise you would just create side effects. And we don't want more unecessary bugs on the tracker, right?
Please don't ruin this "feature". It is known about more then 1 year. This was originaly posted by Azelef on this video https://youtu.be/fnwAdUTlEvI . In this video https://youtu.be/RssvOCRdDJM is his explanation...
btw he wrote in description of original video this:::
"If this is ever reported as a bug, I think that it should be closed as "working as intended", because it's cool and doesn't cause any problems."
Confirmed in 16w50a