Semicon is a high performance minecraft logic circuit mod.
Although minecraft original redstone can simulate logic circuit, but it is slow and tricky. The reason is redstone block state is evaluated one by one.
Different from redstone, semicon is based on event driven algorithm, which is adopted by most logic circuit simulation software. That makes semicon is significantly high performance.
All compoents:
The first row are gates, from left to right are:
and gate, or gate, not gate, xor gate, sr latch
The second row are IOs, followed by:
pin(input port, can be switch state by right click)
clock(right click for frequency adjustment)
led
The last row are wires
Usage example: (And Gate, Or Gate, Not Gate)
Performance Tests:
There are 20000 Not Gate in series, occupy 500x200 area approximately. The input connected to a Clock; the output connected to a Led. The simulation result is zero delay, and no any lags.
Even some chunks are not loaded, that doesn't affect the simulation process.