EDCraft is a Minecraft mod that adds Electronic Digital Circuits components to the game.
This mod simplifies the creation of digital circuits in Minecraft, changing the way the player interacts with redstone. It is the perfect environment to learn about digital circuits and logic gates from the simplicity of Minecraft. It also serves as a tool to create complex redstone contraptions in a more compact and easier way.
If you want to contribute to this project, you can fork this repository and submit a pull request. You can also open an issue if you find a bug or have a suggestion. This mod is in early development, so any help is appreciated.
This mod is created using the Fabric modding toolchain. You can find more information about Fabric modding in the Fabric wiki.
These are features that will be added before the first release. There order might change (visual changes are prone to be done in different order).
- Add basic logic gates blocks (NOT, AND, OR, XOR).
- Add simple biestable blocks (D, T, JK, RS).
- Allow biestable blocks to change tick delay.
- Refactor gates visual appearance.
- Add crafting recipes for all blocks.