Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dexman545/autoswitch-api


https://github.com/dexman545/autoswitch-api

Last synced: about 4 hours ago
JSON representation

Awesome Lists containing this project

README

        

# 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:
```json
"entrypoints": {
"autoswitch": [ "path-to-class-impl-the-API-interface" ]
}
```