Skip to content

Releases: xenondevs/Nova

Nova v0.9.8

28 Jun 18:18
Compare
Choose a tag to compare
  • Fixed an issue where protection integrations were not called in all cases
  • Fixed an issue where the ArmorEquipEvent was not called when using a hotbar key to remove the armor
  • Fixed an issue where primitive arrays could not be serialized

Nova v0.9.7

26 Jun 17:41
Compare
Choose a tag to compare
  • Fixed an issue where CraftItemStacks could not be serialized

Nova v0.9.6

26 Jun 11:17
Compare
Choose a tag to compare
  • Connection configs of vanilla tile entities are now ignored in local item networks.
  • The console will now only be notified of an update once, instead of spamming it.

Nova v0.9.5

25 Jun 14:42
Compare
Choose a tag to compare
  • Updated translations
  • Addon API Changes:
    • novaVersion property in addon.yml
    • Addon main classes now have to be singleton objects

Nova v0.9.4

24 Jun 14:42
Compare
Choose a tag to compare
  • Improved auto uploader: resource packs are now automatically uploaded when configs changes are detected
  • Fixed an issue where Nova would not start properly when multiple server channels existed
  • Removed common pack system
  • Updated translations

Nova v0.9.3

22 Jun 20:34
Compare
Choose a tag to compare
  • Fixed an issue where resource packs would not generate properly
  • Improved resource pack building:
    • Model data conflicts are now automatically dealt with
    • Files from base packs that do not belong in resource packs will be ignored
  • Removed the material type and modelDataStart options from the config
  • Implemented a workaround in the self-host service for MC-251126
  • Updated translations

Nova v0.9.2

21 Jun 17:36
Compare
Choose a tag to compare
  • Fixed an issue where vanilla tile-entities could be placed inside non-solid Nova blocks
  • Removed the "Saving World" console message
  • Fixed an issue with loot config deserialization

Nova v0.9.1

19 Jun 13:24
Compare
Choose a tag to compare
  • Fixed an issue with SelfHost not working properly (workaround for KTOR-4259)
  • Fixed an issue where breaking Wind Turbines would cause the console to be spammed with exceptions
  • Fixed an issue where tile-entity data would not be saved in all cases

Nova v0.9

18 Jun 14:01
Compare
Choose a tag to compare
  • Addon System

    • Nova itself is now a framework for creating custom content
    • All previous content is now split across these three official addons:
      • Logistics (contains Cables, Power Cells, Storage Units, Tanks, etc.)
      • Machines (contains all Machines such as Pulverizer, Quarry, Harvester, etc.)
      • Jetpacks (contains all Jetpacks)
  • Commands

    • /nova reload <configs/recipes> - Reload configs or recipes without restarting the server
      • Permission: nova.command.reload
    • /nova resourcePack <create/reupload> - Create and upload or reupload the resource pack
      • Permission: nova.command.resourcePack
    • /nova advancedTooltips - Toggles advanced tool tips for Nova items
      • Permission: nova.command.advancedTooltips (default)
  • Compatibility

    • Added QuickShop compatibility
    • Improved ItemsAdder compatibility
      • Support for ItemsAdder crops
      • Proper block placing sounds when placing ItemsAdder blocks with Nova
  • Other changes:

    • Configs are now in the YAML format
    • All blocks now have break animations, custom break times, a required tool, custom break particles and custom sounds
    • You can now shift-right-click with the wrench to switch between Energy, Item and Fluid configuration mode
    • Improved tile entity limits with more customization options
    • Nova blocks are no longer always set to the maximum light level
    • Nova items no longer show their names in item frames (unless renamed in an anvil)
    • Improved compatibility with other custom item plugins with customizable modelDataStart
    • Cauldrons can now be connected to cables in order to extract fluids
    • Clicking Nova recipes in the crafting table will now insert items into the crafting grid
    • General performance improvements

Release v0.8.13

21 May 20:09
Compare
Choose a tag to compare
  • Fixed a bug where shaped crafting recipes from Nova would ignore the inventory's width and height