Fixed headings.
commited
commit
c1d2eeff0e487cf52c6950ee6f4466d9b5b4a628
... | ... | @@ -14,8 +14,8 @@ A wire split refers to connecting the same wire from an output into 2 or more in |
14 | 14 | # Size of a block |
15 | 15 | The max size a single object can have is 4x4x4 blocks or 32x32x32 voxels. |
16 | 16 | |
17 | Maximum number of levels |
|
17 |
# Maximum number of levels |
|
18 | 18 | 100 |
19 | 19 | |
20 | Maximum number of custom blocks |
|
20 |
# Maximum number of custom blocks |
|
21 | 21 | The number of blocks in your game plus the number of levels cannot exceed 255. So you can have 254 custom blocks if you only have 1 level. If you have 100 levels, then you can only have 155 blocks. Similarly, if you have over 155 blocks, then you may not have 100 levels. Also, keep in mind that multi-block objects count toward the limit just as if they were separate blocks, so a 2x2x1 multiblock counts as 4 blocks. Unfortunately, there are other mysterious factors affecting this limit so usually the actual limit will likely be a little lower than this. |
... | ... | \ No newline at end of file |