mirror of
https://github.com/Astatin3/MC-server-icon.git
synced 2026-06-09 08:38:05 -06:00
11 lines
177 B
JSON
11 lines
177 B
JSON
|
|
{
|
||
|
|
"required": true,
|
||
|
|
"package": "com.example.mixin.client",
|
||
|
|
"compatibilityLevel": "JAVA_21",
|
||
|
|
"client": [
|
||
|
|
"ExampleClientMixin"
|
||
|
|
],
|
||
|
|
"injectors": {
|
||
|
|
"defaultRequire": 1
|
||
|
|
}
|
||
|
|
}
|