UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

12 lines (11 loc) 301 B
"use strict"; // 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" }, ];