mirror of
https://github.com/Astatin3/no-more-render.git
synced 2026-06-09 00:28:07 -06:00
12 lines
187 B
JSON
12 lines
187 B
JSON
|
|
{
|
||
|
|
"required": true,
|
||
|
|
"package": "com.example.addon.mixin",
|
||
|
|
"compatibilityLevel": "JAVA_21",
|
||
|
|
"client": [
|
||
|
|
"MixinGameRenderer"
|
||
|
|
],
|
||
|
|
"injectors": {
|
||
|
|
"defaultRequire": 1
|
||
|
|
}
|
||
|
|
}
|