Skip to content

Releases: xenondevs/Nova

Nova v0.18-RC.8

16 Mar 18:07
Compare
Choose a tag to compare
Nova v0.18-RC.8 Pre-release
Pre-release
  • Fixed an issue where all non-tile-entity blocks that spawn experience orbs on break would always spawn them, even if broken in creative or with an incorrect tool

Nova v0.18-RC.7

16 Mar 11:50
Compare
Choose a tag to compare
Nova v0.18-RC.7 Pre-release
Pre-release
  • Added DefaultContextParamTypes.BLOCK_EXP_DROPS
  • Autofilling for DefaultContextParamTypes.BLOCK_DROPS is now also influenced by the source player's game mode, with no drops being enabled in creative.
  • BlockBehavior#getDrops and BlockBehavior#getExp are now always called on block break, requiring addons to check BLOCK_DROPS, BLOCK_STORAGE_DROPS and BLOCK_EXP_DROPS context parameters
  • Fixed an issue where Nova tile-entities would not drop storage contents if they were broken with an incorrect tool
  • Fixed an issue where both Nova and vanilla tile-entities would not drop experience orbs when broken with an incorrect tool

Nova v0.18-RC.6

14 Mar 12:41
Compare
Choose a tag to compare
Nova v0.18-RC.6 Pre-release
Pre-release
  • Fixed an issue where new nova item stacks would have the legacy modelId tag
  • Updated translations

Nova v0.18-RC.5

13 Mar 09:20
Compare
Choose a tag to compare
Nova v0.18-RC.5 Pre-release
Pre-release
  • Fixed an issue where advancements for Nova items would not work

Nova v0.18-RC.4

12 Mar 20:18
Compare
Choose a tag to compare
Nova v0.18-RC.4 Pre-release
Pre-release
  • Fixed an issue where the addonJar task of the nova-gradle-plugin would fail when a custom bootstrapper was specified, but createPlugin wasn't overridden

Nova v0.18-RC.3

12 Mar 13:02
Compare
Choose a tag to compare
Nova v0.18-RC.3 Pre-release
Pre-release
  • Fixed an issue where network data for nova:unknown blocks would be removed on network chunk load
  • Fixed an issue where legacy region file conversion (v0.16 -> v0.18) would deadlock

Nova v0.18-RC.2

06 Mar 16:32
Compare
Choose a tag to compare
Nova v0.18-RC.2 Pre-release
Pre-release
  • Improved handling of missing or mismatching network node data on chunk load

Nova v0.18-RC.1

19 Feb 18:32
Compare
Choose a tag to compare
Nova v0.18-RC.1 Pre-release
Pre-release
  • Removed Oraxen support
  • Added Nexo compatibility
  • Added debug command /nova debug recalculateLeaveProperties <chunk range>
    • This command recalculates leave distance and guesses the intended persistence state, intended for scenarios where this data was lost due to deletion of nova region files. Note that this may make hand-placed leaves non-persistent again, which can lead to them decaying.

Nova v0.18-alpha.19

08 Feb 21:00
Compare
Choose a tag to compare
Nova v0.18-alpha.19 Pre-release
Pre-release
  • Fixed #550 - Nova is not compatible with nLogin
  • Fixed #556 - Incompatibility with ItemsAdder
  • Fixed an issue where on-disk resource pack generation would not use the correct directory
  • Fixed an issue where Nova would crash on startup if it was previously interrupted during config extraction

Nova v0.18-alpha.18

29 Jan 17:34
Compare
Choose a tag to compare
Nova v0.18-alpha.18 Pre-release
Pre-release
  • Fixed #575 - Crafting remainder not working in furnaces