mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Large world size
This commit is contained in:
parent
bda3b1078a
commit
538c3eeccc
|
|
@ -7,12 +7,12 @@ class TilePos;
|
||||||
// The maximum number of chunks that we can store
|
// The maximum number of chunks that we can store
|
||||||
#ifdef _LARGE_WORLDS
|
#ifdef _LARGE_WORLDS
|
||||||
// 4J Stu - Our default map (at zoom level 3) is 1024x1024 blocks (or 64 chunks)
|
// 4J Stu - Our default map (at zoom level 3) is 1024x1024 blocks (or 64 chunks)
|
||||||
#define LEVEL_MAX_WIDTH (5*64) //(6*54)
|
#define LEVEL_MAX_WIDTH (7*64) //(6*54)
|
||||||
|
|
||||||
#define LEVEL_WIDTH_CLASSIC 54
|
#define LEVEL_WIDTH_CLASSIC 64
|
||||||
#define LEVEL_WIDTH_SMALL 64
|
#define LEVEL_WIDTH_SMALL 256
|
||||||
#define LEVEL_WIDTH_MEDIUM (3*64)
|
#define LEVEL_WIDTH_MEDIUM (5*64)
|
||||||
#define LEVEL_WIDTH_LARGE (5*64)
|
#define LEVEL_WIDTH_LARGE (7*64)
|
||||||
|
|
||||||
#else
|
#else
|
||||||
#define LEVEL_MAX_WIDTH 54
|
#define LEVEL_MAX_WIDTH 54
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue