Skip to content

Developers API

IzzelAliz edited this page Apr 16, 2021 · 1 revision

To setup and depend on Arclight API:

repositories {
  maven { url 'https://maven.izzel.io/releases' }
  // or manually released snapshot versions
  // maven { url 'https://maven.izzel.io/snapshots' }
}
dependencies {
  compile 'io.izzel.arclight:arclight-forge-1.15:1.0.12:srg'
  // or using spigot mappings, or snapshot versions
  // compile 'io.izzel.arclight:arclight-forge-1.15:1.0.12-SNAPSHOT:spigot'
}

Arclight has remapper for reflections and other stuff. If you need to check the final result of class bytes after transformation, you can add -Darclight.remapper.dump=./classes to your launch args.

Clone this wiki locally