Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/josdelsan/edcraft

Electronic Digital Circuits Minecraft mod.
https://github.com/josdelsan/edcraft

electronics-engineering fabricmc minecraft-mod

Last synced: 8 days ago
JSON representation

Electronic Digital Circuits Minecraft mod.

Awesome Lists containing this project

README

        

# EDCraft

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.

## Contributing

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](https://fabricmc.net/) modding toolchain. You can find more information about Fabric modding in the [Fabric wiki](https://docs.fabricmc.net/develop/getting-started/introduction-to-fabric-and-modding).

## Roadmap

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).

- [x] 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.