Atlantis API

Collection of utilities for Forge mods and plugins

File Details

Atlantis 6.7.0

  • R
  • Aug 20, 2024
  • 12.78 MB
  • 456
  • 1.16.5
  • Forge

File Name

Atlantis-1.16.5-6.7.0-universal-all.jar

Supported Versions

  • 1.16.5

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

  • Added schematic reader. A directory will be created at ./config/atlantis/schematics; any schematic files placed here will be loaded in, either at startup or by using /trident loadschematics.
  • Added schematic placer. Can be invoked via code (check out static methods available on the class Schematics), or via Trident command /trident schematic <id> <x> <y> <z> <floor|airborne> <level>. Atlantis' config also contains various options to control the behaviour of this command - async vs sync, speed of placement, etc.
  • Added schematic placement history. Can be invoked via code (Schematics::pollHistory), or via Trident command /trident undo. How many schematics are held in history can be modified via Atlantis' config.
  • Registered a number of classes with Configurable by default: SoundEvent, Biome, Effect, Potion, and Color.
  • Fixed bug with WeightedSet's TypeAdapter implementation.