Skip to content

Releases: xenondevs/Nova

Nova v0.12.12

29 Dec 12:46
Compare
Choose a tag to compare
  • Addded the resource_pack.minecraft_assets_source config option
  • Fixed an issue where the "missing item" item wouldn't work properly
  • Fixed #227

Nova v0.12.11

26 Dec 19:47
Compare
Choose a tag to compare
  • #220: Fixed addon dependency class resolution
  • #219: Support for shaped recipes with different grid sizes and inverted recipes
  • #221: Support for tags in recipe choices
  • #222: Improved packet item handling (Allows lore and HideAttributes tag on Nova item stacks)
  • #223 Fixed creative mode item list filtering
  • Updated translations

Nova v0.12.10

24 Dec 15:23
Compare
Choose a tag to compare
  • Fixed an issue where the atlas sources of base packs were overwritten by Nova
  • Nova's NoteBlockBehavior will now call the NotePlayEvent with the newly added Bukkit Instruments instead of always using Instrument.PIANO

Nova v0.12.9

19 Dec 16:02
Compare
Choose a tag to compare
  • Fixed #214
  • Fixed an issue where legacy material support would be initialized
  • #213 - Fix AddonTask dependency coordinate lookup

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