-
-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[In Dev] Minecraft 1.21.5(?) snapshot evolution #2578
Open
gabizou
wants to merge
26
commits into
api-15
Choose a base branch
from
update/1.21.5
base: api-15
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
It appears to be a new flag for supporting structure placement while preventing block entities performing "break" operations.
Because Mojang is clearly breaking more things with these snapshots that require us to make backwards incompatible changes to the API, notably static fields being renamed as references.
Additions: - TestBlock and TestBlockEntity kinds as per the inclusion of the GameTest Framework. - TestBlockMode is a new property kind that can be retrieved from a TestBlock BlockState. - EquipmentGroups.SADDLE is now added as the engine is enabling further data driven determinism on what entities can be saddled - EquipmentTypes.SADDLE as per above - PigTypes added for the new variants of Pigs that can exist - EntityTypeTags.CAN_EQUIP_SADDLE for finding out if an EntityType can equip a saddle item Deprecations: - Saddleable is now marked for removal, while still currently supported, it will be phased out of guarantees. Plugin developers are encouraged to use the existing methods of retrieval. See https://minecraft.wiki/w/Java_Edition_25w03a
Mainly event generation changes Signed-off-by: Gabriel Harris-Rouquette <gabizou@me.com>
Signed-off-by: Gabriel Harris-Rouquette <gabizou@me.com>
Breaking changes: - CatTypes are now World Registry Scoped, so no longer defaulted - FrogTypes are now World Registry Scoped - EntityTypes.POTION is removed, now split in LINGERING_POTION and SPLASH_POTION - DamageTypeTags.BYPASSES_SHIELD is renamed BYPASSES_BLOCKING
Breaking Changes - Raids no longer have a ServerWorld link Additions - Mainly new type entries and tag entries are updated
Signed-off-by: Gabriel Harris-Rouquette <gabizou@me.com>
Additions: - New blocks - New ChickenVariant Breaking Change: - Vanilla tag name DEAD_BUSH_MAY_PLACE_ON to DRY_VEGETATION_MAY_PLACE_ON
Signed-off-by: Gabriel Harris-Rouquette <gabizou@me.com>
Breaking Changes: - Entity Wolf Howl is no longer a sound Additions: - Added the different wolf personality sound "groupings". See https://minecraft.wiki/w/Java_Edition_25w08a#Mobs
Wolf sound variants are now exposed through a Key on Wolves. See https://minecraft.wiki/w/Wolf#Sound_variants_2
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.
Just to keep track of all the breaking changes occurring in the API until the next Minecraft release where we can call a new major version of the API