Skip to content

dexman545/autoswitch-api

Repository files navigation

autoswitch-api

API for the AutoSwitch mod.

To add this API to your dev enviroment:

In build.gradle add repositories { maven { url 'https://jitpack.io' } }

And in dependencies {...} add modImplementation 'com.github.dexman545:autoswitch-api:-SNAPSHOT'

In your fabric.mod.json, add the following:

"entrypoints": {
 "autoswitch": [ "path-to-class-impl-the-API-interface" ]
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages