You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
Technical addition: property defaults are now initialised lazily, via supplier
No player-visible change to this right now, but it makes it easier for mods to define config-based defaults, e.g. FTB Chunks team properties
Technically there is an API break, but only if you were trying to construct property objects yourself using the from-network constructor (and there was no good reason to do that!)
Deprecated the CustomPartyCreationHandler object and related API methods
Replaced with simpler FTBTeamsAPI#setPartyCreationFromAPIOnly(boolean) method
Intended for use in custom modpacks where players shouldn't create teams directly themselves (either via CLI or GUI)
Updated party team creation API to work without requiring the party-owning player to be online