project update

This commit is contained in:
Oth3r 2023-07-22 21:18:54 -05:00
commit 74f9b19611
2 changed files with 1 additions and 12 deletions

2
.gitignore vendored
View file

@ -37,4 +37,4 @@ run/
hs_err_*.log hs_err_*.log
replay_*.log replay_*.log
*.hprof *.hprof
*.jfr *.jfr

View file

@ -1,11 +0,0 @@
{
"required": true,
"minVersion": "0.8",
"package": "one.oth3r.sit.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
],
"injectors": {
"defaultRequire": 1
}
}