Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thecsmods/mc-logic-gates
A Minecraft (Fabric) mod that adds logic gates to the game.
https://github.com/thecsmods/mc-logic-gates
fabricmc-mod minecraft-mod
Last synced: 7 days ago
JSON representation
A Minecraft (Fabric) mod that adds logic gates to the game.
- Host: GitHub
- URL: https://github.com/thecsmods/mc-logic-gates
- Owner: TheCSMods
- License: lgpl-3.0
- Created: 2022-03-20T18:37:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-16T10:30:07.000Z (over 1 year ago)
- Last Synced: 2023-04-18T17:31:19.951Z (over 1 year ago)
- Topics: fabricmc-mod, minecraft-mod
- Language: Java
- Homepage: https://thecsdev.github.io/mc-logic-gates/
- Size: 893 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a Fabric Minecraft mod that adds logic gates to the game. Logic gates are redstone components that can either output or not output redstone signal based on the redstone inputs. You can read more about logic gates and how they work here.
# Features
#### Logic gates featured in this mod:
- AND gate
- NOT gate
- NAND gate
- OR gate
- NOR gate
- XOR gate
- XNOR gate
#### Latches featured in this mod:
- Set-Reset latch
- Data latch
#### Other redstone components featured in this mod:
- Wire (acts like a 0 tick repeater)
- Wire turn (same as wire, but it is a 90° turn)# How to use the logic gates
Logic gates act similarly to repeaters, except as opposed to having one input and output, they have multiple inputs and one output. A logic gate's redstone output depends on it's redstone inputs. Most logic gates featured in this mod have two inputs and one output. Such logic gates have one input on the opposite side of the output, and one input on the side. You can toggle the direction of the side inputs of logic gates by right clicking (using) them.
Here is a short video showing how some of the logic gates work (click the image):
[![Logic Gates demonstration](https://img.youtube.com/vi/NAuzft5aIPM/0.jpg)](https://www.youtube.com/watch?v=NAuzft5aIPM)# How to craft the logic gates
More info, including how logic gates work and how to craft them can be found on the Wiki page. They are simply too long to fit on this page.##