mirror of
https://github.com/TheWhiteDog9487/WhoProvideThisKeybind.git
synced 2026-09-16 23:10:28 +08:00
⭐ init: 完成
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"required": false,
|
||||
"package": "xyz.thewhitedog9487.client.mixin.Compatibility.Controlling",
|
||||
"compatibilityLevel": "JAVA_25",
|
||||
"plugin": "xyz.thewhitedog9487.client.mixin.Compatibility.Controlling.MixinPlugin",
|
||||
"client": [
|
||||
"NewKeyBindsListMixin" ],
|
||||
"injectors": {
|
||||
"defaultRequire": 0 }
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"required": true,
|
||||
"package": "xyz.thewhitedog9487.client.mixin",
|
||||
"compatibilityLevel": "JAVA_25",
|
||||
"client": [
|
||||
"KeyBindsListKeyEntryMixin"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
},
|
||||
"overwrites": {
|
||||
"requireAnnotations": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user