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" | "osx" | "windows";
    version?: string;
}

Type declaration

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

Generated using TypeDoc