@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
21 lines (20 loc) • 1.09 kB
JavaScript
;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const SemanticVersion_1 = __importDefault(require("../core/versioning/SemanticVersion"));
const Versioning = {
FirstMinEngineVersionForFormatV2: new SemanticVersion_1.default(1, 13, 0),
FirstMinEngineVersionForFormatV2EDU: new SemanticVersion_1.default(1, 15, 0),
PublishedClientVersion: new SemanticVersion_1.default(1, 16, 0),
MinimumAddOnVersion: new SemanticVersion_1.default(1, 20, 60),
PublishedClientVersionEDUv1: new SemanticVersion_1.default(1, 12, 3),
PublishedClientVersionEDU: new SemanticVersion_1.default(1, 14, 0),
PublishedClientVersionEDUR17: new SemanticVersion_1.default(1, 17, 0),
MaxClientVersion: new SemanticVersion_1.default(65535, 65535, 65535),
InitialPackVersion: new SemanticVersion_1.default(1, 0, 0),
};
exports.default = Versioning;