@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
21 lines (19 loc) • 561 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
class ProjectItemTemplates {
constructor() {
this.spawnRules = [
"{",
' format_version: "1.8.0",',
' "minecraft:spawn_rules": {',
" description: {",
' identifier: "custom:identifier",',
" },",
" conditions: [],",
" },",
"};",
];
}
}
exports.default = ProjectItemTemplates;
//# sourceMappingURL=../maps/app/ProjectItemTemplates.js.map