Tags
Creators
Details
Licensed ARR
Published 4 years ago
Updated last year
All versions
1.13.0
Release
[1.21 Forge] v 1.13.0last year 146
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
Content Creator Integration
1.13.0
- Fixed log type config generating incorrectly since depending on iChunUtil.
- Added Twitch EventSub support in preparation of PubSub shutdown on 14 April 2025.
1.12.2
- 1.21 NeoForge only: Updated to match code changes in NeoForge.
1.12.1
- Fixed FakeCrashOutcome's Out of Memory Screen closing immediately regardless of duration.
1.12.0
- Now dependent on iChunUtil for all Mod Loaders. CompleteConfig no longer required on Fabric.
- Significant code refactors due to new dependency on iChunUtil.
- Event.allowsOtherEventsToTrigger now defaults to true.
- Fixed outcomes triggering despite being disabled when there's specifically one outcome in the event.
- Attempted fix at certain config files - eg Stats failing to load causing a crash.
- StreamElements now states "Authenticating" instead of "Connecting" to be less misleading about its connection status
- Streamlabs socket now prints to console/log if it errors due to an invalid key or otherwise.
- YouTube Chat support has been disabled for the time being due to it not working very well.
This changelog only lists at most the 5 most recent changes since its implementation.
Ports to new MC versions will not be included in the changelog unless the version is also updated.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| ContentCreatorIntegration-1.21-Forge-1.13.0-api.jar | Unknown | 2.21 KiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:6Z8wT5tM:fo2g3RVn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6Z8wT5tM:fo2g3RVn"
}


