Interface ModInfo

Used for world files and resource packs.

Hierarchy

Properties

authors: string[]
bugReportURL?: string
credits?: string
depends?: {
    [key: string]: string;
} | (string | ForgeDep)[]

Type declaration

  • [key: string]: string
description?: string
error?: boolean
icon?: string
id: string
licence?: string
loader: Loader
logoFile?: string
mcversion?: string
name: string
parent?: string
screenshots?: string[]
source?: string
type: "mod" | "coremod" | "jarmod"
updateUrl?: string
url?: string
version: string

Generated using TypeDoc