Interface ModMetadata

Metadata of the mod.

interface ModMetadata {
    description?: string | RawMessage;
    name: string;
}

Properties

Properties

description?: string | RawMessage

A short description of the mod.

name: string

Name of the mod, default is Minecraft

i18n is not supported.