LogiStorage is an addon mod for bridging automation tools between ComputerCraft and Applied Energistics 2, allowing power users build the most sophisticated and advanced automation setup at their fingertips.
Only compatible with Forge 1.20.1, this mod is built using NeoForge's LegacyForge to be compatible with Forge.
For guides and documentations regarding the mod, click here to learn more.
NOTE: You must have Git, Gradle, and JDK 21 installed before cloning this project. Make sure your PATH environment included the directories of the required binaries before doing the build process.
- Open your terminal.
- Clone the project via
git clone https://github.com/bearU369/LogiStorage.git - Change directory to the project via
cd ./LogiStorage - Run
gradle forge:buildor./gradlew forge:buildto build the project. - Run
gradle forge:runDataor./gradlew forge:runDatato generate data files for item recipes, loot tables, and other data. - Run
gradle forge:runClientor./gradlew forge:runClientto test the mod, running Minecraft bundled with the mod and other mods within.
This project is licensed under multiple terms:
- Source Code: Distributed under LGPL-2.1-or-later license.
- Assets (art, music, sound): Distributed under CC-BY-SA-4.0 license.
See the LICENSE and LICENSE-ASSETS files for more information.