fix #218, map grindstone container/GUI

This commit is contained in:
Adrian Siekierka 2018-11-29 21:15:08 +01:00
parent 50764e1853
commit ca921e4b58
3 changed files with 11 additions and 1 deletions

View File

@ -0,0 +1,4 @@
CLASS ctl net/minecraft/client/gui/container/GrindstoneGui
FIELD w GRINDSTONE_TEX Lpy;
FIELD x grindstone Lasr;
FIELD y playerInventory Laqi;

View File

@ -0,0 +1,6 @@
CLASS asr net/minecraft/container/GrindstoneContainer
FIELD a resultInventory Laev;
FIELD f craftingInventory Laev;
FIELD g pos Let;
FIELD h world Lbaq;
METHOD a onContentChanged (Laev;)V

View File

@ -1,5 +1,5 @@
CLASS aum net/minecraft/item/MiningToolItem
FIELD a EFFECTIVE_BLOCKS Ljava/util/Set;
FIELD a effectiveBlocks Ljava/util/Set;
FIELD b efficiency F
FIELD c damage F
FIELD d swingSpeed F