IntelliE
Addon for AppliedEnergistics
Install / Use
npx skills add thatsIch/IntelliEInstalls into whichever agent you are using.
README
IntelliE
<!-- [](http://badge.fury.io/gh/thatsIch%2FIntelliE) - They are using SemVer ~.~ -->Table of Contents
About
IntelliE is an abbreviation for IntelligentEnergistics. It is a Forge-mod and an addon for AppliedEnergistics 2 for the game Minecraft. It is currently split into 3 main child mods.
- Applied Aerodynamics (WIP) adds armor and tools for builders.
- Applied Agricultures (N/A) adds some form of automatic farming.
- Applied Intelligences (N/A) adds crafting leverage.
Contacts
I am a regular in #AppliedEnergistics on Espernet. You can either directly speak with me there or send me a public message through GitHub or a private message on CurseForge.
License
Creative Commons NonCommerical ShareAlike 4.0 International
You are free to:
- Share — copy and redistribute the material in any medium or format
- Adapt — remix, transform, and build upon the material
The licensor cannot revoke these freedoms as long as you follow the license terms.
Under the following terms:
- Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- NonCommercial — You may not use the material for commercial purposes.
- ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.
No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.
Downloads
Downloads can be found on CurseForge.
Installation
You install this mod by putting it into the minecraft/mods/ folder. It requires a valid AppliedEnergistics 2 installed.
Building
- Clone this repository via
- SSH
git clone --recursive git@github.com:thatsIch/IntelliE-Scala.gitor - HTTPS
git clone --recursive https://github.com/thatsIch/IntelliE-Scala.git - Note the
--recursiveoption. This enables to automatically clones of all submodules. IntelliE uses the AE2-API repository.
- Setup workspace
- Decompiled source
gradlew setupDecompWorkspace - Obfuscated source
gradlew setupDevWorkspace - CI server
gradlew setupCIWorkspace
- (Import into IDE)
- (Generate run for IntelliJ
gradlew genIntellijRuns - Build
gradlew build. Jar will be in.gradle/libs
Contribution
Before you want to add major changes, you might want to discuss them with me first, before wasting your time. If you are still willing to contribute to this project, you can contribute via Pull-Request.
- Fork this repository
- Clone the fork via
- SSH
git clone git@github.com:<your username>/IntelliE-Scala.gitor - HTTPS
git clone https://github.com/<your username>/IntelliE-Scala.git
- Change code base
- Add changes to git
git add -A - Commit changes to your clone
git commit -m "<made changes>" - Push to your fork
git push - Create a Pull-Request on GitHub
If you are only doing single file pull requests, GitHub supports using a quick way without the need of cloning your fork.
Credits
Thanks to
- IDEA making an awesome IDE
- Notch et al for Minecraft
- Lex et al for MinecraftForge
- AlgorithmnX2 for AppliedEnergistics2
- all contributors helping making this mod.
Related Skills
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
blender-python-addon
40.5kBlender Python add-on rules for operators, panels, properties, registration, testing, and API-safe scripting
flutter-development-guidelines-cursorrules-prompt-file
40.5kCursor rules for Flutter development with MVVM architecture, Riverpod state management, Material widgets, and Dart style guidelines.
commit-push-pr
140.7kCommit, push, and open a PR
