@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
32 lines (31 loc) • 1.21 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SuiteConfigs = void 0;
const IProjectInfoData_1 = require("../IProjectInfoData");
exports.SuiteConfigs = {
[IProjectInfoData_1.ProjectInfoSuite.cooperativeAddOn]: {
performAddOnValidations: true,
performPlatformVersionValidations: false,
identifierOverridesAreErrors: true,
},
[IProjectInfoData_1.ProjectInfoSuite.currentPlatformVersions]: {
performAddOnValidations: false,
performPlatformVersionValidations: true,
identifierOverridesAreErrors: false,
},
[IProjectInfoData_1.ProjectInfoSuite.sharing]: {
performAddOnValidations: false,
performPlatformVersionValidations: false,
identifierOverridesAreErrors: false,
},
[IProjectInfoData_1.ProjectInfoSuite.sharingStrict]: {
performAddOnValidations: false,
performPlatformVersionValidations: false,
identifierOverridesAreErrors: false,
},
[IProjectInfoData_1.ProjectInfoSuite.defaultInDevelopment]: {
performAddOnValidations: false,
performPlatformVersionValidations: false,
identifierOverridesAreErrors: false,
},
};