Adding - Glass-Series/glass-config-api GitHub Wiki

Adding Glass Config API

You want to use GCAPI to handle your mod config? Great!

  1. Go into your gradle.properties and add a new line: gcapi_version=2.0.0
  2. Go into your build.gradle and go into your dependencies block, and add
modImplementation("net.glasslauncher.mods:GlassConfigAPI:${project.gcapi_version}") {
   transitive false
}
  1. Reload gradle.
    1. (IntelliJ) Open the gradle tab in the top right, and press the circle Reload All Gradle Projects button.
  2. You have added GCAPI to your workspace. For the next steps, see Using.