Mod config
As of v1.1, this mod features config support.
To get started, simply put a config file named logicgates.properties
into the config
folder.
Below is the list of properties you can use:
# Properties for v1.1 and up
ENABLE_LOGIC_GATE_WIRE=true
ENABLE_LOGIC_GATE_WIRE_TURN=true
ENABLE_LOGIC_GATE_AND=true
ENABLE_LOGIC_GATE_OR=true
ENABLE_LOGIC_GATE_XOR=true
ENABLE_LOGIC_GATE_NOT=true
ENABLE_LOGIC_GATE_NAND=true
ENABLE_LOGIC_GATE_NOR=true
ENABLE_LOGIC_GATE_XNOR=true
ENABLE_LATCH_SETRESET=true
ENABLE_LATCH_DATA=true
# Properties for v1.1.1 and up
ENABLE_CLOCK=true
# Properties for v1.2 and up
ENABLE_PULSE_EXTENDER=true