Skip to content

2.3.1 Release

Compare
Choose a tag to compare
@tr7zw tr7zw released this 09 Apr 17:45
· 508 commits to master since this release

A quick bugfix update without API changes:

  • Added the api-version 1.13. Only >= 1.13 uses this so it doesn't use legacy materials, which broke newer materials in NBTItems. Fixes #74
  • The version check was doing an HTTP request in the main thread, which was fine for the plugin version since it happened during enable, but shaded versions might do that sometime later when players are online, causing a short lag.