Files
no-more-render/build/resources/main/addon-template.mixins.json
T

12 lines
187 B
JSON
Raw Normal View History

2024-07-11 08:34:04 -06:00
{
"required": true,
"package": "com.example.addon.mixin",
"compatibilityLevel": "JAVA_21",
"client": [
"MixinGameRenderer"
],
"injectors": {
"defaultRequire": 1
}
}