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
Nova v0.17-alpha.17
on Sep 16, 2024- Fixed #456 - Straight cables turn into chains when waterlogged (Logistics addon)
- Fixed some cases where fake player instances could be leaked through bukkit events
Nova v0.17-alpha.16
on Sep 12, 2024- Fixed #452 - Lava doesn't deal damage on Purpur
Nova v0.17-alpha.15
on Sep 11, 2024- Fixed #448 - Tile-entity energy is not stored in item stacks
- Fixed #451 - Deadlock when querying Towny protection for network tasks
Nova v0.17-alpha.14
on Sep 4, 2024- Fixed #440 - Placeholder items can be cloned with middle click
- Fixed #441 - Problem with internal item removed when destroying Shulker box in Survival
- Fixed #442 - Hopper facing
- Fixed an issue where directional vanilla blocks would not be placed facing the correct direction if they were placed against Nova blocks with a replacable hitbox block.
Nova v0.17-alpha.13
on Aug 27, 2024LEAVES
-backed custom blocks can now be waterlogged using theWATERLOGGED
property and theWaterloggable
behavior- BlockBehaviors can now customize the item stack for creative block picking via
pickBlockCreative
- Fixed #432 - Tripwire blocks missing behaviors
- Fixed #439 - Sword sweeping absent in alpha 12 update
Nova v0.17-alpha.12
on Aug 24, 2024- 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
on Aug 21, 2024- 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
on Aug 21, 2024- Fixed #430 - Incorrect bamboo behaviour
Nova v0.17-alpha.9
on Aug 20, 2024- 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