@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
13 lines (11 loc) • 464 B
JavaScript
;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
Object.defineProperty(exports, "__esModule", { value: true });
exports.BlockShape = void 0;
var BlockShape;
(function (BlockShape) {
BlockShape[BlockShape["custom"] = 0] = "custom";
BlockShape[BlockShape["unitCube"] = 1] = "unitCube";
})(BlockShape = exports.BlockShape || (exports.BlockShape = {}));
//# sourceMappingURL=../maps/minecraft/IBlockBaseTypeData.js.map