Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss committed Jan 18, 2025
1 parent 5a9a19d commit 1340c3b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// Add your dependencies here

dependencies {
api('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-521-GTNH:dev')
api('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-523-GTNH:dev')
api('com.github.GTNewHorizons:bdlib:1.10.0-GTNH:dev')

implementation('com.github.GTNewHorizons:waila:1.8.2:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:NotEnoughItems:2.7.18-GTNH:dev')
compileOnly('com.github.GTNewHorizons:NotEnoughItems:2.7.22-GTNH:dev')
compileOnly('com.github.GTNewHorizons:BuildCraft:7.1.42:dev')
runtimeOnlyNonPublishable("com.github.GTNewHorizons:GTNHLib:0.6.2:dev")
}
13 changes: 13 additions & 0 deletions layout.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"ideaDirPath": "C:/Users/serenibyss/Documents/GitHub/ae2stuffNH/.idea",
"modulesMap": {
"ae2stuffNH": "C:/Users/serenibyss/Documents/GitHub/ae2stuffNH/.idea/modules/ae2stuffNH.iml",
"ae2stuffNH:api": "C:/Users/serenibyss/Documents/GitHub/ae2stuffNH/.idea/modules/ae2stuffNH.api.iml",
"ae2stuffNH:ideVirtualMain": "C:/Users/serenibyss/Documents/GitHub/ae2stuffNH/.idea/modules/ae2stuffNH.ideVirtualMain.iml",
"ae2stuffNH:injectedTags": "C:/Users/serenibyss/Documents/GitHub/ae2stuffNH/.idea/modules/ae2stuffNH.injectedTags.iml",
"ae2stuffNH:main": "C:/Users/serenibyss/Documents/GitHub/ae2stuffNH/.idea/modules/ae2stuffNH.main.iml",
"ae2stuffNH:mcLauncher": "C:/Users/serenibyss/Documents/GitHub/ae2stuffNH/.idea/modules/ae2stuffNH.mcLauncher.iml",
"ae2stuffNH:patchedMc": "C:/Users/serenibyss/Documents/GitHub/ae2stuffNH/.idea/modules/ae2stuffNH.patchedMc.iml",
"ae2stuffNH:test": "C:/Users/serenibyss/Documents/GitHub/ae2stuffNH/.idea/modules/ae2stuffNH.test.iml"
}
}

0 comments on commit 1340c3b

Please sign in to comment.