unnamed / hephaestus-engine

Render, animate and interact with custom entity models in Minecraft: Java Edition servers
https://unnamed.team/docs/hephaestus-engine
MIT License
179 stars 19 forks source link

fix(deps): update creative to v1.6.0 #17

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
team.unnamed:creative-serializer-minecraft 1.4.0 -> 1.6.0 age adoption passing confidence
team.unnamed:creative-server 1.4.0 -> 1.6.0 age adoption passing confidence
team.unnamed:creative-api 1.4.0 -> 1.6.0 age adoption passing confidence

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.