mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Change maxMovementHeight back to 256 but keeps entity limits up
Reduced maxMovementHeight from 512 to 256.
This commit is contained in:
parent
71d6fba4b9
commit
c3e87a4934
|
|
@ -69,7 +69,7 @@ public:
|
|||
static const int MAX_DISPENSABLE_PROJECTILES = 3000;
|
||||
|
||||
static const int MAX_LEVEL_SIZE = 30000000;
|
||||
static const int maxMovementHeight = 512; // 4J added
|
||||
static const int maxMovementHeight = 256; // 4J added
|
||||
|
||||
static const int minBuildHeight = 0; // 4J - brought forward from 1.2.3
|
||||
static const int maxBuildHeight = 512; // 4J - brought forward from 1.2.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue