Skip to content

Commit

Permalink
changed git submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Jan 17, 2025
1 parent 0bda482 commit de3421c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "AntimatterAPI"]
path = AntimatterAPI
url = https://github.com/GregTech-Intergalactical/AntimatterAPI.git
[submodule "GT-Reimagined-Lib"]
path = GT-Reimagined-Lib
url = https://github.com/GT-Reimagined/GT-Reimagined-Lib
1 change: 0 additions & 1 deletion AntimatterAPI
Submodule AntimatterAPI deleted from 2250c2
1 change: 1 addition & 0 deletions GT-Reimagined-Lib
Submodule GT-Reimagined-Lib added at d0e43f
12 changes: 6 additions & 6 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ pluginManagement {
}
}
include 'tesseract-forge'
project(':tesseract-forge').setProjectDir(new File("AntimatterAPI/TesseractAPI/forge"))
project(':tesseract-forge').setProjectDir(new File("GT-Reimagined-Lib/TesseractAPI/forge"))
include 'tesseract-common'
project(':tesseract-common').setProjectDir(new File("AntimatterAPI/TesseractAPI/common"))
project(':tesseract-common').setProjectDir(new File("GT-Reimagined-Lib/TesseractAPI/common"))
include 'tesseract-fabric'
project(':tesseract-fabric').setProjectDir(new File("AntimatterAPI/TesseractAPI/fabric"))
project(':tesseract-fabric').setProjectDir(new File("GT-Reimagined-Lib/TesseractAPI/fabric"))


include("antimatter-common")
include("antimatter-fabric")
include("antimatter-forge")
project(':antimatter-common').setProjectDir(new File("AntimatterAPI/common"))
project(':antimatter-forge').setProjectDir(new File("AntimatterAPI/forge"))
project(':antimatter-fabric').setProjectDir(new File("AntimatterAPI/fabric"))
project(':antimatter-common').setProjectDir(new File("GT-Reimagined-Lib/common"))
project(':antimatter-forge').setProjectDir(new File("GT-Reimagined-Lib/forge"))
project(':antimatter-fabric').setProjectDir(new File("GT-Reimagined-Lib/fabric"))
include("common")
include("fabric")
include("forge")
Expand Down

0 comments on commit de3421c

Please sign in to comment.