Skip to content

@loontail/minecraft-kit / FabricLoaderSummary

Type Alias: FabricLoaderSummary

ts
type FabricLoaderSummary = {
  build: number;
  maven: string;
  separator: string;
  stable: boolean;
  version: string;
};

Defined in: src/types/fabric.ts:7

Summary entry from /v2/versions/loader.

Properties

PropertyModifierTypeDefined in
buildreadonlynumbersrc/types/fabric.ts:11
mavenreadonlystringsrc/types/fabric.ts:10
separatorreadonlystringsrc/types/fabric.ts:12
stablereadonlybooleansrc/types/fabric.ts:9
versionreadonlystringsrc/types/fabric.ts:8

MIT License