Interface MojangResourceManifest

The generic resource file format mojang uses. The two downloadables in this formate are the java edition runtimes and Minecraft Dungeons

Hierarchy

  • MojangResourceManifest

Properties

Properties

files: {
    [key: string]: MojangResourceDir | MojangResourceLink | MojangResourceFile;
}

Type declaration

Generated using TypeDoc