Releases: xenondevs/Nova
Releases · xenondevs/Nova
Nova v0.17-alpha.34
- Fixed
No NetworkConfigurator for world
when dynamically loading a world
Nova v0.17-alpha.33
- Addons can now define a custom id for items of blocks
- Added Region#toBoundingBox
Nova v0.17-alpha.32
- Fixed #506 - Disabled slots in vanilla crafter get filled up when using cables to insert items
Nova v0.17-alpha.31
- Fixed an issue where removing an end point that is part of a local network would not remove the connected end point from the network
Nova v0.17-alpha.30
- Fixed #431 - Problem with merging resource pack
- Fixed #500 - [Logistics] Cables vanish if a block is placed on top of them
- Base packs will now no longer be merged twice if they were specified in both the config and put into the
base_packs
directory - Base pack merging will now overwrite files for scenarios where multiple base packs define the same files, instead of throwing an exception in some cases.
- ProtoNetworks are no longer saved to disk and instead inferred from network node data
Nova v0.17-alpha.29
- The resource pack will now be regenerated if it no longer exists
Nova v0.17-alpha.28
- Updated network-related exception messages to include more information
Nova v0.17-alpha.27
- Fixed #490 - Colored/Dyed Shulker Boxes don't connect with wires, while natural colored Shulker Boxes do
Nova v0.17-alpha.26
- Fixed dupe
Nova v0.17-alpha.25
- Fixed an issue where client-side nova item data could leak into server-side items in creative mode
- Fixed
NoSuchFieldError
forCraftMagicNumbers.INSTANCE
on newer paper versions - Fixed
NoSuchMethodError
when opening anvil windows on newer paper versions