Releases: xenondevs/Nova
Releases · xenondevs/Nova
Nova v0.9.8
- Fixed an issue where protection integrations were not called in all cases
- Fixed an issue where the ArmorEquipEvent was not called when using a hotbar key to remove the armor
- Fixed an issue where primitive arrays could not be serialized
Nova v0.9.7
- Fixed an issue where
CraftItemStacks
could not be serialized
Nova v0.9.6
- Connection configs of vanilla tile entities are now ignored in local item networks.
- The console will now only be notified of an update once, instead of spamming it.
Nova v0.9.5
- Updated translations
- Addon API Changes:
novaVersion
property in addon.yml- Addon main classes now have to be singleton objects
Nova v0.9.4
- Improved auto uploader: resource packs are now automatically uploaded when configs changes are detected
- Fixed an issue where Nova would not start properly when multiple server channels existed
- Removed common pack system
- Updated translations
Nova v0.9.3
- Fixed an issue where resource packs would not generate properly
- Improved resource pack building:
- Model data conflicts are now automatically dealt with
- Files from base packs that do not belong in resource packs will be ignored
- Removed the material
type
andmodelDataStart
options from the config - Implemented a workaround in the self-host service for MC-251126
- Updated translations
Nova v0.9.2
- Fixed an issue where vanilla tile-entities could be placed inside non-solid Nova blocks
- Removed the "Saving World" console message
- Fixed an issue with loot config deserialization
Nova v0.9.1
- Fixed an issue with SelfHost not working properly (workaround for KTOR-4259)
- Fixed an issue where breaking Wind Turbines would cause the console to be spammed with exceptions
- Fixed an issue where tile-entity data would not be saved in all cases
Nova v0.9
-
Addon System
- Nova itself is now a framework for creating custom content
- All previous content is now split across these three official addons:
- Logistics (contains Cables, Power Cells, Storage Units, Tanks, etc.)
- Machines (contains all Machines such as Pulverizer, Quarry, Harvester, etc.)
- Jetpacks (contains all Jetpacks)
-
Commands
- /nova reload <configs/recipes> - Reload configs or recipes without restarting the server
- Permission: nova.command.reload
- /nova resourcePack <create/reupload> - Create and upload or reupload the resource pack
- Permission: nova.command.resourcePack
- /nova advancedTooltips - Toggles advanced tool tips for Nova items
- Permission: nova.command.advancedTooltips (default)
- /nova reload <configs/recipes> - Reload configs or recipes without restarting the server
-
Compatibility
- Added QuickShop compatibility
- Improved ItemsAdder compatibility
- Support for ItemsAdder crops
- Proper block placing sounds when placing ItemsAdder blocks with Nova
-
Other changes:
- Configs are now in the YAML format
- All blocks now have break animations, custom break times, a required tool, custom break particles and custom sounds
- You can now shift-right-click with the wrench to switch between Energy, Item and Fluid configuration mode
- Improved tile entity limits with more customization options
- Nova blocks are no longer always set to the maximum light level
- Nova items no longer show their names in item frames (unless renamed in an anvil)
- Improved compatibility with other custom item plugins with customizable modelDataStart
- Cauldrons can now be connected to cables in order to extract fluids
- Clicking Nova recipes in the crafting table will now insert items into the crafting grid
- General performance improvements
Release v0.8.13
- Fixed a bug where shaped crafting recipes from Nova would ignore the inventory's width and height