Fix refresh issue

- Fix the refresh issue by replacing @Inject with @Replace. This immediately trims the value of .getText()
- Remove unused entrypoints and mixins
This commit is contained in:
JustAlittleWolf
2023-10-25 10:59:50 +02:00
parent c863df68b8
commit dbb2019bf3
5 changed files with 18 additions and 38 deletions

View File

@@ -2,9 +2,7 @@
"required": true,
"package": "xyz.thewhitedog9487.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
"ExampleMixin"
],
"mixins": [],
"injectors": {
"defaultRequire": 1
}