Перейти к содержимому
Mineforgian

Twitch4J

Twitch4J packed as a Fabric mod

Загрузки
7K
Подписчики
10
Обновлён
3 июня 2025 г.
Лицензия
MIT

Опубликован 7 апреля 2022 г.

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

Ченджлог

1.25.0+1.11.0Релиз26.1.1, 26.1.2, 26.2 · 3 июня 2025 г.

The Twitch4J changelog can be seen at https://github.com/twitch4j/twitch4j/releases/tag/v1.25.0

  • Bump Twitch4J version (Awakened Redstone)
1.24.0+1.10.0Релиз26.1.1, 26.1.2, 26.2 · 2 марта 2025 г.

The Twitch4J changelog can be seen at https://github.com/twitch4j/twitch4j/releases/tag/v1.24.0

  • Bump Twitch4J version (Awakened Redstone)
1.23.0+1.9.0Релиз26.1.1, 26.1.2, 26.2 · 14 ноября 2024 г.

The Twitch4J changelog can be seen at https://github.com/twitch4j/twitch4j/releases/tag/v1.23.0

  • Bump Twitch4J version (Awakened Redstone)
  • Update the minimum loader version to 0.14.23 to handle Java 22 binaries packaged on jackson (Awakened Redstone)
  • The mod is now compiled with a Java 8 target instead of Java 17 (Awakened Redstone)
1.22.0+1.8.0Релиз26.1.1, 26.1.2, 26.2 · 27 сентября 2024 г.

The Twitch4J changelog can be seen at https://github.com/twitch4j/twitch4j/releases/tag/v1.22.0

1.21.0+1.7.0Релиз26.1.1, 26.1.2, 26.2 · 17 июля 2024 г.

The Twitch4J changelog can be seen at https://github.com/twitch4j/twitch4j/releases/tag/v1.21.0

  • Bump Twitch4J version (AwakenedRedstone)
1.20.0+1.6.0Релиз26.1.1, 26.1.2, 26.2 · 8 апреля 2024 г.

The Twitch4J changelog can be seen at https://github.com/twitch4j/twitch4j/releases/tag/v1.20.0

  • Bump Twitch4J version (AwakenedRedstone)
1.19.0+1.5.0Релиз26.1.1, 26.1.2, 26.2 · 20 марта 2024 г.

The Twitch4J changelog can be seen at https://github.com/twitch4j/twitch4j/releases/tag/v1.19.0

  • Bump Twitch4J version (AwakenedRedstone)
1.18.0+1.4.0Релиз26.1.1, 26.1.2, 26.2 · 14 ноября 2023 г.

The Twitch4J changelog can be seen at https://github.com/twitch4j/twitch4j/releases/tag/v1.18.0

  • Bump Twitch4J version (AwakenedRedstone)

Комментарии

Загружаем…