@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
19 lines (18 loc) • 499 B
JavaScript
;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
Object.defineProperty(exports, "__esModule", { value: true });
class ProjectItemTemplates {
spawnRules = [
"{",
' format_version: "1.8.0",',
' "minecraft:spawn_rules": {',
" description: {",
' identifier: "custom:identifier",',
" },",
" conditions: [],",
" },",
"};",
];
}
exports.default = ProjectItemTemplates;