add_mod_jar
Decompile and index a local mod jar to enable search and analysis of its decompiled source code.
Instructions
Decompile and index a local mod jar. This tool does not download mod jars.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| modId | No | Optional mod id for the index label. | |
| indexAs | No | Optional full index label. Defaults to mod:<jar-name> or mod:<modId>:<version>. | |
| jarPath | Yes | Local path to a mod jar. | |
| version | No | Optional mod version for the index label. |