Skip to content

@loontail/minecraft-kit / InstallPlanTarget

Type Alias: InstallPlanTarget

ts
type InstallPlanTarget = 
  | Target
  | RuntimeOnlyInstallTarget;

Defined in: src/types/install.ts:160

Shape of InstallPlan.target. Either a fully-resolved Target (from ./target) or a runtime-only stand-in. The install runner only reads target.minecraft/target.loader when the plan actually contains those steps, so runtime-only plans are safe.

MIT License