Fixed a typo with getMaterial

This commit is contained in:
Tyler Hancock 2016-08-20 17:11:26 -06:00
parent 8a6f9480a9
commit 516e470c13
No known key found for this signature in database
GPG Key ID: 13A751B7F43C05B7
1 changed files with 1 additions and 1 deletions

View File

@ -32,4 +32,4 @@ CLASS none/adr net/minecraft/item/tool/ItemTool
ARG 0 slotType
METHOD c getEnchantability ()I
METHOD g getMaterial ()Lnone/aeo$a;
METHOD h getMaterial ()Ljava/lang/String;
METHOD h getMaterialName ()Ljava/lang/String;