-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
Advancements #496
Advancements #496
Conversation
before i review: aH +700 |
mappings/net/minecraft/loot/condition/CompoundLootCondition.mapping
Outdated
Show resolved
Hide resolved
mappings/net/minecraft/advancement/AdvancementCriterion.mapping
Outdated
Show resolved
Hide resolved
what Co-authored-by: Eli Orona <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a complete review, but figured I'd submit what I have so far
mappings/net/minecraft/advancement/AdvancementRequirements.mapping
Outdated
Show resolved
Hide resolved
mappings/net/minecraft/advancement/criterion/CriterionTrigger.mapping
Outdated
Show resolved
Hide resolved
mappings/net/minecraft/advancement/AdvancementCriterion.mapping
Outdated
Show resolved
Hide resolved
mappings/net/minecraft/advancement/criterion/CuredZombieVillagerCriterion.mapping
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question: shouldn't Criterions
be renamed too? i have prototyped a registry for 1.20.1, so i am curious about that
mappings/net/minecraft/network/packet/s2c/play/AdvancementUpdateS2CPacket.mapping
Outdated
Show resolved
Hide resolved
mappings/net/minecraft/predicate/entity/EntityPredicate.mapping
Outdated
Show resolved
Hide resolved
mappings/net/minecraft/predicate/entity/EntityPredicate.mapping
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is fantastic coverage, address @supersaiyansubtlety's suggestions and I'll approve!
I was originally thinking of it, but my fingers were tired. I can totally rename them though |
🚀 Target branch has been updated to 1.20.2-rc2 |
🚀 Target branch has been updated to 1.20.2 |
🚨 Please fix merge conflicts before this can be merged |
🚨 Please fix merge conflicts before this can be merged |
🚀 Target branch has been updated to 23w42a |
🚨 Please fix merge conflicts before this can be merged |
🚀 Target branch has been updated to 23w43a |
🚨 Please fix merge conflicts before this can be merged |
🚀 Target branch has been updated to 23w44a |
🚨 Please fix merge conflicts before this can be merged |
# Conflicts: # mappings/net/minecraft/recipe/RecipeUnlocker.mapping # mappings/net/minecraft/util/dynamic/Codecs.mapping
This is a huge advancement refactor/update.
The most major change is:
Criterion
->CriterionTrigger
which was changed due to string references in codecs calling it"trigger"
Additionally, some small methods/fields were renamed for consistency/better naming
With this PR, it should be at 100% completion.