Skip to content

Releases: xenondevs/Nova

Nova v0.21.0-alpha.5

14 Oct 15:33

Choose a tag to compare

Nova v0.21.0-alpha.5 Pre-release
Pre-release
  • Fixed #722 - Machine/cable config changes not saving

Nova v0.21.0-alpha.4

13 Oct 13:59

Choose a tag to compare

Nova v0.21.0-alpha.4 Pre-release
Pre-release

nova-gradle-plugin:

  • addonJar is now a Jar task, making the generated archives reproducible by default
  • Added libraryLoaderApi dependency configuration for library-loaded api dependencies
  • The library loader now also works when there is a custom PluginLoader defined
  • The library loader now uses MavenLibraryResolver.MAVEN_CENTRAL_DEFAULT_MIRROR instead of maven central as required by Paper
  • Dependencies on the library loader configuration now influence up-to-date checking

Nova v0.21.0-alpha.3

09 Oct 08:48

Choose a tag to compare

Nova v0.21.0-alpha.3 Pre-release
Pre-release
  • Updated to 1.21.10 (1.21.9 is no longer supported)
  • Fixed an issue where breaking 2 block tall blocks in creative would always play stone breaking sounds
  • Fixed an issue where the custom break particles from the breakable behavior were not played for model-less custom blocks without their own break particles (e.g. barrier)
  • Fixed an issue where the water bucket sounds for waterloggable Nova blocks with a waterloggable backing state would play twice
  • Fixed an issue where water could not be placed inside already waterlogged waterloggable Nova blocks

Nova v0.21.0-alpha.2

07 Oct 08:54

Choose a tag to compare

Nova v0.21.0-alpha.2 Pre-release
Pre-release

Nova v0.21.0-alpha.1

30 Sep 19:37

Choose a tag to compare

Nova v0.21.0-alpha.1 Pre-release
Pre-release

Important

  • As always, please create a backup before updating to this version.
  • You'll now need to add Nova as a java agent on the command line, via -javaagent:plugins/Nova-0.21.0-alpha.1.jar

General Changes

  • Updated to Minecraft 1.21.9 (1.21.8 is no longer supported)
  • A new look for the /nova items menu and the recipe explorer
  • Dropped support for manual resource pack uploading
  • S3 upload service: Added acl config option, force_path_style now also affects download url
  • Resource pack build is now always in-memory (the corresponding config option to do it on disk was removed)

Fixes

  • Fixed an issue where the stonecutter would always show all recipes for nova items when a nova item was in the input slot
  • Fixed an issue where nova blocks had no explosion drops
  • Fixed an issue where BlockUtils#getDrops would ignore the BLOCK_DROPS and BLOCK_STORAGE_DROPS context parameters
  • Fixed an issue where updating state-backed block states through BlockBehavior#updateShape would trigger block migration
  • Fixed an issue where the custom_multi_part upload service was not working properly
  • Fixed ModelBuilder uv-locked rotation
  • Fixed ModelBuilder not rotating rotation property
  • Fixed ModelBuilder matrix transformation application order

Addon API

New features

Migration Guide

Nova v0.20.5

04 Sep 08:30
1e74b73

Choose a tag to compare

  • #691 - Remove legacy code to fix MiniMessage serialization exception

Nova v0.20.4

02 Sep 13:20

Choose a tag to compare

  • Added disable_chunked_encoding setting to S3 upload service

Nova v0.20.3

20 Aug 15:58

Choose a tag to compare

  • #683 Feature: Add recipe grouping support
  • Fixed #682 - Deadlock on startup when using Nova 0.20.2 with ItemsAdder 4.0.12
  • Fixed an issue where Nova items would be shown as shulker shells in stonecutter recipes. Note that this does not resolve the problem that the stonecutter's suggested recipes always show all recipes that take nova items as the input. This requires a more complex change and will be addressed in a future version.

Nova v0.20.2

17 Aug 18:34

Choose a tag to compare

  • Removed a debug println regarding block breaking

Nova v0.20.1

16 Aug 11:27

Choose a tag to compare

  • Fixed #678 - Leave backed blocks decaying
  • Fixed an issue where the block break delay was off by 2 ticks
  • Fixed an issue where the first break stage texture was shown with break progress 0