Tags
Creators
Details
Licensed LGPL-3.0-only
Created 4 years ago
Updated last year
All versions
4.5.9-1.7
Release
ChocoCraft Plus 4.5.9 for Forge 1.7.103 years ago 11K
Compatibility
Minecraft: Java Edition
1.7.10
Platform
Forge
Supported environments
Client and server
Changes
- Added NPE checks to ChocoboPlayerTracker, which should prevent rare crashes on things like logging in or out
- The Chocopedia items now display a tooltip showing the page number and section
- The Table of Contents now shows the page numbers for each section
- The note about chocobos not being able to breed with immediate relatives will not appear if you have the "Inbreeding Allowed" config option enabled
- Fixed redundant code in world chocobo stable generation
- Debug messages will now announce when a village chocobo stable is generated
- Debug messages now show the x, y, and z coordinates of a generated stable's center
- Project URL (pops up when there is an update) now links to the modrinth project page
- Tweaked the version checker to be more robust
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:xmHOjVvZ:2x3eAfnb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xmHOjVvZ:2x3eAfnb"
}
