1.4.0
Changelog
- Regolith project configuration file is now versioned. Non-versioned projects are considered format version 1.2.0, current format version is 1.4.0. The
regolith init
command creates config files with format version 1.4.0. - New version of the Regolith configuration file enables more flexible configuration (requires setting format_version to 1.4.0).
- The
develop
andworld
export targets have a new property calledbuild
that can be set toeducation
,standard
orpreview
to specify if the files should be exported to a world/development packs of Minecraft Education Edition, Bedrock Edition or Preview respectively. - Project with config file that use format version below 1.4.0 don't support
preview
export target. Usedevelopment
withpreview
build setting instead. - Non Windows users can fake the Minecraft Education Edition directory by setting the
COM_MOJANG_EDU
environment variable.
- The
- There is a new JSON schema file available at: https://raw.githubusercontent.com/Bedrock-OSS/regolith-schemas/main/config/v1.4.json for the new config files.
Full Changelog: 1.3.0...1.4.0