Skip to content

Nova v0.12 Release Candidate 4

Pre-release
Pre-release
Compare
Choose a tag to compare
@NichtStudioCode NichtStudioCode released this 30 Oct 19:41
  • Changes to chunk loading: Nova will now ignore chained unload -> load -> unload -> load calls and just run what was requested last
  • Fixed an issue where unloaded NovaBlockStates would still be marked as loaded
  • FakeEntity#register will no longer throw an exception but print a warning when the FakeEntity is already registered
  • CustomItemServices are now queried in the server thread instead of the netty thread for block breaking logic
  • Fixed an issue where tools from Nova could sometimes not interact with Nova blocks