- Java 98.1%
- Ruby 1.9%
| common | ||
| datagen | ||
| docs | ||
| fabric | ||
| forge | ||
| gradle/wrapper | ||
| oc-assets/textures | ||
| .gitignore | ||
| build.gradle | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| java-exec.rb | ||
| LICENSE | ||
| readme.md | ||
| settings.gradle | ||
LibreComputers
Adds advanced, programmable computers to Minecraft.
License
This project is licensed under APGL-3.0-or-later; For more information see the LICENSE
file, or online under https://www.gnu.org/licenses/.
Building / Running
To build this mod, an java installation of Java 21 is required. Then simply
run ./gradlew build from the command line.
If you only want to build a mod for a specific loader, use one of the following commands:
./gradlew fabric:buildor./gradlew forge:build
to build only the fabric or the forge mod respectively.
Special thanks
-
Florian "Sangar" Nücke and Adrian "asie" Siekierka and all other contributors for their work on the wonderfull OpenComputers mod.
-
Since this mod uses the original assets (for now), also a huge thanks to:
- Florian "Sangar" Nücke - generally all textures / sounds not mentioned below
- PixelToast - textures for the capacitor
- asie - Disk drive inject/eject and floppy disk access sounds
- https://www.freesound.org/people/artykris/sounds/117401/ - for the HDD access samples
All those assets can be found in the
oc-assetsfolder. -
quaternary / highlysuspect with his awesome blog entry about datagen w/o modloader support in 1.16.x. Based on it the datagenerator subproject in
datagenwas created.