Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 768 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 768 Bytes

Twitch4J as a library mod

You can see the Twitch4J project at https://github.com/twitch4j/twitch4j
This is only a mod to allow mods that use the API to work without having to include the API and it's deps in the mod jar

Please only report issues related to the mod, issues with the API report here For support with the mod ping @Awakened Redstone#1956 at Twitch4J discord on #help-any-topic, else just ask there normally on the help channels

To use the libary add the maven repo and make sure to use twitch4j-fabric

repositories {
    maven { url "https://maven.awakenedredstone.com"}
}

dependencies {
    modImplementation "com.github.twitch4j:twitch4j-fabric:${project.twitch4j_version}"
}