Nova v0.18-alpha.17
on Jan 25, 2025- Potential fix/workaround for #571
Nova v0.18-alpha.16
on Jan 22, 2025- Nova will now prevent server startup if FastAsyncWorldEdit is installed, as they are incompatible (#560)
- Fixed #503 - abnormal bossbar text with other languages
- Added config option
resource_pack
>japanese_glyph_variants
Nova v0.18-alpha.15
on Jan 20, 2025- Fixed an issue where items with the
Stripping
behavior could not strip pale oak log - Fixed an issue where tools with
canSweepAttack = true
would not sweep attack - Fixed an issue where custom swords would not break bamboo instantly
- Fixed an issue where custom tools would not receive item damage when attacking entities
Nova v0.18-alpha.14
on Jan 15, 2025- Fixed an issue where some tile entity data would only be saved once per chunk load cycle
Nova v0.18-alpha.13
on Jan 1, 2025- Removed the shadow from fake vanilla boss bars
- Removed the shadow from the waila overlay background
- Fixed some incorrectly placed pixels in the waila overlay background texture
Nova v0.18-alpha.12
on Dec 27, 2024- Fixed #546 - Nova crashes when applying patches on paper version 1.21.4-20 and newer
Nova v0.18-alpha.11
on Dec 21, 2024- Addons can now register custom feature types again
DefaultEnergyHolder#energyPlus
DefaultEnergyHolder#energyMinus
now show the energy delta values of the previous tick instead of the current one
Nova v0.18-alpha.10
on Dec 20, 2024- Fixed #539 - Biome injection not working
- Fixed
IllegalStateException: zip file closed
on shutdown
Nova v0.18-alpha.9
on Dec 19, 2024- Fixed #537 - Storage units fail to initialize
- Fixed #538 - Issues with loots & Machine upgrades
Nova v0.18-alpha.8
on Dec 18, 2024Nova v0.18-alpha.7
on Dec 18, 2024- Fixed #536 - Machines with fluid bars uninteractible
Nova v0.18-alpha.6
on Dec 17, 2024- Added Canvas gui element
- Fixed #535 - Nova is causing strings and tripwires to be unbreakable
- Fixed an issue where lines of flying leaves would appear in the world
- Fixed an issue where leaves, note blocks and tripwire would not have block break effects
- Fixed an issue where leaves, not blocks and tripwire could not be picked via the middle mouse button
- Fixed an issue where side configuration menus would not be closed when the associated tile entity was destroyed
- Fixed an issue where some tile entity guis would stop updating after switching menus
Nova v0.18-alpha.5
on Dec 14, 2024- Fixed #532 - Placing an unenchanted item into an Enchanting Table crashes server
Nova v0.18-alpha.4
on Dec 13, 2024- Fixed
NovaItem#createItemStack
always returning item stacks of count 1 - Changed recipe key format to include addon- and recipe type namespace
- InvUI-related fixes
Nova v0.18-alpha.3
on Dec 9, 2024- Fixed an issue where the Patreon upload service would fail to upload the resource pack
Nova v0.18-alpha.2
on Dec 8, 2024- Fixed #527 - Updating to 1.21.4 breaks Nova blocks which were in the middle of a process
- Fixed an issue where tile entity data was not saved properly
- Fixed an issue where changes to network end points were not saved properly
- Fixed an issue where added items to tile-entity inventories would be invisible until reopening the gui
- Fixed an issue where water could destroy non-waterloggable Nova blocks
- Updated translations
Nova v0.18-alpha.1
on Dec 7, 2024Important
-
As always, please create a backup before updating to this version.
-
Nova addons are now loaded as plugins. This means that they now need to be placed in the
plugins/
directory, and NOTplugins/Nova/addons/
. Addon configs, recipes, etc. will be automatically moved to their new data folders. For this to work properly, the addons need to be present on the first startup of 0.18.
General changes
- Addons are now loaded as plugins
- Updated to Minecraft 1.21.4 (1.21.1 is no longer supported)
Fixes
- Fixed #462 - Incorrect block picking behavior
- Fixed #522 - Either TRIPWIRE_UNATTACHED or TRIPWIRE_ATTACHED model working but not both
Addon API
New features
- Added support for item model definitions in items and entity-backed blocks
- Added support for equipment definitions
- Added support for custom tooltip textures
- New item behaviors:
AnimatedDye
,Cooldown
,Dyeable
,Glider
Migration Guide
Nova v0.17-alpha.39
on Nov 27, 2024- Fixed #513 - Falling blocks replace cables, deleting them
- Fixed #521 - Taking fluids from a fluid tank while on a full inventory deletes buckets
- Fixed a desync when trying to break a block without the
Breakable
behavior in creative - Fixed an issue where the axis value of blocks was selected incorrectly
Nova v0.17-alpha.38
on Nov 25, 2024- The default axis value for the scoped block state property
AXIS
is nowy
ModelBuilder#rotated
now assumes models usingnova:axis
to be aligned with they
axis by default
Nova v0.17-alpha.37
on Nov 23, 2024- Made Energy-, Item-, FluidSideConfigMenu public