Updates to UI to separate out format filters

This commit is contained in:
austinio7116
2018-04-03 17:27:42 +01:00
committed by maustin
parent e01eab131f
commit def7ba5faf
5 changed files with 33 additions and 5 deletions

View File

@@ -166,6 +166,7 @@ public abstract class FormatFilter<T extends InventoryItem> extends ItemFilter<T
@Override
public boolean tap(Integer index, GameFormat value, float x, float y, int count) {
selectedFormat=value;
Forge.back();
return true;
}