22 lines
491 B
JSON
22 lines
491 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "org.betterx.bclib.mixin.client",
|
|
"compatibilityLevel": "JAVA_17",
|
|
"client": [
|
|
"AnvilScreenMixin",
|
|
"AtlasSetMixin",
|
|
"BlockMixin",
|
|
"ClientPacketListenerMixin",
|
|
"ClientRecipeBookMixin",
|
|
"FogRendererMixin",
|
|
"LevelRendererMixin",
|
|
"MinecraftMixin",
|
|
"ModelManagerMixin",
|
|
"PresetEditorMixin",
|
|
"boat.BoatRendererMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|