MineKhan icon indicating copy to clipboard operation
MineKhan copied to clipboard

Wobbly World Far From Origin

Open SnehasishCodez opened this issue 3 years ago • 13 comments

Here is a very astonishing glitch I found in minekhan it's a spin-off https://www.khanacademy.org/computer-programming/minecraft-but-broken/4914589619929088

You may notice that your x, y coordinates are VERY VERY high, meaning that we hundred of thousands of blocks away from spawn which makes the game TOO glitchy

If you are a Minecraft nerd then you might know about the far lands which are basically on the topic of how infinite can you make procedurally generated terrain if you do not know what far lands is here is a summary :

The Far Lands is a terrain bug that appears upon the overflowing of a noise generator, most notably the low and high noise overflow 12,550,821 blocks from the origin of the Minecraft world. There are other parts of Far Lands called Farther Lands and Corner Far Lands.

SnehasishCodez avatar May 11 '21 21:05 SnehasishCodez

i was bout to show this image

i even had a video and all

Hacker1254 avatar May 12 '21 13:05 Hacker1254

Lol I've known about this since before I released the game. But noise overflow has nothing to do with it, unlike the real Minecraft farlands. This is caused by too low float precision in the vertex shaders. It's the highest precision available though. It's fixable, but would cause a universal performance decrease. Since people basically have to hack the game to get out there, it's not worth it.

Willard21 avatar May 12 '21 13:05 Willard21

💯

Hacker1254 avatar May 12 '21 13:05 Hacker1254

@Willard , so you are saying it's not possible to get to the glitch on foot so it's only possible by hacking or modyfying.

SnehasishCodez avatar May 12 '21 16:05 SnehasishCodez

Yea, it will take many years

Hacker1254 avatar May 12 '21 16:05 Hacker1254

ok

SnehasishCodez avatar May 12 '21 16:05 SnehasishCodez

oh my god image i was just trying to make a switch

Hacker1254 avatar May 14 '21 14:05 Hacker1254

oh my god image i was just trying to make a switch

Can you make a project and try to change the x and y to astronomically levels and then make a spin off and send here ?

SnehasishCodez avatar May 17 '21 18:05 SnehasishCodez

@Hacker1254

Yea, it will take many years

I don't think you even could make it that far no matter how much time you have because the game will run out of memory.

sauron65 avatar Jun 02 '21 00:06 sauron65

Lol yeah, chunks stay loaded forever after they're generated. So would definitely run out of memory.

Willard21 avatar Jun 07 '21 13:06 Willard21

Is this a preview of MineKhan Bedrock Edition?

ImaginaryNeon avatar Oct 23 '21 11:10 ImaginaryNeon

@SnehasishCodez

@willard , so you are saying it's not possible to get to the glitch on foot so it's only possible by hacking or modyfying.

I actually did get the glitch on foot. I put something like this in the url box:

javascript:player.x = 1000000

sauron65 avatar Nov 03 '21 18:11 sauron65

Well the obvious solution to this is to remove global access to the player object then, since this is clearly something everybody does during normal gameplay.

Willard21 avatar Nov 03 '21 18:11 Willard21