{{packet|name=Construct Map Region|description=Constructs the map region|opcode=241|type=Variable Short|length=N/A|revision=317}}
== Construct Map Region ==
=== Description ===
This packet constructs the map region.
=== Packet Structure ===
{|border=2
! Data Type
! Description
|-
| [[Data Types#Standard data types|Additional Short]]
| The players region y plus 6.
|-
| [[Data Types#Standard data types|Short]]
| The players region x plus 6.
|-
|}
=== Other Information ===
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).