Skip to content

Commit

Permalink
fix: consistent VECTOR3F and VECTOR4F field names
Browse files Browse the repository at this point in the history
  • Loading branch information
Octol1ttle committed Sep 16, 2024
1 parent 5eb8941 commit 7117292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mappings/net/minecraft/util/dynamic/Codecs.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CLASS net/minecraft/class_5699 net/minecraft/util/dynamic/Codecs
FIELD field_39395 OPTIONAL_OF_LONG_TO_OPTIONAL_LONG Ljava/util/function/Function;
FIELD field_39396 OPTIONAL_LONG_TO_OPTIONAL_OF_LONG Ljava/util/function/Function;
FIELD field_40721 JSON_ELEMENT Lcom/mojang/serialization/Codec;
FIELD field_40723 VECTOR_3F Lcom/mojang/serialization/Codec;
FIELD field_40723 VECTOR3F Lcom/mojang/serialization/Codec;
FIELD field_40724 BIT_SET Lcom/mojang/serialization/Codec;
FIELD field_40725 GAME_PROFILE_PROPERTY_MAP Lcom/mojang/serialization/Codec;
FIELD field_40726 GAME_PROFILE_WITH_PROPERTIES Lcom/mojang/serialization/Codec;
Expand All @@ -35,7 +35,7 @@ CLASS net/minecraft/class_5699 net/minecraft/util/dynamic/Codecs
COMMENT @see RuntimeOps
FIELD field_49012 UNSIGNED_BYTE Lcom/mojang/serialization/Codec;
FIELD field_49183 PLAYER_NAME Lcom/mojang/serialization/Codec;
FIELD field_51364 VECTOR_4F Lcom/mojang/serialization/Codec;
FIELD field_51364 VECTOR4F Lcom/mojang/serialization/Codec;
FIELD field_51365 ARGB Lcom/mojang/serialization/Codec;
FIELD field_53754 NON_NEGATIVE_FLOAT Lcom/mojang/serialization/Codec;
FIELD field_54067 RGB Lcom/mojang/serialization/Codec;
Expand Down

0 comments on commit 7117292

Please sign in to comment.