From d4e659e54e00dfff6702742fc88e7d2aa1996555 Mon Sep 17 00:00:00 2001 From: Bl3nd Date: Sun, 23 Nov 2014 03:22:37 +0000 Subject: [PATCH] Update MediaWiki page '289 Construct Map Region' --- 289-Construct-Map-Region.mediawiki | 1 + 1 file changed, 1 insertion(+) diff --git a/289-Construct-Map-Region.mediawiki b/289-Construct-Map-Region.mediawiki index 5bc2e09..7f83ce8 100644 --- a/289-Construct-Map-Region.mediawiki +++ b/289-Construct-Map-Region.mediawiki @@ -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.