Skip to content

@loontail/minecraft-kit / WriteVersionJsonAction

Type Alias: WriteVersionJsonAction

ts
type WriteVersionJsonAction = {
  content: string;
  kind: typeof WRITE_VERSION_JSON;
  path: string;
};

Defined in: src/types/install.ts:118

Write a version JSON to disk (Fabric / Forge).

Properties

PropertyModifierTypeDefined in
contentreadonlystringsrc/types/install.ts:121
kindreadonlytypeof WRITE_VERSION_JSONsrc/types/install.ts:119
pathreadonlystringsrc/types/install.ts:120

MIT License