Skip to content

@loontail/minecraft-kit v0.5.0 / RunForgeProcessorAction

Interface: RunForgeProcessorAction

A Forge processor invocation. Main-Class is intentionally NOT carried here — the runner reads it from classpath[0]'s manifest at execution time, because the JAR is not guaranteed to exist on disk during planning (newer Forge versions ship some processor JARs as regular Maven libraries instead of bundling them in the installer).

Properties

PropertyModifierTypeDescription
argsreadonlyreadonly string[]-
classpathreadonlyreadonly string[]First entry is the processor JAR; remaining entries are its declared classpath.
indexreadonlynumber-
kindreadonly"run-forge-processor"-
outputsreadonlyReadonly<Record<string, string>>-

MIT License