Skip to content

Releases: xenondevs/Nova

Nova v0.20.5

04 Sep 08:30
1e74b73
Compare
Choose a tag to compare
  • #691 - Remove legacy code to fix MiniMessage serialization exception

Nova v0.20.4

02 Sep 13:20
Compare
Choose a tag to compare
  • Added disable_chunked_encoding setting to S3 upload service

Nova v0.20.3

20 Aug 15:58
Compare
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
Compare
Choose a tag to compare
  • Removed a debug println regarding block breaking

Nova v0.20.1

16 Aug 11:27
Compare
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

Nova v0.20.0

09 Aug 18:30
Compare
Choose a tag to compare

Combined changelog from 0.20-alpha.1 to 0.20-RC.3, this version is functionally the same as 0.20-RC.3

Important

  • As always, please create a backup before updating to this version.

General Changes

  • Updated to Minecraft 1.21.8 (1.21.5 is no longer supported)
  • Added resource_pack > auto_copy config option

Fixes

  • Fixed an issue where a tile-entity's gui would sometimes be opened when placing it
  • Fixed an issue where the eventless hand swinging extension functions would not suppress events properly
  • Fixed an issue where the player_head special model could not be (de)serialized properly
  • Fixed a memory leak
  • Fixed an issue where Nova recipes would be shown as shulker shells in the vanilla crafting book
  • Fixed slow recipe reloading
  • Fixed an issue where non-3x3 shaped recipes would not work
  • Fixed an issue where network postTickSync was not called post-tick

Addon API

  • Added ModelBuilder#cull
  • NBTUtils#removeItemData now also filters item data of passenger entities
  • Added disallowedEntityTypes to EntityUtils#deserializeAndSpawn

Migration Guide

Nova v0.19.1

05 Aug 16:44
Compare
Choose a tag to compare
  • NBTUtils#removeItemData now also filters item data of passenger entities
  • Added disallowedEntityTypes to EntityUtils#deserializeAndSpawn

Nova v0.20-RC.3

05 Aug 16:24
Compare
Choose a tag to compare
Nova v0.20-RC.3 Pre-release
Pre-release
  • NBTUtils#removeItemData now also filters item data of passenger entities
  • Added disallowedEntityTypes to EntityUtils#deserializeAndSpawn

Nova v0.20-RC.2

29 Jul 12:16
Compare
Choose a tag to compare
Nova v0.20-RC.2 Pre-release
Pre-release
  • Fixed an issue where non-3x3 shaped recipes would not work
  • Fixed an issue where network postTickSync was not called post-tick

Nova v0.20-RC.1

27 Jul 09:23
Compare
Choose a tag to compare
Nova v0.20-RC.1 Pre-release
Pre-release
  • Bumped to release candidate status