nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)
Twitch4J

Twitch4J

Mod

Twitch4J packed as a Fabric mod

Client or server Library

1,274 downloads
4 followers

This mod by itself does absolutely nothing!


This is a simple jar that only contains the Twitch4J API and it's dependencies for the mods that use Twitch4J. The objective is to allow for the mods to be smaller in size, without having to include the entire API, and facilitate dealing with the dependencies. You can also set the mod as a dependency on fabric.mod.json


Twitch4J Fabric versions are {Twitch4J version}+{mod version} since Twitch4J 1.14.0, from 1.9 to 1.13.0 it is just {Twitch4J version}

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

External resources


Project members

Twitch4J

Twitch4J

Organization

Awakened-Redstone

Maintainer


Technical information

License
MIT
Client side
optional
Server side
optional
Project ID