Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dexman545/autoswitch-api
https://github.com/dexman545/autoswitch-api
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/dexman545/autoswitch-api
- Owner: dexman545
- License: gpl-3.0
- Created: 2020-07-19T04:49:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-25T23:47:47.000Z (over 2 years ago)
- Last Synced: 2024-11-29T02:43:34.037Z (about 2 months ago)
- Language: Java
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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" ]
}
```