mirror of
https://github.com/TeamMidnightDust/MidnightControls.git
synced 2025-12-13 23:25:10 +01:00
16 lines
408 B
JSON
16 lines
408 B
JSON
{
|
|
"required": true,
|
|
"package": "me.lambdaurora.lambdacontrols.client.compat.mixin",
|
|
"plugin": "me.lambdaurora.lambdacontrols.client.compat.LambdaControlsMixinPlugin",
|
|
"compatibilityLevel": "JAVA_8",
|
|
"client": [
|
|
"EntryListWidgetAccessor",
|
|
"EntryWidgetAccessor",
|
|
"RecipeViewingScreenAccessor",
|
|
"VillagerRecipeViewingScreenAccessor"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|