Fixed derpy textures
This commit is contained in:
parent
0b43eca49a
commit
f5aecc07cc
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ public class BlockGrinder extends BlockMachineBase{
|
|||
return metadata == 0 && side == 3 ? this.iconFront
|
||||
: side == 1 ? this.iconTop :
|
||||
side == 0 ? this.iconBottom: (side == 0 ? this.iconTop
|
||||
: (side == metadata ? this.iconFront : this.iconFront));
|
||||
: (side == metadata ? this.iconFront : this.blockIcon));
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue