mirror of
https://github.com/TheWhiteDog9487/ServerAddressSpaceFix.git
synced 2026-06-21 14:14:44 +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:
@@ -16,9 +16,6 @@
|
||||
"icon": "assets/twd-sasf/icon.png",
|
||||
"environment": "client",
|
||||
"entrypoints": {
|
||||
"main": [
|
||||
"xyz.thewhitedog9487.ServerAddressSpaceFix"
|
||||
],
|
||||
"client": [
|
||||
"xyz.thewhitedog9487.ServerAddressSpaceFixClient"
|
||||
]
|
||||
|
||||
@@ -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