Change maxMovementHeight back to 256 but keeps entity limits up

Reduced maxMovementHeight from 512 to 256.
This commit is contained in:
Jazzitch 2026-03-18 20:50:45 -04:00 committed by GitHub
parent 71d6fba4b9
commit c3e87a4934
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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