Added labels that specify the unit of power (AE) and the unit of fluid (mB) for the level emitters.

This commit is contained in:
Sebastian Hartte
2020-07-19 23:50:18 +02:00
parent ebe589a714
commit 4322910614
7 changed files with 37 additions and 19 deletions
@@ -87,6 +87,9 @@ import java.util.Set;
import java.util.concurrent.TimeUnit;
public abstract class AEBaseScreen<T extends AEBaseContainer> extends ContainerScreen<T> {
public static final int COLOR_DARK_GRAY = 4210752;
private final List<InternalSlotME> meSlots = new ArrayList<>();
// drag y
private final Set<Slot> drag_click = new HashSet<>();