Skip to content

AxolotlClient/AxolotlClient-config

Repository files navigation

AxolotlClient-config

The Config lib of AxolotlClient

Using it in your project

Include it in your mod

repositories {
  maven {
    url "https://moehreag.duckdns.org/maven/releases"
  }
}

dependencies {

  // replace VERSION with the latest version available,
  // check at https://moehreag.duckdns.org/maven/#/releases/io/github/axolotlclient/AxolotlClient-config
  modImplementation include('io.github.axolotlclient:AxolotlClient-config:VERSION')
}

Registering a config

AxolotlClientConfigManager.registerConfig("yourmodsmodid", YourModsConfigClassInstance);

About

The Config lib of AxolotlClient

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages