Skip to content

v3.1.0

Compare
Choose a tag to compare
@Pyrofab Pyrofab released this 22 Jul 15:21
· 5 commits to 1.17 since this release

Version 3.1.0:

Additions

  • Added an experimental way to order entity and BE components through Registration#after(ComponentKey)
    • This allows mods to ensure components are deserialized/synchronized/ticked in the right order if needed
    • Components that are not ordered through this mechanism will keep their registration ordering

see full changelog here