Tags
Creators
Details
Forge-1.8.9-v2.3.0
Compatibility
Changes
Disclaimer
This version was made mostly as a "I wonder if I can" thought. Don't expect an update for this Minecraft version going forward unless something is extremely broken.
Due to technical restrictions, some effects do not work the same as compared to the other versions:
- Show Toast is a modified achievement toast, so the "Achievement Get!" text will show up.
- Show Action Message uses the "Now Playing" message, so the text will be rainbow by default.
- Stop Sound only works with stopping all sounds. (Use 'all' as the sound name)
- Open Book does not work.
- Narrate does not work.
- Open Screen may crash your game. Sorry.
- Show Item Toast does not work.
Changes since v2.2:
- Added Rejoin Effect
- Fixed a bug causing client commands to be skipped when using the Send Chat effect. #43
If you need the Stream Deck plugin, you can grab it from the v2.3.0 release page.
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:9AELtAj4:SM32eaMI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9AELtAj4:SM32eaMI"
}

