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:
@@ -78,6 +78,10 @@ public class PacketValueConfig extends AppEngPacket
|
||||
{
|
||||
cpt.encode();
|
||||
}
|
||||
else if ( Name.equals( "PatternTerminal.Clear" ) )
|
||||
{
|
||||
cpt.clear();
|
||||
}
|
||||
}
|
||||
else if ( Name.startsWith( "CellWorkbench." ) && c instanceof ContainerCellWorkbench )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user