Appearance
@loontail/minecraft-kit / LibraryRule
Type Alias: LibraryRule
ts
type LibraryRule = {
action: "allow" | "disallow";
features?: Readonly<Record<string, boolean>>;
os?: {
arch?: string;
name?: string;
version?: string;
};
};Defined in: src/types/minecraft.ts:137
Rule entry used by libraries and modern arguments.