-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
Components and Codecs #664
Merged
supersaiyansubtlety
merged 20 commits into
QuiltMC:24w46a
from
supersaiyansubtlety:components-and-codecs
Nov 20, 2024
Merged
Components and Codecs #664
supersaiyansubtlety
merged 20 commits into
QuiltMC:24w46a
from
supersaiyansubtlety:components-and-codecs
Nov 20, 2024
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
supersaiyansubtlety
added
t: new
adds new mappings
v: snapshot
targets a snapshot version of minecraft
wip
this is a work in progress
s: medium
PRs with less than 700 lines and more than 200
labels
Nov 16, 2024
ix0rai
added
the
update-base
used to notify github actions that the base branch should be updated
label
Nov 19, 2024
🚀 Target branch has been updated to 24w46a |
🚨 Please fix merge conflicts before this can be merged |
github-actions
bot
added
outdated
this pull request hasn't been updated to the latest version or has merge conflicts
and removed
update-base
used to notify github actions that the base branch should be updated
labels
Nov 19, 2024
supersaiyansubtlety
force-pushed
the
components-and-codecs
branch
from
November 19, 2024 19:59
f1dd1b6
to
f42ad47
Compare
also complete Codecs for some reason
…/util/math/RotationSegment.mapping complete n/m/state/
supersaiyansubtlety
force-pushed
the
components-and-codecs
branch
from
November 19, 2024 20:03
f42ad47
to
c581aab
Compare
complet Entity and a few entity-related classes
supersaiyansubtlety
added
s: large
PRs with more than 700 lines
and removed
outdated
this pull request hasn't been updated to the latest version or has merge conflicts
s: medium
PRs with less than 700 lines and more than 200
labels
Nov 19, 2024
supersaiyansubtlety
force-pushed
the
components-and-codecs
branch
2 times, most recently
from
November 19, 2024 20:52
f406716
to
cdc3a69
Compare
complete a few other packet related classes
work on a few other classes in n/m/util
more component tweaks
supersaiyansubtlety
added
reviews needed
please review this PR
and removed
wip
this is a work in progress
labels
Nov 19, 2024
OroArmor
approved these changes
Nov 19, 2024
supersaiyansubtlety
added
final-comment-period
is approved and will soon be merged if no issues are raised
and removed
reviews needed
please review this PR
labels
Nov 19, 2024
ix0rai
approved these changes
Nov 20, 2024
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.
looks great, just a couple nitpicks!
mappings/net/minecraft/component/type/AttributeModifiersComponent.mapping
Outdated
Show resolved
Hide resolved
mappings/net/minecraft/component/type/AttributeModifiersComponent.mapping
Outdated
Show resolved
Hide resolved
mappings/net/minecraft/component/type/CustomModelDataComponent.mapping
Outdated
Show resolved
Hide resolved
Co-authored-by: ix0rai <[email protected]>
Co-authored-by: ix0rai <[email protected]>
improve lambda param names for lambdas in createCodecForPairObject
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
final-comment-period
is approved and will soon be merged if no issues are raised
s: large
PRs with more than 700 lines
t: new
adds new mappings
v: snapshot
targets a snapshot version of minecraft
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.
Mostly completes
n/m/components
.Completes
Codecs
andn/m/network/codec
, along with some other codec classes.Also some misc. things.