Skip to content

Nova v0.12

Compare
Choose a tag to compare
@NichtStudioCode NichtStudioCode released this 14 Nov 16:31
· 1458 commits to main since this release

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