Skip to content

Releases: xenondevs/Nova

Nova v0.10.6

31 Aug 12:36
Compare
Choose a tag to compare
  • Fixed an issue where note block states files with no powered property could not be merged
  • Updated translations

Nova v0.10.5

14 Aug 19:05
Compare
Choose a tag to compare

Nova v0.10.4

10 Aug 11:16
Compare
Choose a tag to compare
  • Fixed #163
  • Made /nova debug updateChunkSearchId and /nova debug reloadNetworks accessible from the console

Nova v0.10.3

09 Aug 16:39
Compare
Choose a tag to compare
  • Fixed an issue where the old base packs folder was not deleted when users updated from 0.9.x to 0.10.x
  • Fixed an issue where block data was not applied when placing blocks against non-solid hitbox blocks of armor stand Nova blocks
  • Fixed #162

Nova v0.10.2

07 Aug 08:45
Compare
Choose a tag to compare
  • Fixed several issues regarding legacy conversion of region files
  • Removed translation key menu.nova.side_config.direction
  • Updated translations

Nova v0.10.1

06 Aug 15:29
Compare
Choose a tag to compare
  • 1.19.2 Support
  • Fixed an issue where configs could not be reloaded when tile-entities with fluid containers were loaded
  • Fixed an issue where the legacy conversion would cause recursive chunk loads

Nova v0.10

05 Aug 20:52
Compare
Choose a tag to compare

General changes:

  • Solid Blocks
  • Compatibility with Residence
  • Config option to freeze players that are loading the resource pack
  • New command structure for network debugging
  • Updated translations

Addon-API changes:

  • Addons can now create custom block properties

Plugin-API changes:

  • Block states can now be accessed

In this version we also introduced a java agent which allows us to apply patches to spigot during runtime. This is optional but has a positive performance impact. You can disable the java agent in the main config under use_agent. If your server does not support java agents, Nova will set this value to false automatically.

Nova v0.9.11

29 Jul 09:59
Compare
Choose a tag to compare
  • Fixed an issue where some GUIs could not be opened

Nova v0.9.10

28 Jul 12:35
Compare
Choose a tag to compare
  • Updated to 1.19.1
  • Updated translations

Nova v0.9.9

22 Jul 16:24
Compare
Choose a tag to compare
  • Fixed #150
  • Fixed #153
  • Fixed #154
  • Fixed #155
  • Fixed file handles of region files not being closed properly