Skip to content

Releases: xenondevs/Nova

Nova v0.12.8

18 Dec 11:22
Compare
Choose a tag to compare
  • Fixed an issue where blocks could not be broken instantaneously with client-side predictions enabled
  • Fixed an issue where block breaking for creative players was called twice

Nova v0.12.7

17 Dec 14:14
Compare
Choose a tag to compare

Due to some changes to the resource pack format made by Mojang, you'll also need to update all addons!

  • Nova now runs on 1.19.3 (As always, this means that Nova is no longer compatible with 1.19.1 and 1.19.2)
    • Added WAILA textures for 1.20 blocks
    • Nova now takes advantage of the 350 new note block states
  • Nova's block breaking system now allows client-side prediction for break processes under vanilla conditions again. This can be disabled in the main config under world.block_breaking.clientside_predictions
  • The block break cooldown can now be customized in the main config under world.block_breaking.break_cooldown
  • Nova will now display custom break particles for barrier-based blocks
  • Recipes categories can now be configured under the category key. For the crating table, available categories are building, redstone, equipment and misc, with misc being the default. For the furnace, available categories are food, blocks and misc, with misc being the default.
  • Fixed an issue where dragon eggs would teleport away when trying to break them in creative mode
  • Fixed the translation key for the item network wrench mode
  • The packet-based note block behavior logic has been removed. This means that you'll now need to have use_agent enabled in the main config to regain full note block functionality. This feature was already partially broken in previous versions.

Nova v0.12.6

04 Dec 13:05
Compare
Choose a tag to compare
  • Fixed an issue where swords and shears would not have the correct break speed multipliers for cobwebs, leaves, wool, vines and glow lichen
  • Fixed an issue where some blocks would not be broken instantaneously, causing desync
  • Fixed an issue where generated WAILA textures were always being included in the resource pack, even if WAILA was turned off
  • Updated translations

Nova v0.12.5

25 Nov 19:43
Compare
Choose a tag to compare
  • Fixed #205
  • Fixed #208
  • Fixed several issues where block break effects would not be played in certain cases
  • Fixed an issue where linked block states would not be removed properly
  • All blocks now show proper block break particles
  • Fixed an issue where hidden (filtered) fields were left exposed to other plugins

Nova v0.12.4

22 Nov 13:51
Compare
Choose a tag to compare
  • Fixed #200
  • Fixed an issue where localization files from other base packs were overwritten by Nova
  • Updated translations

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