Releases: xenondevs/Nova
Releases · xenondevs/Nova
Nova v0.18-RC.8
- Fixed an issue where all non-tile-entity blocks that spawn experience orbs on break would always spawn them, even if broken in creative or with an incorrect tool
Nova v0.18-RC.7
- Added
DefaultContextParamTypes.BLOCK_EXP_DROPS
- Autofilling for
DefaultContextParamTypes.BLOCK_DROPS
is now also influenced by the source player's game mode, with no drops being enabled in creative. BlockBehavior#getDrops
andBlockBehavior#getExp
are now always called on block break, requiring addons to checkBLOCK_DROPS
,BLOCK_STORAGE_DROPS
andBLOCK_EXP_DROPS
context parameters- Fixed an issue where Nova tile-entities would not drop storage contents if they were broken with an incorrect tool
- Fixed an issue where both Nova and vanilla tile-entities would not drop experience orbs when broken with an incorrect tool
Nova v0.18-RC.6
- Fixed an issue where new nova item stacks would have the legacy
modelId
tag - Updated translations
Nova v0.18-RC.5
- Fixed an issue where advancements for Nova items would not work
Nova v0.18-RC.4
- Fixed an issue where the
addonJar
task of thenova-gradle-plugin
would fail when a custom bootstrapper was specified, butcreatePlugin
wasn't overridden
Nova v0.18-RC.3
- Fixed an issue where network data for
nova:unknown
blocks would be removed on network chunk load - Fixed an issue where legacy region file conversion (v0.16 -> v0.18) would deadlock
Nova v0.18-RC.2
- Improved handling of missing or mismatching network node data on chunk load
Nova v0.18-RC.1
- Removed Oraxen support
- Added Nexo compatibility
- Added debug command
/nova debug recalculateLeaveProperties <chunk range>
- This command recalculates leave distance and guesses the intended persistence state, intended for scenarios where this data was lost due to deletion of nova region files. Note that this may make hand-placed leaves non-persistent again, which can lead to them decaying.
Nova v0.18-alpha.19
Nova v0.18-alpha.18
- Fixed #575 - Crafting remainder not working in furnaces