unnamed/creative (team.unnamed:creative-serializer-minecraft)
### [`v1.6.0`](https://togithub.com/unnamed/creative/releases/tag/v1.6.0): ποΈ creative v1.6.0
`v1.6.0` minor release.
##### What's Changed
- add some missing toBuilder() methods by [@MelonHell](https://togithub.com/MelonHell) in [https://github.com/unnamed/creative/pull/42](https://togithub.com/unnamed/creative/pull/42)
- Replace Set with Collection in SoundRegistry by [@MelonHell](https://togithub.com/MelonHell) in [https://github.com/unnamed/creative/pull/40](https://togithub.com/unnamed/creative/pull/40)
- Fix Texture toBuilder() by [@MelonHell](https://togithub.com/MelonHell) in [https://github.com/unnamed/creative/pull/43](https://togithub.com/unnamed/creative/pull/43)
- Deprecate Writable#resource(String) and Readable#resource(String) as it uses internal, proprietary API.
**Full Changelog**: https://github.com/unnamed/creative/compare/v1.5.1...v1.6.0
##### How to use
There is more detailed information on our online [documentation](https://unnamed.team/docs/creative), you can find installation and
usage instructions there.
If you need more help, [join our Discord server](https://discord.gg/xbba2fy) and we will be glad to help you!
Happy coding! π
### [`v1.5.1`](https://togithub.com/unnamed/creative/releases/tag/v1.5.1): ποΈ creative v1.5.1
`v1.5.1` patch release. ~~1.5 will be the last minor release for creative v1. Next releases may be patch releases only, since creative v2 is coming soon.~~ (1.6.x available now).
#### What's Changed
- fix(api): make setting ModelTextures not required
- perf(serializer-minecraft): do not serialize textures field if empty
**Full Changelog**: https://github.com/unnamed/creative/compare/v1.5.0...v1.5.1
#### How to use
There is more detailed information on our online [documentation](https://unnamed.team/docs/creative), you can find installation and
usage instructions there.
If you need more help, [join our Discord server](https://discord.gg/xbba2fy) and we will be glad to help you!
Happy coding! π
### [`v1.5.0`](https://togithub.com/unnamed/creative/releases/tag/v1.5.0): ποΈ creative v1.5.0
`v1.5.0` minor release. ~~1.5 will be the last minor release for creative v1. Next releases may be patch releases only, since creative v2 is coming soon.~~ (1.6.x available now).
#### What's Changed
- deps(serializer-minecraft): update gson to 2.10.1: this removes a security warning related to GSON, however, backwards-compatibility with the old GSON version is kept.
- feat(server): add ResourcePackServer.Builder#executor method: no need to use a Deprecated method to set the server's executor anymore.
- feat(serializer-minecraft): allow pretty printing for JSON files by customizing the MinecraftResourcePackWriter instance via a builder.
- feat(api): add Element.Builder#from(float, float, float) and Element.Builder#to(float, float, float) shortcuts
**Full Changelog**: https://github.com/unnamed/creative/compare/v1.4.0...v1.5.0
#### How to use
There is more detailed information on our online [documentation](https://unnamed.team/docs/creative), you can find installation and
usage instructions there.
If you need more help, [join our Discord server](https://discord.gg/xbba2fy) and we will be glad to help you!
Happy coding! π
Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about these updates again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
1.4.0
->1.6.0
1.4.0
->1.6.0
1.4.0
->1.6.0
Release Notes
unnamed/creative (team.unnamed:creative-serializer-minecraft)
### [`v1.6.0`](https://togithub.com/unnamed/creative/releases/tag/v1.6.0): ποΈ creative v1.6.0 `v1.6.0` minor release. ##### What's Changed - add some missing toBuilder() methods by [@MelonHell](https://togithub.com/MelonHell) in [https://github.com/unnamed/creative/pull/42](https://togithub.com/unnamed/creative/pull/42) - Replace Set with Collection in SoundRegistry by [@MelonHell](https://togithub.com/MelonHell) in [https://github.com/unnamed/creative/pull/40](https://togithub.com/unnamed/creative/pull/40) - Fix Texture toBuilder() by [@MelonHell](https://togithub.com/MelonHell) in [https://github.com/unnamed/creative/pull/43](https://togithub.com/unnamed/creative/pull/43) - Deprecate Writable#resource(String) and Readable#resource(String) as it uses internal, proprietary API. **Full Changelog**: https://github.com/unnamed/creative/compare/v1.5.1...v1.6.0 ##### How to use There is more detailed information on our online [documentation](https://unnamed.team/docs/creative), you can find installation and usage instructions there. If you need more help, [join our Discord server](https://discord.gg/xbba2fy) and we will be glad to help you! Happy coding! π ### [`v1.5.1`](https://togithub.com/unnamed/creative/releases/tag/v1.5.1): ποΈ creative v1.5.1 `v1.5.1` patch release. ~~1.5 will be the last minor release for creative v1. Next releases may be patch releases only, since creative v2 is coming soon.~~ (1.6.x available now). #### What's Changed - fix(api): make setting ModelTextures not required - perf(serializer-minecraft): do not serialize textures field if empty **Full Changelog**: https://github.com/unnamed/creative/compare/v1.5.0...v1.5.1 #### How to use There is more detailed information on our online [documentation](https://unnamed.team/docs/creative), you can find installation and usage instructions there. If you need more help, [join our Discord server](https://discord.gg/xbba2fy) and we will be glad to help you! Happy coding! π ### [`v1.5.0`](https://togithub.com/unnamed/creative/releases/tag/v1.5.0): ποΈ creative v1.5.0 `v1.5.0` minor release. ~~1.5 will be the last minor release for creative v1. Next releases may be patch releases only, since creative v2 is coming soon.~~ (1.6.x available now). #### What's Changed - deps(serializer-minecraft): update gson to 2.10.1: this removes a security warning related to GSON, however, backwards-compatibility with the old GSON version is kept. - feat(server): add ResourcePackServer.Builder#executor method: no need to use a Deprecated method to set the server's executor anymore. - feat(serializer-minecraft): allow pretty printing for JSON files by customizing the MinecraftResourcePackWriter instance via a builder. - feat(api): add Element.Builder#from(float, float, float) and Element.Builder#to(float, float, float) shortcuts **Full Changelog**: https://github.com/unnamed/creative/compare/v1.4.0...v1.5.0 #### How to use There is more detailed information on our online [documentation](https://unnamed.team/docs/creative), you can find installation and usage instructions there. If you need more help, [join our Discord server](https://discord.gg/xbba2fy) and we will be glad to help you! Happy coding! πConfiguration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.