Skip to content

2001.2.0 release (MC 1.20.1)

Compare
Choose a tag to compare
@desht desht released this 12 Mar 10:31
· 6 commits to 1.20.1/main since this release
124be6a

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