Skip to content

v2.5.4

Compare
Choose a tag to compare
@Pyrofab Pyrofab released this 30 Aug 22:16
· 102 commits to 1.16 since this release

Version 2.5.4:

  • ComponentContainer iteration order is now the same as the factory registration order
    • This means mods have some (limited) control over the order in which components are de-serialized/synchronized
  • Removed the experimental tag from more methods
  • ComponentContainer.Factory#createContainer now accepts null arguments (but will NPE if a component factory does not expect it)

see full changelog here