Increase limits for boats, minecarts, fireballs, and height#1325
Merged
mattsumi merged 1 commit intoMCLCE:mainfrom Mar 19, 2026
Merged
Increase limits for boats, minecarts, fireballs, and height#1325mattsumi merged 1 commit intoMCLCE:mainfrom
mattsumi merged 1 commit intoMCLCE:mainfrom
Conversation
|
Thank you for contributing! |
ItzSonicFaner
pushed a commit
to ItzSonicFaner/MinecraftConsoles-Slim-Skins
that referenced
this pull request
Mar 21, 2026
ItzSonicFaner
pushed a commit
to ItzSonicFaner/MinecraftConsoles-Slim-Skins
that referenced
this pull request
Mar 21, 2026
…CLCE#1325)" (MCLCE#1341) This reverts commit baa9fc0.
itsRevela
pushed a commit
to itsRevela/LCE-Revelations
that referenced
this pull request
Mar 23, 2026
itsRevela
pushed a commit
to itsRevela/LCE-Revelations
that referenced
this pull request
Mar 23, 2026
…CLCE#1325)" (MCLCE#1341) This reverts commit baa9fc0.
ArchieDxncan
pushed a commit
to ArchieDxncan/LegacyDxncan
that referenced
this pull request
Apr 1, 2026
ArchieDxncan
pushed a commit
to ArchieDxncan/LegacyDxncan
that referenced
this pull request
Apr 1, 2026
…CLCE#1325)" (MCLCE#1341) This reverts commit baa9fc0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Increases the world height to 512, and increases entity spawn limits.
Previous Behavior
The world height was 256. This limited the height players could built to. Also, only a few entities were allowed. This was critical for the old ~512 mb limit on old consoles, but modern computers don't need these limits.
Root Cause
The hard-coded limit was 256 which did not allow tall builds such as a castle, especially on mountains. Boats, minecarts, etc could not exceed a certain amount (ex. 40), which could hinder builds such as roller coasters.
New Behavior
Players can build up to 512 blocks up on the y-axis. Boats, minecarts, and projectiles can exceed the old limits.
Fix Implementation
I increased the old build limit by x2, and the old entity limits by x10.
AI Use Disclosure
No AI was used.