Changelog
This release of Logic Gates adds the ability to toggle the existance of certain logic gates using a config file. When a logic gate is disabled in the config file, it's item becomes completely unobtainable (even in creative mode), which is why you should be careful, as disabling a logic gate will erase it's item from containers such as inventories and chests. For technical reasons, the disabled item's corresponding blocks will not be erased from existance when disabling the logic gates, as doing so could (and very likely would) result in world corruption. Because of this, you can still place down disabled logic gates through commands such as /setblock
.
To get started, simply put a config file named logicgates.properties
 into the config
folder. Below is the list of properties you can use:
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
The full list of all properties for future versions of the mod can be found on the mod's wiki page.