Skip to content

Commit

Permalink
finally!
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilzinsel64 committed Jan 24, 2024
1 parent 00dcdd9 commit 8f23aad
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ whitelist.json
*.iml
*.ipr
*.iws
src/main/resources/mixins.*([!.]).json
#src/main/resources/mixins.*([!.]).json # Do track that file please! The build system won't list my mixin classes into that file. :/
*.bat
*.DS_Store
!gradlew.bat
Expand Down
11 changes: 11 additions & 0 deletions src/main/resources/mixins.pilzmcsammelsorium.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"required": true,
"minVersion": "0.8.5-GTNH",
"package": "de.pilz.sammelsorium.mixins",
"refmap": "mixins.pilzmcsammelsorium.refmap.json",
"target": "@env(DEFAULT)",
"compatibilityLevel": "JAVA_8",
"mixins": [],
"client": [],
"server": []
}

0 comments on commit 8f23aad

Please sign in to comment.