Skip to content

Releases: Mojang/minecraft-creator-tools

v0.6.2

17 Dec 21:35
f72263b
Compare
Choose a tag to compare
fix(val): Remove eslint validator, update dependencies, bug fixes (#49)

* fix(val): Remove eslint validator, update dependencies, bug fixes

- Refactor most info generators to use enums for titles
- Fix some blockbench import issues with 1.8 geometries
- Init audio files on import
- Rename add-on validators to "cooperative add-on validators"

* fix(val): Improve ids in response to feedback

v0.6.1

05 Dec 18:07
4498ba1
Compare
Choose a tag to compare
fix(val): Validation and client entity editor fixes (#47)

* fix(val): Validation and client entity editor fixes

- Allow features in add-on validation
- More interlinking work
- Parse IDs of types and recipes in add-ons
- Render Controller and Client Entity Editor work
- Update to 1.21.50 files

* fix(docs): Update notice

* fix(val): Improve output of validation content

- Remove unneeded dependency (trash)

v0.6.0

21 Nov 18:15
43e3af8
Compare
Choose a tag to compare
feat(ux): Improve bb import/export, add audio handling. add validatio…

v0.5.1

17 Oct 21:02
d62fc60
Compare
Choose a tag to compare
fix(gallery): Update code samples and gallery (#43)

* fix(gallery): Update code samples and gallery

v0.5.0

10 Oct 15:48
c509100
Compare
Choose a tag to compare
feat(ci): Do sub-validation of projects in bulk runs, UX fixes (#42)

* feat(ci): Do sub-validation of projects in bulk runs, UX fixes

- Improve validator to run subsidiary tests if content is "addon targeted'
- Update to 1.21.30 sample files
- Adjust home UX to make "open from file"/"backup" more clear
- Refactor how folder delimiters work across IStorage
- Fix issue with parsing of JSON with comments
- nineslice files
- Fix dependency fix up in new project generation
- Model geometries can have multiple models; accommodate
- Basic blockbench model export

* fix(samples): Small fixes in samples and sample loading

v0.4.6

16 Sep 18:04
1f3440c
Compare
Choose a tag to compare
fix(projects): Remove inop deploy option (#40)

v0.4.5

16 Sep 17:13
df770c7
Compare
Choose a tag to compare
fix(readme): Update readmes (#39)

- Adjust resource builds

v0.4.4

09 Sep 22:36
3882f33
Compare
Choose a tag to compare
fix(ci): Update package.json with publishConfig as well (#38)

v0.4.0

03 Sep 17:11
3d0720d
Compare
Choose a tag to compare
feat(projects): Samples and starters (#33)

* feat(projects): Samples and starters

- Add create, add, world, info CLI commands

* feat(projects): Improved drag and drop for files

* fix(editor): Update API references

* fix(gallery): Improve sample relevance, add robustness

- Remove unneeded code

* fix(various): Test and command improvements

- Remove add for now

* fix(samples): Fix some samples provisioning issues

* fix(editor): CreationType update fixes

* fix(editor): Small updates to UI

* feat(project): Split out mobs in gallery

* fix(projects): Remove unused items

- Remove directory picker on platforms that don't support it
- Make command versions a recommendation, not an error

v0.3.0

21 Aug 15:53
Compare
Choose a tag to compare
fix(ci): Update workflow to not check-things in or generate changelog