1.1.0
Compatibility
Required content
Changes
Changes and additions
- Choccy now runs on and requires Minecraft 26.3.
- Wandering Traders in jungle-like biomes now have a random chance to drink Chocolate Milk or Chocolate Milk Bottles instead of regular milk.
- To achive this, Wandering Traders now look up their milk-like drink in a new loot table:
choccy:gameplay/wandering_trader_morning_drink. When modifying this loot table, please keep in mind that the Wandering Trader AI will always try to consume whatever comes out of the loot table until either the trader becomes visible or the sun has set. Loot tables that can generate multiple items are unsupported.
Dependencies
Choccy now requires Minecraft 26.3. Fabric 0.19.0 or higher is now required. The minimum required version of Fabric API is now 0.160.0.
Known issues
Minecraft bug MC-233644 is now more visible as Wandering Traders in jungle-like biomes sometimes hold two different items when drinking milk-like items in the morning.
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:dJDzav9P:JImLvaso"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dJDzav9P:JImLvaso"
}

