Simply, it's just a modified DTEC that can be useful for electronic.
Okay, here it is.
LOGT - Logic Gate; PSCN for input, NSCN for output, and set its tmp for setting the type of the gate.
Here is the tmp list
1: OR (<- I don't think this would be useful...)
2: AND
3: XOR
4: NOR
5: NAND
6: XNOR
Example:
Simple, isn't it?
Usage: Everything electronics, 1 pixel logic gate.
Any idea?
minecraft-physics:
It'd be good to have the GUI display the mode it's in (like FILT) when you mouseover it. Support, but I have a couple of improvements:
Rather than using NSCN/PSCN, it should use a combination of METL and INWR
Make it only register SPRKs within a 3x3 square centred on itself. It'd make the gates considerably smaller, and since METL doesn't conduct to INWR, you don't have to worry about the SPRK jumping.
Make it insulate SPRK, and be indestructible This'd prevent SPRK from jumping across the pixel in the middle.
A1234:
Thank you for support. I'll make the METL input and INWR output. Why?
Also, how 'bout the 7th tmp: Adder, with METL as inputs, INWR as output, and PTCT/NTCT as Carry?