File Details
ftb-teams-fabric-2001.2.0.jar
- R
- Mar 12, 2024
- 238.17 KB
- 342.3K
- 1.20.1
- Fabric
File Name
ftb-teams-fabric-2001.2.0.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
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
CustomPartyCreationHandlerobject 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)
- Replaced with simpler
- Updated party team creation API to work without requiring the party-owning player to be online
Added
- Added fr_fr translation (thanks @HollishKid and @K0LALA)

