Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josdelsan/edcraft
Electronic Digital Circuits Minecraft mod.
https://github.com/josdelsan/edcraft
electronics-engineering fabricmc minecraft-mod
Last synced: about 1 month ago
JSON representation
Electronic Digital Circuits Minecraft mod.
- Host: GitHub
- URL: https://github.com/josdelsan/edcraft
- Owner: Josdelsan
- License: gpl-3.0
- Created: 2024-08-28T11:46:56.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T15:19:09.000Z (3 months ago)
- Last Synced: 2024-09-25T20:01:15.294Z (about 2 months ago)
- Topics: electronics-engineering, fabricmc, minecraft-mod
- Language: Java
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.