From 79e8a2f2a75323141ae714843f7d0d30fcc59dfb Mon Sep 17 00:00:00 2001 From: Jazzitch Date: Thu, 19 Mar 2026 05:10:05 -0400 Subject: [PATCH] Increase max limits for boats and minecarts slightly, but not any world height changes --- Minecraft.World/Level.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Minecraft.World/Level.h b/Minecraft.World/Level.h index 2be874722..a5f77df8c 100644 --- a/Minecraft.World/Level.h +++ b/Minecraft.World/Level.h @@ -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;