Skip to content

Nova v0.18-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@NichtStudioCode NichtStudioCode released this 07 Dec 18:46
· 30 commits to main since this release

Important

  1. As always, please create a backup before updating to this version.

  2. Nova addons are now loaded as plugins. This means that they now need to be placed in the plugins/ directory, and NOT plugins/Nova/addons/. Addon configs, recipes, etc. will be automatically moved to their new data folders. For this to work properly, the addons need to be present on the first startup of 0.18.

General changes

  • Addons are now loaded as plugins
  • Updated to Minecraft 1.21.4 (1.21.1 is no longer supported)

Fixes

  • Fixed #462 - Incorrect block picking behavior
  • Fixed #522 - Either TRIPWIRE_UNATTACHED or TRIPWIRE_ATTACHED model working but not both

Addon API

New features

  • Added support for item model definitions in items and entity-backed blocks
  • Added support for equipment definitions
  • Added support for custom tooltip textures
  • New item behaviors: AnimatedDye, Cooldown, Dyeable, Glider

Migration Guide

Nova Documentation - Migration Guide 0.17 ➝ 0.18