Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 418 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 418 Bytes

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" ]
}