World Updates - #8787
Open
AnOwlBe wants to merge 36 commits into
Open
Conversation
AnOwlBe
requested review from
Absolutionism and
Burbulinis
and removed request for
a team
July 21, 2026 06:25
Contributor
Author
|
removed deprecation for the cond and effect for pvp since I didn't realize that the gamerule for it was only added in 1.21.9 took me so long to figure out that was the issue.. |
Absolutionism
requested changes
Jul 22, 2026
Co-authored-by: SirSmurfy2 <82696841+Absolutionism@users.noreply.github.com>
Absolutionism
left a comment
Contributor
There was a problem hiding this comment.
Space Invaders in docs
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.
Problem
This PR aims to lay the foundation for migrating all world elements starting with the basics:
All world events, expressions and effects
The world class info
todo in a later PR:
Location related syntaxes
More chunk related syntaxes
Biome related syntaxes
Solution
Syntax Changes:
[in %-worlds%]in pattern because why notDeleted:
Deleted ExprAllWorlds in favor of simply using
supplieron the world class info (has no breaking changes from my testing)Also adds a
World.sktesting file to test all the expressions n such (since the tests for the expressions are like 2-3 lines I didn't see a point for them to be their own file)Testing Completed
Manual testing completed for all events + all expressions + quickTest successful
was unable to have JUnitQuick run 'successfully' due to an error with the build version but that was the only error all others were fixed
Supporting Information
Might of forgot a few syntaxes do let me know
Completes: none
Related: none
AI assistance: none