Patterns can now be encoded.

Added a clear button to the Pattern Terminal.
Added description to the Encoded Pattern Item.
This commit is contained in:
AlgorithmX2
2014-04-17 01:15:56 -05:00
parent f14581edae
commit 67d46d57d2
8 changed files with 270 additions and 38 deletions
+1 -1
View File
@@ -744,7 +744,7 @@ public abstract class AEBaseContainer extends Container
updateProgressBar( id, (int) value );
}
private void updateHeld(EntityPlayerMP p)
protected void updateHeld(EntityPlayerMP p)
{
try
{