Skip to content

Commit

Permalink
update bs + deps (working?) (#30)
Browse files Browse the repository at this point in the history
* update bs + deps (working?)

* Why does this work????????
  • Loading branch information
Caedis authored Sep 7, 2024
1 parent fc97e98 commit 6b2dc5e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ whitelist.json
*.iml
*.ipr
*.iws
src/main/resources/mixins.*.json
*.bat
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Add your dependencies here

dependencies {
compileOnly("com.github.GTNewHorizons:CodeChickenLib:1.3.0:dev")
compileOnly("com.github.GTNewHorizons:CodeChickenCore:1.3.7:dev")
compileOnly("com.github.GTNewHorizons:Natura:2.7.1:dev") { transitive = false }
compileOnly(deobfCurse("pams-harvestcraft-221857:2270206"))

Expand Down
11 changes: 11 additions & 0 deletions src/main/resources/mixins.AppleCore.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"required": true,
"minVersion": "0.8.5-GTNH",
"package": "squeek.applecore.mixins",
"refmap": "mixins.AppleCore.refmap.json",
"target": "@env(DEFAULT)",
"compatibilityLevel": "JAVA_8",
"mixins": [],
"client": [],
"server": []
}

0 comments on commit 6b2dc5e

Please sign in to comment.