Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
The directions correspond to the x, y, z coordinate planes like this
***********N (+Z)
**************^
**************|
* W(-X) <-- + --> (+X)E
**************|
**************v
***********S (-Z)
UP: +Y
DOWN: -Y
So if we have the coordinates of (-1532, 120, 2895) and we want to find the chunk the we take the X-Coordinate and find the remainder when we divide it by 16. SO our equation for those that want to know looks like this -1532%16= -12. Our Y-Coordinate chunk block number is 120%16= 8. And our Z-Coordinate is 2895%16=15
This means that we are:
12 blocks West of our first block in this chunk.
8 blocks Above our first block in this chunk.
15 blocks North of our first block.
Since chunks are 16x16x16 we can also say that we are:
4 blocks East of our secondary chunk
8 blocks Below our secondary chunk
1 block South of our secondary chunk
Hope that helps
Also how big is your spawning area?
Also have you logged out and then back in to the world? Not sure if it will help but it may help to reset the spawn counts.
@verada My pleasure glad it makes sense... trying to explain this stuff on forums can be tricky.
Or if you use the windows calculator you can type in -1532 (Then click "Mod") 16 = 12