mirror of
https://github.com/FabricMC/fabric.git
synced 2025-03-14 00:59:57 -04:00
11 lines
209 B
JSON
11 lines
209 B
JSON
{
|
|
"required": true,
|
|
"package": "net.fabricmc.fabric.mixin.client.texture",
|
|
"compatibilityLevel": "JAVA_8",
|
|
"client": [
|
|
"MixinSpriteAtlasTexture"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|