Skip to content

Releases: xenondevs/Nova

Nova v0.17-alpha.8

18 Aug 15:39
Compare
Choose a tag to compare
Nova v0.17-alpha.8 Pre-release
Pre-release
  • Added TRIPWIRE_UNATTACHED and TRIPWIRE_ATTACHED backing state categories
  • Contexts can now copy parameters during build / retrieval to ensure immutability. (TILE_ENTITY_DATA_NOVA, BLOCK_ITEM_STACK, TOOL_ITEM_STACK, SOURCE_LOCATION, SOURCE_DIRECTION are now immutable)
  • Fixed an issue where BlockBehavior#handleAttack was not called

Nova v0.17-alpha.7

18 Aug 08:22
Compare
Choose a tag to compare
Nova v0.17-alpha.7 Pre-release
Pre-release
  • Fixed #418 - Only one enchantment possible per item
  • Fixed an issue with block drops in creative

Nova v0.17-alpha.6

14 Aug 17:27
Compare
Choose a tag to compare
Nova v0.17-alpha.6 Pre-release
Pre-release
  • Fixed an issue where custom armor textures would not work if the resource pack wasn't regenerated
  • Updated translations

Nova v0.17-alpha.5

14 Aug 13:49
Compare
Choose a tag to compare
Nova v0.17-alpha.5 Pre-release
Pre-release
  • Fixed #416 - Exception during initialization
  • Fixed an issue where BlockMigrator would not despawn display entities of entity-backed Nova blocks
  • Fixed an issue where replacing blocks via BlockUtils#placeBlock would not call break handlers for the previous Nova block
  • Made some classes and functions that were not intended to be accessible by addons internal

Nova v0.17-alpha.4

14 Aug 09:40
Compare
Choose a tag to compare
Nova v0.17-alpha.4 Pre-release
Pre-release
  • Fixed #275 - Jetpacks stop working when switching worlds
  • Fixed #369 - Certain quasi-connectivity situations do not work
  • Fixed an issue where ArmorEquipEvent was not fired
  • Fixed an issue where note blocks would still play sounds when there was a block above them
  • Implemented #231 - Plugin-API: Added functionality to get all tile-entities in a chunk
  • Implemented #415 - force_path_style config option for S3 upload service

Nova v0.17-alpha.3

14 Aug 07:29
Compare
Choose a tag to compare
Nova v0.17-alpha.3 Pre-release
Pre-release
  • Fixed #414 - Commands requiring arguments used without arguments are throwing an error
  • Fixed an issue with page switching in the recipe viewer
  • Updated translations

Nova v0.17-alpha.2

13 Aug 08:40
Compare
Choose a tag to compare
Nova v0.17-alpha.2 Pre-release
Pre-release

Nova v0.17-alpha.1

12 Aug 12:18
Compare
Choose a tag to compare
Nova v0.17-alpha.1 Pre-release
Pre-release

CREATE BACKUPS BEFORE UPDATING

Please create a backup of your server (including the worlds and Nova plugin directory) before updating to this version. Major changes were made to Nova's world file format. Please report any issues you encounter with the automatic legacy conversion.

General changes

  • Updated to Minecraft 1.21.1 (1.20.4 is no longer supported)
  • Optimized item networks
  • Parallel network ticking
  • Major internal changes
  • Nova now bundles all libraries instead of downloading them on startup.
  • nova:wrench was moved to the Logistics addon

Fixes

  • Fixed #304 - Break network connections during chunk save / chunk load ?
  • Fixed #307 - Unbreakable block with tool
  • Fixed #320 - Block#breakNaturally() and Block#remove() don't properly break solid custom Nova blocks.

Addon API

New Features

Changes

  • Major changes to custom items, blocks, tile-entities, and tile-entity networks.

Migration Guide

Nova Documentation - Migration Guide 0.16 ➝ 0.17

Nova v0.16.2

24 Jul 12:22
Compare
Choose a tag to compare
  • Fixed Towny hook being queried async
  • Updated translations

Nova v0.16.1

05 Jun 09:51
Compare
Choose a tag to compare
  • Fixed an issue where advancements registered via AdvancementLoader would remove all previously registered advancements from the tree