@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
28 lines (27 loc) • 546 B
JavaScript
;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
Object.defineProperty(exports, "__esModule", { value: true });
const SubpackTypes = {
Subpack16x: {
name: "16x",
minTier: 2,
},
Subpack32x: {
name: "32x",
minTier: 2,
},
Subpack64x: {
name: "64x",
minTier: 8,
},
Subpack128x: {
name: "128x",
minTier: 12,
},
Subpack256x: {
name: "256x",
minTier: 16,
},
};
exports.default = SubpackTypes;