Tags
Creators
Details
8.0
Compatibility
Required content
Changes
Hey everyone!
Today is update day!
Today brings the compatibility up to the newest version of Java Minecraft, it updates the mod to 1.20.4, since 1.20.3 was found to have a critical issue it didn't make sense to make a version for the 1.20.3 version of The Chocolate Mod.
Just remember that you can still use this mod on all 1.20.X Versions!
Have fun!
Changelog:
-
Updated compatibility to 1.20.4
-
You can still play on all 1.20.X versions, EXCEPT: 1.20.1, it will crash on this version
-
Updated the main image on the PMC site
-
This version is made in a different folder, it also means that it has been updated to the most recent version of IntelliJ, this version should be a lot more stable and useful for future content updates!
That was the changlog for today, hope you will enjoy this update! New Content is coming, don't worry. It will probably be rolling out in 8.1 or 9.0!
Have fun with the new update!
- ACgamer_Real
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:4iT0YIwk:ADdr0bWs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4iT0YIwk:ADdr0bWs"
}

