Skip to content

🖌️ creative v1.5.0

Compare
Choose a tag to compare
@yusshu yusshu released this 11 Dec 05:00
· 53 commits to main since this release
bdb6d4f

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: v1.4.0...v1.5.0

How to use

There is more detailed information on our online documentation, you can find installation and
usage instructions there.
If you need more help, join our Discord server and we will be glad to help you!

Happy coding! 🐛