Tags
Creators
Details
Licensed LGPL-3.0-only
Created 4 years ago
All versions
4.5.10-1.12
Release
ChocoCraft Plus 4.5.10 for Forge 1.12.2last year 511
Uploaded by
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Changes
- Bugfix: Cauldron can now properly appears in stable chests. Previously I was calling the block form, and not the item form, causing the chest loot population, and consequently CraftTweaker's
/mt loot, to crash and terminate early. - Improved ground height check algorithm, so now chocobo stables should be far less likely to spawn at the tops of trees
- Bugfix: fixed missing arm texture on zombie stablehand villagers
- Config entries that have have lists of values as their default entries will no longer print those default entries in the config description text. This will prevent huge lists populating your configs, making it hard to see which are just part of the description and which are the actual active values. This update will not retroactively remove these huge lists from your config descriptions, so you will have to either manually remove them from the descriptions, or delete and repopulate the configs.
- Added Chinese language translation by Omgise
- Added icon to mod list screen
- Removed version colorization on mod description
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:qdZeDJ4E"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xmHOjVvZ:qdZeDJ4E"
}
