forked from FabricMC/fabric
12 lines
No EOL
247 B
JSON
12 lines
No EOL
247 B
JSON
{
|
|
"required": true,
|
|
"package": "net.fabricmc.fabric.mixin",
|
|
"compatibilityLevel": "JAVA_8",
|
|
"mixins": [
|
|
"resources.MixinMinecraftServer"
|
|
],
|
|
"refmap": "net.fabricmc.fabric.refmap.json",
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
} |