File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -63,16 +63,16 @@ class Level : public LevelSource
6363
6464
6565public:
66- static const int MAX_XBOX_BOATS = 400 ; // Max number of boats
67- static const int MAX_CONSOLE_MINECARTS = 400 ;
68- static const int MAX_DISPENSABLE_FIREBALLS = 2000 ;
69- static const int MAX_DISPENSABLE_PROJECTILES = 3000 ;
66+ static const int MAX_XBOX_BOATS = 40 ; // Max number of boats
67+ static const int MAX_CONSOLE_MINECARTS = 40 ;
68+ static const int MAX_DISPENSABLE_FIREBALLS = 200 ;
69+ static const int MAX_DISPENSABLE_PROJECTILES = 300 ;
7070
7171 static const int MAX_LEVEL_SIZE = 30000000 ;
7272 static const int maxMovementHeight = 512 ; // 4J added
7373
7474 static const int minBuildHeight = 0 ; // 4J - brought forward from 1.2.3
75- static const int maxBuildHeight = 512 ; // 4J - brought forward from 1.2.3
75+ static const int maxBuildHeight = 256 ; // 4J - brought forward from 1.2.3
7676 static const int genDepthBits = 7 ;
7777 static const int genDepthBitsPlusFour = genDepthBits + 4 ;
7878 static const int genDepth = 1 << genDepthBits;
You can’t perform that action at this time.
0 commit comments