Fix mixed-up PistonBehavior naming

This commit is contained in:
copygirl 2016-08-18 21:14:41 +02:00
parent a1c50ce07a
commit 4475d35948
2 changed files with 4 additions and 4 deletions

View File

@ -55,7 +55,7 @@ CLASS none/ayo net/minecraft/block/material/Material
METHOD k isOpaque ()Z
METHOD l getHarvestable ()Z
METHOD m getPistonBehavior ()Lnone/ayr;
METHOD n setPistonBlocking ()Lnone/ayo;
METHOD o setPistonBreakable ()Lnone/ayo;
METHOD n setPistonBreakable ()Lnone/ayo;
METHOD o setPistonBlocking ()Lnone/ayo;
METHOD r getMapColor ()Lnone/ayp;
METHOD s setTransparent ()Lnone/ayo;

View File

@ -1,5 +1,5 @@
CLASS none/ayr net/minecraft/block/piston/PistonBehavior
FIELD a MOVE Lnone/ayr;
FIELD b BLOCK Lnone/ayr;
FIELD c BREAK Lnone/ayr;
FIELD b BREAK Lnone/ayr;
FIELD c BLOCK Lnone/ayr;
FIELD d IGNORE Lnone/ayr;