Nova v0.17-alpha.37
on Nov 23, 2024- Made Energy-, Item-, FluidSideConfigMenu public
Nova v0.17-alpha.36
on Nov 22, 2024- Fixed block placing on Nova blocks with interactive backing state
Nova v0.17-alpha.35
on Nov 22, 2024- Fixed #512 - Server lags and crashes when saving while handling multiple cable connections in the same chunk
- Performance improvements for networks consisting of many cables
- Fixed
UninitializedPropertyAccessException
when accessing ProtectionManager early
Nova v0.17-alpha.34
on Nov 18, 2024- Fixed
No NetworkConfigurator for world
when dynamically loading a world
Nova v0.17-alpha.33
on Nov 17, 2024- Addons can now define a custom id for items of blocks
- Added Region#toBoundingBox
Nova v0.17-alpha.32
on Nov 16, 2024- Fixed #506 - Disabled slots in vanilla crafter get filled up when using cables to insert items
Nova v0.17-alpha.31
on Nov 16, 2024- 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
on Nov 16, 2024- 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
on Nov 15, 2024- The resource pack will now be regenerated if it no longer exists
Nova v0.17-alpha.28
on Nov 11, 2024- Updated network-related exception messages to include more information
Nova v0.17-alpha.27
on Nov 10, 2024- Fixed #490 - Colored/Dyed Shulker Boxes don't connect with wires, while natural colored Shulker Boxes do
Nova v0.17-alpha.26
on Nov 3, 2024- Fixed dupe
Nova v0.17-alpha.25
on Oct 23, 2024- 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
Nova v0.17-alpha.24
on Oct 10, 2024- Fixed an issue where networks would not tick when containing hoppers
- Fixed an issue where unzipped base packs would cause resource pack building to fail
Nova v0.17-alpha.23
on Oct 4, 2024- Fixed
ToolTier#ofItem
not recognizing gold tools
Nova v0.17-alpha.22
on Sep 28, 2024- Fixed "zip file closed" exception during initialization
Nova v0.17-alpha.21
on Sep 28, 2024- Data components from
ItemBehavior#baseDataComponents
andItemBehavior#defaultPatch
will now be merged properly - Fixed an issue where the default waila tool icon provider would return "wooden_<category>" for unknown tiers
Nova v0.17-alpha.20
on Sep 26, 2024- Fixed #429 - Pick block mouse bind not working when Nova plugin is installed.
- Fixed an issue where ghost items would appear in the hotbar when trying to pick a Nova block in creative mode
- Fixed some false positives regarding Nova's creative block picking
- Replaced
/nova debug getItemData
with/nova debug getItemBehaviors
. This also introducesItemBehavior#toString(ItemStack)
- Fixed
WailaToolIconProviderRegistry
not acceptingWailaToolIconProvider
Nova v0.17-alpha.19
on Sep 21, 2024- Fixed an issue where the energy side configuration of tile entities would reset on every chunk load
Nova v0.17-alpha.18
on Sep 17, 2024- Fixed #454 - Crash due to Nova chunks not being loaded during world generation
- Potential fix for common region file corruption cause