No description
Find a file
2025-09-26 13:53:36 +02:00
gradle/wrapper chore!: make it compile 2025-09-21 15:47:08 +02:00
src/main fix: use correct dependency 2025-09-26 13:53:36 +02:00
.gitignore Killed most of dependency hell (yes, legit term) to gradle. 2015-05-26 09:26:16 -05:00
build.gradle fix: use correct dependency 2025-09-26 13:53:36 +02:00
ChangeLog.txt Branching 2018-05-21 22:54:39 -04:00
Features.md Storage Bus & Conversion Monitor fixes 2015-05-19 09:58:13 -04:00
gradlew Killed most of dependency hell (yes, legit term) to gradle. 2015-05-26 09:26:16 -05:00
gradlew.bat Killed most of dependency hell (yes, legit term) to gradle. 2015-05-26 09:26:16 -05:00
LICENSE Initial commit 2014-07-18 13:58:33 -04:00
README.md Update README.md 2018-03-27 01:09:06 -04:00

ThaumicEnergistics

Because the digital age could use some magic!


Please note that I am no longer actively adding features to this mod.

I may however release bug fixes from time to time.

About

The aim of this mod is to serve as a bridge between Thaumcraft and Applied Energistics. The primary focus is essentia management, both in storage, transportation, and application.

Thanks go out to AlgorithmX2 for Applied Energistics, Azanor for Thaumcraft, M3gaFr3ak for ExtraCells, and the Forge team.

Localization's thanks to Mrkwtkr, alvin137, puyo061, Wuestengecko, TheVizzy, Adaptivity, Joccob, & Keridos. Texture thanks to CyanideX. Special thanks to MKoanga, Keridos & Aquahatsche.

Built for MC 1.7.10

Code Analysis

How To Compile

  1. Get the 1.7.10 versions of AE2 API, CoFHCore API, and Thaumcraft API Computer Craft, Mekanism, and RotaryCraft put it in a new folder "libs/"
  2. Run ./gradlew setupDecompWorkspace build
  3. Your build shall be in build/libs/

How To Debug

  1. Do step 1 of compile
  2. Add "-Dfml.coreMods.load=thaumicenergistics.fml.ThECore", without quotes, to your run & debug configuration. In Eclipse, Menu: Run > Run|Debug Configurations > Arguments Tab > VM Arguments.