Skip to content

Releases: xenondevs/Nova

Nova v0.12.3

19 Nov 13:32
Compare
Choose a tag to compare
  • Fixed an issue where resource_pack.protection.corrupt_entries would break fonts
  • Base pack files with illegal names will now be skipped

Nova v0.12.2

18 Nov 21:10
Compare
Choose a tag to compare
  • Added the resource_pack.whitelisted_file_types config option
  • JSON parse exceptions now contain the file name of the malformed file
  • Fixed an issue where the recipe explorer history could contain the same recipe consecutively
  • Fixed an issue where the server wouldn't shut down properly after an exception during Nova's initialization occurred

Nova v0.12.1

17 Nov 14:42
Compare
Choose a tag to compare
  • WAILA texture rendering will no longer be stopped when one model couldn't be rendered
  • WAILA rendering exceptions now specify which texture is missing
  • The update reminder will no longer print exceptions when SpigotMC's version API responds with non-version strings (such as failed to connect to mysql)
  • Updated translations

Nova v0.12

14 Nov 16:31
Compare
Choose a tag to compare

General Changes

  • ItemsAdder blocks are now shown in WAILA
  • Improved TileEntityLimits
    • New limiter: type
    • world type can now directly be a string list instead of using the worlds property
    • Added a '*' option for world and type_world
    • Fixed the deny message for type_world
  • Updated translations

Addon API

New

Note: Most of these new features only work with use_agent: true in the main config

Changes

  • Improved component length calculation with new CharSizes class
    • works with all fonts, translated components and all formatting styles
    • component width is no longer required for boss bar / action bar overlays
  • Improved block sounds
    • Sounds for hitting, stepping, falling on Nova blocks can now be customized with the new SoundGroup parameter in BlockOptions
  • Improved DataAccessors: you can now call .map and .orElse on them

Addon Migration Guide 0.11 -> 0.12

Plugin API

no changes

Nova v0.12 Release Candidate 8

13 Nov 10:14
Compare
Choose a tag to compare
Pre-release
  • Fixed an issue where some Nova chunks would not load
  • Active block breakers will now be stopped and removed on player quit

Nova v0.12 Release Candidate 7

12 Nov 14:57
Compare
Choose a tag to compare
Pre-release
  • Changed chunk task queuing and processing. This should fix issues regarding chunks not loading properly or delayed, and also improve performance.
    • Removed the debug.chunk_load_timeout config option
  • Fixed an issue where shift-clicking items with custom stack sizes from the crafting result slot would not use up the ingredients
  • Fixed an issue where shift-clicking items with custom stack sizes would move them to the wrong slot
  • Updated translations

Nova v0.12 Release Candidate 6

11 Nov 14:37
Compare
Choose a tag to compare
Pre-release
  • Fixed an issue where Nova chunks would stop loading
  • Fixed an issue where vanilla tile entities were not removed when their blocks were replaced
  • Fixed an issue where the server could not be reloaded on Windows (dev mode)
  • Added a Nova chunk load timeout, which can be configured in the config.yml under debug.chunk_load_timeout

Nova v0.12 Release Candidate 5

05 Nov 18:02
Compare
Choose a tag to compare
Pre-release

Please note that all addons need to be updated

  • Fixed #198
  • Fixed an issue where fast chunk loading -> unloading could lead to the WorldDataManager thread freezing
  • Fixed an issue where player attributes (attack speed, attack damage, armor, etc.) were not affected by config reloading
  • Fixed an issue where Nova tools would affect attack speed and attack damage if they were held in the offhand
  • Fixed an issue where ItemsAdder's crops were not recognized by WAILA
  • Fixed an issue where blocks broken instantaneously would sometimes not be broken server-side
  • Fixed an issue where wearable items could not be equipped while looking at a block
  • Added log messages for char size table loading
  • Renamed the .data folder to .internal_data
  • Nova is now extracted to .internal_data/bunder/ instead of the temp folder

Nova v0.12 Release Candidate 4

30 Oct 19:41
Compare
Choose a tag to compare
Pre-release
  • Changes to chunk loading: Nova will now ignore chained unload -> load -> unload -> load calls and just run what was requested last
  • Fixed an issue where unloaded NovaBlockStates would still be marked as loaded
  • FakeEntity#register will no longer throw an exception but print a warning when the FakeEntity is already registered
  • CustomItemServices are now queried in the server thread instead of the netty thread for block breaking logic
  • Fixed an issue where tools from Nova could sometimes not interact with Nova blocks

Nova v0.12 Release Candidate 3

29 Oct 17:48
Compare
Choose a tag to compare
Pre-release
  • Fixed #194
  • Potential fix for #193
  • Fixed an issue where the server would crash when Nova was disabled during initialization with java agent enabled (Nova will now shut the server down instead)
  • Fixed NPE in NetworkManagerImpl.recalculateNetworks
  • Nova blocks can no longer be placed inside entities