Atlantis API

Collection of utilities for Forge mods and plugins

File Details

Atlantis 6.6.6

  • R
  • Aug 15, 2024
  • 12.76 MB
  • 2.0K
  • 1.16.5
  • Forge

File Name

Atlantis-1.16.5-6.6.6-universal-all.jar

Supported Versions

  • 1.16.5

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:atlantis-api-316395:5632915")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Added Weighted interface, for use with WeightedSet. Automatically grabs the weight of a given element if the element implements this.
  • Added WeightedSet type adapter, ideally for use with Weighted.
  • Added ConfigurationHolder, a cached holder of configuration classes which implement Configuration. Automatically gets the most up-to-date instance of the config.
  • ParsedItemStack preprocessors and processors are now regular classes rather than enums, allowing custom implementations to be registered.
  • Added Configurable, a wrapper class and type adapter creation system, to allow any object to become JSON-capable without the need for lots of regular type adapter boilerplate.