
Just Another Redstone Gate Mod
Активный0.0
Установок
0
Последнее обновление
4 года назад
Клиент
This mod requires Fabric API.
This mod adds the following redstone gates:
- AND Gate: Is on when both inputs are on.
- NAND Gate: Is only off when both inputs are on.
- XOR Gate: Is only on when the inputs are different.
- XNOR Gate: Is only on when the inputs are the same.
- OR Gate: Is on when either (or both) of the inputs are on.
- NOR Gate: Is off when either (or both) of the inputs are on.
- NOT Gate: Returns the opposite. On is off; off is on.
- Long Repeater: Each tick is the length of a full normal repeater.
- Multiplexer: Selects between two input signals and forwards it the output.
- Demultiplexer: Takes a single input and selects a direction for the output.
- Majority Gate: Is on when two or more inputs are on.
All of the gates have Tooltips in-game that describe their basic actions.