A Minecraft mod that adds a single block. It can be used as the "wire" in BitMap logic simulator.
A few:
- Minecraft 1.14 or above
- Fabric
- Fabric API
- Run ./gradlew genSources in root directory (or .\gradlew.bat genSources if you are using Windows)
- Run ./gradlew vscode for Visual Studio Code files, idea for IDEA files, and eclipse for Eclipse files. (Again, .\gradlew.bat for windows!)
- Use your IDE to open the folder.
- Starting coding / playing! 😀
- Run ./gradlew build (or .\gradlew.bat on Windows).
- There should be many JAR files in build/libs now.
- Find the one called [MCversion]Bitmap-Simulator-[version].jar and copy it to your .minecraft/mods folder.
- Done!