Interface VersionJsonRule

Rules used in minecraft's version.json that determins if a set property should apply or not.

Hierarchy

  • VersionJsonRule

Properties

Properties

action: "allow" | "disallow"
features?: LaunchOptions
os?: {
    arch?: CpuArchRuleVal;
    name?: "linux" | "windows" | "osx";
    version?: string;
}

Type declaration

  • Optional arch?: CpuArchRuleVal
  • Optional name?: "linux" | "windows" | "osx"
  • Optional version?: string

Generated using TypeDoc