Skip to content

Commit

Permalink
Why does this work????????
Browse files Browse the repository at this point in the history
  • Loading branch information
Caedis committed Sep 7, 2024
1 parent 6581a1f commit 3b68afc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
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
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 3b68afc

Please sign in to comment.