Releases: xenondevs/Nova
Releases · xenondevs/Nova
Nova v0.17-alpha.12
- Fixed an issue where tool tier was ignored when breaking Nova blocks with vanilla tools
- Fixed an issue where world file save could run concurrently with network tasks, leading to file corruption
Nova v0.17-alpha.11
- Replaced
EnergyHolder#requestedEnergy
withEnergyHolder#maxEnergy
- Energy networks now balance buffers
BUFFER
is now the default connection type for item storage vanilla tile-entities (e.g. chests)- Fixed an issue where the energy bar's energy delta values would remain when energy is unchanged
Nova v0.17-alpha.10
- Fixed #430 - Incorrect bamboo behaviour
Nova v0.17-alpha.9
- Fixed #427 - Incorrect behavior with enchanted tools
- Fixed fake display entity metadata using wrong ids for interpolation-related entries
- Fixed TileEntity#handleTickingEnabled and TileEntity#handleTickingDisabled not called on place/break
Nova v0.17-alpha.8
- Added
TRIPWIRE_UNATTACHED
andTRIPWIRE_ATTACHED
backing state categories - Contexts can now copy parameters during build / retrieval to ensure immutability. (
TILE_ENTITY_DATA_NOVA
,BLOCK_ITEM_STACK
,TOOL_ITEM_STACK
,SOURCE_LOCATION
,SOURCE_DIRECTION
are now immutable) - Fixed an issue where
BlockBehavior#handleAttack
was not called
Nova v0.17-alpha.7
- Fixed #418 - Only one enchantment possible per item
- Fixed an issue with block drops in creative
Nova v0.17-alpha.6
- Fixed an issue where custom armor textures would not work if the resource pack wasn't regenerated
- Updated translations
Nova v0.17-alpha.5
- Fixed #416 - Exception during initialization
- Fixed an issue where BlockMigrator would not despawn display entities of entity-backed Nova blocks
- Fixed an issue where replacing blocks via BlockUtils#placeBlock would not call break handlers for the previous Nova block
- Made some classes and functions that were not intended to be accessible by addons internal
Nova v0.17-alpha.4
- Fixed #275 - Jetpacks stop working when switching worlds
- Fixed #369 - Certain quasi-connectivity situations do not work
- Fixed an issue where
ArmorEquipEvent
was not fired - Fixed an issue where note blocks would still play sounds when there was a block above them
- Implemented #231 - Plugin-API: Added functionality to get all tile-entities in a chunk
- Implemented #415 -
force_path_style
config option for S3 upload service
Nova v0.17-alpha.3
- Fixed #414 - Commands requiring arguments used without arguments are throwing an error
- Fixed an issue with page switching in the recipe viewer
- Updated translations