UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

5 lines (4 loc) 267 B
import { PackType } from "../../../minecraft/Pack"; export type PackageType = PackType | "WorldTemplate"; export declare const AllowedExtensionsByType: Record<PackageType, Set<string> | "*">; export declare const BlockedFilesByType: Record<PackageType, Set<string>>;