mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Increase max limits for boats and minecarts slightly, but not any world height changes
This commit is contained in:
parent
ecb3f00bd6
commit
79e8a2f2a7
|
|
@ -63,8 +63,8 @@ public:
|
|||
|
||||
|
||||
public:
|
||||
static const int MAX_XBOX_BOATS = 40; // Max number of boats
|
||||
static const int MAX_CONSOLE_MINECARTS = 40;
|
||||
static const int MAX_XBOX_BOATS = 50; // Max number of boats
|
||||
static const int MAX_CONSOLE_MINECARTS = 50;
|
||||
static const int MAX_DISPENSABLE_FIREBALLS = 200;
|
||||
static const int MAX_DISPENSABLE_PROJECTILES = 300;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue