Increase max limits for boats and minecarts slightly, but not any world height changes

This commit is contained in:
Jazzitch 2026-03-19 05:10:05 -04:00 committed by GitHub
parent ecb3f00bd6
commit 79e8a2f2a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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