Skip to content

Commit

Permalink
Keeping a local copy of Immptls now
Browse files Browse the repository at this point in the history
  • Loading branch information
UnlikePaladin committed Nov 5, 2023
1 parent 670e9c1 commit aa0372a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ out/
.gradle/
output/
bin/
libs/

.classpath
.project
Expand Down
2 changes: 1 addition & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dependencies {
modCompileOnly "curse.maven:balm-forge-531761:${rootProject.balm_version_forge}"
modCompileOnly "curse.maven:cooking-for-blockheads-forge-231484:${rootProject.cookingforblockheads_version_forge}"
modCompileOnly "curse.maven:farmers-delight-forge-398521:${rootProject.farmers_delight_version_forge}"
modCompileOnly ("curse.maven:imm_ptl-355440:${rootProject.immersive_portals_version_forge}")
modCompileOnly(files("../libs/immersive-portals-2.3.5-mc1.19.2-forge.jar"))
}

if(rootProject.jei_compatibility == "true") {
Expand Down
Binary file added libs/immersive-portals-2.3.5-mc1.19.2-forge.jar
Binary file not shown.

0 comments on commit aa0372a

Please sign in to comment.