return;
}
try {
for (int i = 0; i < output.length; i++) {
Signal out = chip.getOut(i + 1);
if (out == null) break;
out.set(output[i]);
}
} catch (ArrayIndexOutOfBoundsException e) {
t.setLine2("§c" + t.getLine2());
t.setLine3("!ERROR!");
t.setLine4("too many outputs");