Skip to content

Releases: xenondevs/Nova

Release v0.7.12

10 Jan 18:49
Compare
Choose a tag to compare
  • Fixed silverfish being able to enter tile-entities

Release 0.7.11

06 Jan 16:05
Compare
Choose a tag to compare
  • Fixed fix for #69

Release v0.7.10

06 Jan 10:07
Compare
Choose a tag to compare

Release v0.7.9

04 Jan 23:57
Compare
Choose a tag to compare
  • Fixed a bug where armor stands of tile entities were sent too early and therefore not displayed to the player on world change.

Release v0.7.8

04 Jan 21:28
Compare
Choose a tag to compare

Release v0.7.7

04 Jan 15:51
Compare
Choose a tag to compare
  • Fixed a bug where the pump would try to pump fluids when its fluid container was not 100% filled but also didn't fit a whole bucket

Release v0.7.6

04 Jan 12:51
Compare
Choose a tag to compare

Release v0.7.5

02 Jan 23:01
Compare
Choose a tag to compare
Fixed items networks transferring shulker boxes into shulker boxes

Release v0.7.4

02 Jan 11:21
Compare
Choose a tag to compare
  • Fixed a bug where players could get Nova advancements from non-Nova items.

Release v0.7.3

31 Dec 10:56
Compare
Choose a tag to compare
  • New asynchronous executor. This allows you to configure the maximum amount of threads to create for asynchronous tasks like retrieving data from the database. If you're experiencing any issues with this, you can change back to Bukkit's Scheduler system by setting enabled to false under nova_executor in the config.
  • Fixed #66
  • Stability fixes