mirror of
https://github.com/TheWhiteDog9487/ServerAddressSpaceFix.git
synced 2026-04-06 01:25:35 +08:00
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:
@@ -2,9 +2,7 @@
|
||||
"required": true,
|
||||
"package": "xyz.thewhitedog9487.mixin",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"mixins": [
|
||||
"ExampleMixin"
|
||||
],
|
||||
"mixins": [],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user