Releases: xenondevs/Nova
Releases · xenondevs/Nova
Nova v0.12.3
- 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
- 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
- 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
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 theworlds
property- Added a
'*'
option forworld
andtype_world
- Fixed the deny message for
type_world
- New limiter:
- Updated translations
Addon API
New
Note: Most of these new features only work with use_agent: true
in the main config
- Tools System
- FakeItem
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 inBlockOptions
- Sounds for hitting, stepping, falling on Nova blocks can now be customized with the new
- 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
- Fixed an issue where some Nova chunks would not load
- Active block breakers will now be stopped and removed on player quit
Nova v0.12 Release Candidate 7
- Changed chunk task queuing and processing. This should fix issues regarding chunks not loading properly or delayed, and also improve performance.
- Removed the
debug.chunk_load_timeout
config option
- Removed the
- Fixed an issue where shift-clicking items with custom stack sizes from the crafting result slot would not use up the ingredients
- Fixed an issue where shift-clicking items with custom stack sizes would move them to the wrong slot
- Updated translations
Nova v0.12 Release Candidate 6
- Fixed an issue where Nova chunks would stop loading
- Fixed an issue where vanilla tile entities were not removed when their blocks were replaced
- Fixed an issue where the server could not be reloaded on Windows (dev mode)
- Added a Nova chunk load timeout, which can be configured in the config.yml under
debug.chunk_load_timeout
Nova v0.12 Release Candidate 5
Please note that all addons need to be updated
- Fixed #198
- Fixed an issue where fast chunk loading -> unloading could lead to the WorldDataManager thread freezing
- Fixed an issue where player attributes (attack speed, attack damage, armor, etc.) were not affected by config reloading
- Fixed an issue where Nova tools would affect attack speed and attack damage if they were held in the offhand
- Fixed an issue where ItemsAdder's crops were not recognized by WAILA
- Fixed an issue where blocks broken instantaneously would sometimes not be broken server-side
- Fixed an issue where wearable items could not be equipped while looking at a block
- Added log messages for char size table loading
- Renamed the
.data
folder to.internal_data
- Nova is now extracted to
.internal_data/bunder/
instead of the temp folder
Nova v0.12 Release Candidate 4
- Changes to chunk loading: Nova will now ignore chained unload -> load -> unload -> load calls and just run what was requested last
- Fixed an issue where unloaded NovaBlockStates would still be marked as loaded
FakeEntity#register
will no longer throw an exception but print a warning when the FakeEntity is already registered- CustomItemServices are now queried in the server thread instead of the netty thread for block breaking logic
- Fixed an issue where tools from Nova could sometimes not interact with Nova blocks