@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
14 lines (12 loc) • 363 B
JavaScript
;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
Object.defineProperty(exports, "__esModule", { value: true });
exports.DifficultyList = void 0;
exports.DifficultyList = [
{ id: "peaceful" },
{ id: "easy" },
{ id: "normal" },
{ id: "hard" },
];
//# sourceMappingURL=../maps/minecraft/DifficultyList.js.map