Update MediaWiki page '289 Construct Map Region'

This commit is contained in:
Bl3nd 2014-11-23 03:22:37 +00:00 committed by moparisthebest
parent 45f775ab02
commit d4e659e54e
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ This packet constructs the map region.
After the region y is sent, you need to initialize the bit access. Then, loop through the z (which can only go up to 3). Still in the for-loop, you need to go through the x's (up to 12). Then, loop through the y's (up to 12).
All of this is in the all three for-loops!
Step 1: Then you'll get the tile of x, y, and z.
Step 2: Then you need to send the bits 1 and (if tile is null) 1 otherwise, 0.