Fun Stuff > CLIKC

Minecraft

<< < (257/278) > >>

snalin:
You are correct, Euclidian distance from overworld to converted nether coordinates are used:

From the wiki:


--- Quote ---for a given location (X, Y, Z) in the Overworld, the corresponding coordinates in the Nether are (floor(X) ÷ 8, Y, floor(Z) ÷ 8 )

(...)

If a candidate portal is found, then the portal will teleport the player to the closest one as determined by the distance in the new coordinate system (including the Y coordinate, which can cause seemingly more distant portals to be selected). Note that this is Euclidian distance, not taxicab distance


--- End quote ---

That's Java's standard Math library's floor, which always rounds down: 29.5 turns to 29, -29.5 turns to -30. So if you want your portal to work properly, just move it up!

Lildirt:
I'm not sure where else to ask this since I cannot find said user, but I'd like to be whitelisted on the Minecraft server.

A friend of mine mentioned it to me and I found some interest in getting back in the Vanilla game instead of sticking to the developer side of things like I normally do.
My in-game name is "Lildirt", the same as my forum name.

I could be of assistance in plugin management or general advice, though I don't think you'd need it.

Grognard:
I'm actualy to the point of suggesting we RESET the server.
IRON is ridiculously hard to find...

RedWolf4:
Would resetting keep all the stuff everyone has built and made?

snalin:
Wait, what, iron isn't hard to find!

Just dig down to near the bedrock and dig away! Or go to one of the ends of the subway tunnel and dig from there. Ain't no big deal.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version