2021-10-24 23:14:06 +00:00
|
|
|
{
|
|
|
|
"required": true,
|
|
|
|
"minVersion": "0.8",
|
|
|
|
"package": "me.parsell.glowstonewire.mixin",
|
|
|
|
"compatibilityLevel": "JAVA_8",
|
|
|
|
"mixins": [
|
|
|
|
],
|
|
|
|
"client": [
|
2021-10-25 00:23:33 +00:00
|
|
|
"BrewingRecipeRegistryInvoker",
|
|
|
|
"RecipeManagerInjector"
|
2021-10-24 23:14:06 +00:00
|
|
|
],
|
|
|
|
"injectors": {
|
|
|
|
"defaultRequire": 1
|
|
|
|
}
|
|
|
|
}
|