Fix EnchantingPhrases having CAPS fields

This commit is contained in:
copygirl 2016-09-21 11:40:55 +02:00
parent 3c9e2859e4
commit 96dd2032a2
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
CLASS none/bhr net/minecraft/client/util/EnchantingPhrases
FIELD a INSTANCE Lnone/bhr;
FIELD b RAND Ljava/util/Random;
FIELD c PHRASES [Ljava/lang/String;
FIELD b rand Ljava/util/Random;
FIELD c phrases [Ljava/lang/String;
METHOD a getInstance ()Lnone/bhr;
METHOD a setSeed (J)V
ARG 0 seed