promotional bannermobile promotional banner

FTB Teams (Fabric)

Library for mods that can utilize team progression like FTB Chunks and FTB Quests. (Fabric version)

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

Fabric

modImplementation "curse.maven:ftb-teams-fabric-438497:5176342"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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

Added

  • Added fr_fr translation (thanks @HollishKid and @K0LALA)