Releases: xenondevs/Nova
Releases · xenondevs/Nova
Nova v0.20.5
- #691 - Remove legacy code to fix MiniMessage serialization exception
Nova v0.20.4
- Added
disable_chunked_encoding
setting to S3 upload service
Nova v0.20.3
- #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
- Removed a debug println regarding block breaking
Nova v0.20.1
- 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
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
toEntityUtils#deserializeAndSpawn
Migration Guide
Nova v0.19.1
NBTUtils#removeItemData
now also filters item data of passenger entities- Added
disallowedEntityTypes
toEntityUtils#deserializeAndSpawn
Nova v0.20-RC.3
NBTUtils#removeItemData
now also filters item data of passenger entities- Added
disallowedEntityTypes
toEntityUtils#deserializeAndSpawn
Nova v0.20-RC.2
- 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
- Bumped to release candidate status