Fix TextFormat.RESET being named as color (#626)

This commit is contained in:
Nick Ignoffo 2019-04-16 07:13:16 -07:00 committed by Adrian Siekierka
parent eca8dc8f6e
commit dfe0afdd25
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ CLASS c net/minecraft/text/TextFormat
FIELD C id I
FIELD D color Ljava/lang/Integer;
FIELD a BLACK Lc;
FIELD v color Lc;
FIELD v RESET Lc;
FIELD x FORMAT_PATTERN Ljava/util/regex/Pattern;
FIELD z sectionSignCode C
METHOD a bySectionSignCode (C)Lc;