SimpleMultipart/src/main/resources/simplemultipart.client.json

15 lines
284 B
JSON

{
"required": true,
"package": "net.shadowfacts.simplemultipart.mixin.client",
"compatibilityLevel": "JAVA_8",
"mixins": [
"MixinBlockRenderManager",
"MixinDebugHud",
"MixinModelLoader",
"MixinWorldRenderer"
],
"injectors": {
"defaultRequire": 1
}
}