Skip to content

Commit

Permalink
Rename ColorIndex to TintIndex to match model jsons (#4059)
Browse files Browse the repository at this point in the history
Requested by @PepperCode1
  • Loading branch information
Shnupbups authored Nov 26, 2024
1 parent ca04a1a commit 6d2cb31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mappings/net/minecraft/client/render/model/BakedQuad.mapping
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
CLASS net/minecraft/class_777 net/minecraft/client/render/model/BakedQuad
FIELD field_22441 shade Z
FIELD field_4173 face Lnet/minecraft/class_2350;
FIELD field_4174 colorIndex I
FIELD field_4174 tintIndex I
FIELD field_4175 vertexData [I
FIELD field_4176 sprite Lnet/minecraft/class_1058;
FIELD field_53158 lightEmission I
METHOD <init> ([IILnet/minecraft/class_2350;Lnet/minecraft/class_1058;ZI)V
ARG 1 vertexData
ARG 2 colorIndex
ARG 2 tintIndex
ARG 3 face
ARG 4 sprite
ARG 5 shade
ARG 6 lightEmission
METHOD method_24874 hasShade ()Z
METHOD method_3357 getVertexData ()[I
METHOD method_3358 getFace ()Lnet/minecraft/class_2350;
METHOD method_3359 getColorIndex ()I
METHOD method_3360 hasColor ()Z
METHOD method_3359 getTintIndex ()I
METHOD method_3360 hasTint ()Z
METHOD method_35788 getSprite ()Lnet/minecraft/class_1058;
METHOD method_62324 getLightEmission ()I

0 comments on commit 6d2cb31

Please sign in to comment.