Fix a few issues

This commit is contained in:
modmuss50 2016-08-30 21:47:09 +01:00
parent 75d129f57c
commit 92d57283f5
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
CLASS none/bem net/minecraft/client/gui/widget/WidgetTextInput
CLASS none/bem net/minecraft/client/gui/widget/WidgetTextField
FIELD a x I
FIELD f y I
FIELD g id I

View File

@ -5,7 +5,7 @@ CLASS none/ri net/minecraft/inventory/Inventory
FIELD e customNamed Z
METHOD <init> (Ljava/lang/String;ZI)V
ARG 0 name
ARG 1 hasCustomName
ARG 1 customNamed
ARG 2 size
METHOD a getInvStack (I)Lnone/aeq;
ARG 0 slot

View File

@ -1,2 +1,2 @@
CLASS none/bmd
METHOD h isCreavtiveMode ()Z
METHOD h isCreativeMode ()Z