Skip to content

Commit

Permalink
Add IE to repo for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Technici4n committed Oct 3, 2024
1 parent 990e544 commit 53f82d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ neoForge {
}

dependencies {
implementation("blusunrize.immersiveengineering:ImmersiveEngineering:${minecraft_version}-${ie_version}")
//implementation("blusunrize.immersiveengineering:ImmersiveEngineering:${minecraft_version}-${ie_version}")
implementation files("deps/ImmersiveEngineering-${minecraft_version}-${ie_version}.jar")

// We depend on many AE2 internals, such as using their basic cell drive, thus not using classifier = "api"
implementation("appeng:appliedenergistics2:${ae2_version}")
Expand Down
Binary file added deps/ImmersiveEngineering-1.21.1-11.6.1-181.jar
Binary file not shown.

0 comments on commit 53f82d0

Please sign in to comment.