Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update export targets #290

Merged
merged 8 commits into from
Aug 22, 2024
Merged

Update export targets #290

merged 8 commits into from
Aug 22, 2024

Conversation

Nusiq
Copy link
Member

@Nusiq Nusiq commented Aug 20, 2024

Adds new configuration to the export targets to support Minecraft Education Edition. Changes the way of defining the world and development export targets and implements config format versioning.

- Available 'target' property values - 'development', 'exact', 'world' and 'local'
- The 'local' and 'exact' targets work the same as in the previous version
- The 'development' exports to development_resource_packs and development_behavior_packs of specified build type - 'standard', 'edu' or 'preview'
- The 'world' exports to the world in specified build path - 'standard', edu' or 'preview'
- The vesions before 2.0.0 or unspecified wrok the same as before the update.
…on of the schema before this update) and renamed the current formatVersion to 1.4.0 (from 2.0.0, to match the next regolith release version).
- Regolith correctly supports only the versions lower than the latestSuportedVersion (not the higher versions)
- Updated test files
- Changed the schema used by config files generated by 'regolith init' to use version 1.4
…targets exporting files to correct the locations.
@Nusiq Nusiq marked this pull request as ready for review August 21, 2024 10:36
@Nusiq Nusiq requested a review from stirante August 21, 2024 10:36
@stirante stirante merged commit cea0f11 into main Aug 22, 2024
2 checks passed
@Nusiq Nusiq deleted the update-export-targets branch August 22, 2024 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants